![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Estimation of measures of an additive zero-mean Gaussian noise. More...
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::GaussianNoiseStatsPtr | ipsdk::imaproc::glbmsr::gaussianNoiseMsr (const ipsdk::image::ImageConstPtr &pInImg) |
| wrapper function for Image Gaussian noise measures estimation More... | |
Estimation of measures of an additive zero-mean Gaussian noise.
For a given input image
with an additive zero-mean Gaussian noise, the standard deviation is computed as follows :
where
is the image width,
is the image height,
is the convolution operator and
is the difference of Laplacian mask kernel:
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InImg | [Input] image for processing operation | X |
| ipsdk::imaproc::attr::OutGaussianNoiseStats | ipsdk::processor::allocate (_pOutGaussianNoiseStats) |
Global rule description for algorithm :
ipsdk::processor::none ()
| IPSDKIPLGLOBALMEASURE_API ipsdk::imaproc::attr::GaussianNoiseStatsPtr ipsdk::imaproc::glbmsr::gaussianNoiseMsr | ( | const ipsdk::image::ImageConstPtr & | pInImg | ) |
wrapper function for Image Gaussian noise measures estimation
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14