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

Parameters describing a Gaussian. More...

Classes

class  ipsdk::imaproc::attr::GaussianParameter
 Parameters describing a Gaussian. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::GaussianParameteripsdk::imaproc::attr::GaussianParameterPtr
 shared pointer to ipsdk::imaproc::attr::GaussianParameter
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::GaussianParameteripsdk::imaproc::attr::GaussianParameterConstPtr
 shared pointer to const ipsdk::imaproc::attr::StatsResult
 

Functions

IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::GaussianParameterPtr ipsdk::imaproc::attr::createGaussianParameter (const ipReal64 mean, const ipReal64 stdDev)
 function allowing to create a GaussianParameter data item
 

Detailed Description

Parameters describing a Gaussian.

SubNodes description

Name ToolTip Associated Class Default Value
Mean Mean of the Gaussian. ipsdk::DataItemLeaf<ipsdk::ipReal64>
StdDev Standard deviation of the Gaussian. ipsdk::DataItemLeaf<ipsdk::ipReal64>