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

Configuration for local extrema calculation. More...

Classes

class  ipsdk::imaproc::attr::LocalExtremaConfig
 Configuration for local extrema calculation. More...
 

Typedefs

typedef boost::shared_ptr< LocalExtremaConfigipsdk::imaproc::attr::LocalExtremaConfigPtr
 shared pointer to LocalExtremaConfig
 
typedef boost::shared_ptr< const LocalExtremaConfigipsdk::imaproc::attr::LocalExtremaConfigConstPtr
 shared pointer to const LocalExtremaConfig
 
IPSDKIPLATTRIBUTES_API LocalExtremaConfigPtr ipsdk::imaproc::attr::createLocalExtremaConfig (void)
 function allowing to initialize input parameters for the local extrema extraction algorithms with default values
 
IPSDKIPLATTRIBUTES_API LocalExtremaConfigPtr ipsdk::imaproc::attr::createLocalExtremaConfig (const eLocalExtremumType &localExtremumType)
 function allowing to initialize input parameters for the local extrema extraction algorithms with default values
 
IPSDKIPLATTRIBUTES_API LocalExtremaConfigPtr ipsdk::imaproc::attr::createLocalExtremaConfig (const ipReal64 threshold)
 function allowing to initialize input parameters for the local extrema extraction algorithms with default values
 
IPSDKIPLATTRIBUTES_API LocalExtremaConfigPtr ipsdk::imaproc::attr::createLocalExtremaConfig (const ipUInt64 nbTotPoints)
 function allowing to initialize input parameters for the local extrema extraction algorithms with default values
 
IPSDKIPLATTRIBUTES_API LocalExtremaConfigPtr ipsdk::imaproc::attr::createLocalExtremaConfig (const eLocalExtremumType &localExtremumType, const ipReal64 threshold)
 function allowing to initialize input parameters for the local extrema extraction algorithms with default values
 
IPSDKIPLATTRIBUTES_API LocalExtremaConfigPtr ipsdk::imaproc::attr::createLocalExtremaConfig (const eLocalExtremumType &localExtremumType, const ipUInt64 nbTotPoints)
 function allowing to initialize input parameters for the local extrema extraction algorithms with default values
 
IPSDKIPLATTRIBUTES_API LocalExtremaConfigPtr ipsdk::imaproc::attr::createLocalExtremaConfig (const ipReal64 threshold, const ipUInt64 nbTotPoints)
 function allowing to initialize input parameters for the local extrema extraction algorithms with default values
 
IPSDKIPLATTRIBUTES_API LocalExtremaConfigPtr ipsdk::imaproc::attr::createLocalExtremaConfig (const eLocalExtremumType &localExtremumType, const ipReal64 threshold, const ipUInt64 nbTotPoints)
 function allowing to initialize input parameters for the local extrema extraction algorithms with default values
 

Detailed Description

Configuration for local extrema calculation.

SubNodes description

Name ToolTip Associated Class Default Value
LocalExtremumType Local extremum type. ipsdk::DataItemEnumLeaf<eLocalExtremumType> ipsdk::imaproc::attr::eLocalExtremumType::eLET_Max
Threshold Minimum value of the extremum. ipsdk::DataItemLeaf<ipsdk::ipReal64> ipsdk::NumericLimits<ipReal64>::min()
NbTotPoints Number of maximum points. ipsdk::DataItemLeaf<ipsdk::ipUInt64> ipsdk::NumericLimits<ipUInt64>::max()