| | |
The GaussianEstimateParams struct encapsulates the characteristics of the Gaussian as returned by LocalSignalToNoiseEstimator::estimateGaussian. More...
This variable holds the mean of the estimated Gaussian, that is the apex.
This variable holds the variance of the estimated Gaussian (σ, that is, sigma).
This value is the square of the standard deviation. The variance relates to the FWHM value by this relation:
FWHM = 2 * sqrt(2 * Ln 2) * sqrt(σ^2)= 2 * sqrt(2 * Ln 2)⋅σ