16 #ifndef __IPSDKIPLATTRIBUTES_HYSTERESISPARAMS_H__ 17 #define __IPSDKIPLATTRIBUTES_HYSTERESISPARAMS_H__ 83 #endif // __IPSDKIPLATTRIBUTES_HYSTERESISPARAMS_H__ #define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HysteresisParamsPtr createLightHysteresisParams(const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::image::eImageBufferType &bufType)
function allowing to create a hysteresis parameter for light hysteresis
boost::shared_ptr< const ipsdk::imaproc::attr::HysteresisParams > HysteresisParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::HysteresisParams
Definition: HysteresisParams.h:173
boost::shared_ptr< ipsdk::imaproc::attr::HysteresisParams > HysteresisParamsPtr
shared pointer to ipsdk::imaproc::attr::HysteresisParams
Definition: HysteresisParams.h:169
Definition of import/export macro for library.
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HysteresisParamsPtr 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 createDarkHysteresisParams(const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold, const ipsdk::image::eImageBufferType &bufType)
function allowing to create a hysteresis parameter for dark hysteresis
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25