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

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::HysteresisParamsipsdk::imaproc::attr::HysteresisParamsPtr
 shared pointer to ipsdk::imaproc::attr::HysteresisParams
 
typedef boost::shared_ptr< const ipsdk::imaproc::attr::HysteresisParamsipsdk::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
 

Detailed Description

Thresholding parameter for hysteresis filtering.

SubNodes description

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>