SoMeasureGaussianNoiseQuantification engine computes an estimation of a gaussian noise standard deviation. More...
#include <ImageViz/Engines/ImageAnalysis/Statistics/SoMeasureGaussianNoiseQuantification.h>
Classes | |
class | SbGaussianNoiseDetail |
Results details of gaussian noise estimation. More... | |
Public Member Functions | |
SoMeasureGaussianNoiseQuantification () | |
Public Attributes | |
SoSFEnum | computeMode |
SoSFImageDataAdapter | inImage |
SoImageVizEngineAnalysisOutput < SbGaussianNoiseDetail > | outResult |
This engine computes an estimation of a gaussian noise standard deviation in an image.
For more informations about this algorithm see: J. Immerkoer, "Fast Noise Variance Estimation", Computer Vision and Image Understanding. Vol. 64, No. 2, pp. 300-302, Sep. 1996.
computeMode | MODE_AUTO |
inImage | NULL |
SoMeasureGaussianNoiseQuantification::SoMeasureGaussianNoiseQuantification | ( | ) |
Constructor.
Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.
Default is MODE_AUTO
The input image.
Default value is NULL. Supported types include: grayscale binary label color image.
SoImageVizEngineAnalysisOutput<SbGaussianNoiseDetail> SoMeasureGaussianNoiseQuantification::outResult |
The output measure result.
Default value is NULL.