![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Configuration for local extrema calculation. More...
Classes | |
| class | ipsdk::imaproc::attr::LocalExtremaConfig |
| Configuration for local extrema calculation. More... | |
Typedefs | |
| typedef boost::shared_ptr< LocalExtremaConfig > | ipsdk::imaproc::attr::LocalExtremaConfigPtr |
| shared pointer to LocalExtremaConfig | |
| typedef boost::shared_ptr< const LocalExtremaConfig > | ipsdk::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 | |
Configuration for local extrema calculation.
| 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() |
1.8.14