IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Classes | Typedefs

Gaussian noise measures in an image. More...

Classes

class  ipsdk::imaproc::attr::GaussianNoiseStats
 Gaussian noise measures in an image. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::GaussianNoiseStatsipsdk::imaproc::attr::GaussianNoiseStatsPtr
 shared pointer to ipsdk::imaproc::attr::GaussianNoiseStats
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::GaussianNoiseStatsipsdk::imaproc::attr::GaussianNoiseStatsConstPtr
 shared pointer to const ipsdk::imaproc::attr::GaussianNoiseStats
 

Detailed Description

Gaussian noise measures in an image.

SubNodes description

Name ToolTip Associated Class Default Value
PixCount Number of pixels in the image. ipsdk::DataItemLeaf<ipsdk::ipUInt64>
Sigma Gaussian noise standard deviation. ipsdk::DataItemLeaf<ipsdk::ipReal64>
Sum Absolute sum of the image convolved by the kernel. ipsdk::DataItemLeaf<ipsdk::ipReal64>