![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Thresholding parameter for hysteresis filtering. More...
Classes | |
| class | ipsdk::imaproc::attr::HysteresisParams |
| Thresholding parameter for hysteresis filtering. More... | |
Typedefs | |
| typedef boost::shared_ptr< ipsdk::imaproc::attr::HysteresisParams > | ipsdk::imaproc::attr::HysteresisParamsPtr |
| shared pointer to ipsdk::imaproc::attr::HysteresisParams | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::HysteresisParams > | ipsdk::imaproc::attr::HysteresisParamsConstPtr |
| shared pointer to const ipsdk::imaproc::attr::HysteresisParams | |
Functions | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HysteresisParamsPtr | ipsdk::imaproc::attr::createHysteresisParams (const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold) |
| function allowing to create a hysteresis parameter | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HysteresisParamsPtr | ipsdk::imaproc::attr::createLightHysteresisParams (const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::image::eImageBufferType &bufType) |
| function allowing to create a hysteresis parameter for light hysteresis | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HysteresisParamsPtr | ipsdk::imaproc::attr::createDarkHysteresisParams (const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold, const ipsdk::image::eImageBufferType &bufType) |
| function allowing to create a hysteresis parameter for dark hysteresis | |
Thresholding parameter for hysteresis filtering.
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| LowSeedThreshold | Low threshold for the seed thresholding. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | |
| HighSeedThreshold | High threshold for the seed thresholding. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | |
| LowPropagationThreshold | Low threshold for the propagation thresholding. | ipsdk::DataItemLeaf<ipsdk::ipReal64> | |
| HighPropagationThreshold | High threshold for the propagation thresholding. | ipsdk::DataItemLeaf<ipsdk::ipReal64> |
1.8.14