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

Parameter allowing to specify a gaussian distribution coverage for processing. More...

Classes

class  ipsdk::imaproc::attr::GaussianCoverage
 Parameter allowing to specify a gaussian distribution coverage for processing. More...
 

Typedefs

typedef boost::shared_ptr< ipsdk::imaproc::attr::GaussianCoverageipsdk::imaproc::attr::GaussianCoveragePtr
 shared pointer to ipsdk::imaproc::attr::GaussianCoverage
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::GaussianCoverageipsdk::imaproc::attr::GaussianCoverageConstPtr
 shared pointer to const ipsdk::imaproc::attr::GaussianCoverage
 

Functions

IPSDKIPLATTRIBUTES_API GaussianCoveragePtr ipsdk::imaproc::attr::createDefaultGaussianCoverage ()
 function allowing to create a default GaussianCoverage object
 
IPSDKIPLATTRIBUTES_API GaussianCoveragePtr ipsdk::imaproc::attr::createGaussianCoverage (const ipReal32 gaussianRatio, const ipUInt32 minHalfKernelSize)
 function allowing to create a custom GaussianCoverage object
 
IPSDKIPLATTRIBUTES_API GaussianCoveragePtr ipsdk::imaproc::attr::createGaussianCoverage (const ipReal32 gaussianRatio)
 function allowing to create a custom GaussianCoverage object
 

Detailed Description

Parameter allowing to specify a gaussian distribution coverage for processing.

SubNodes description

Name ToolTip Associated Class Default Value
GaussianRatio ratio of gaussian distribution which should be covered during processing ipsdk::DataItemLeaf<ipsdk::ipReal32> 0.997f
MinHalfKernelSize Minimum half kernel size for processing. ipsdk::DataItemLeaf<ipsdk::ipUInt32> 2