16 #ifndef __IPSDKIPLATTRIBUTES_INHYSTERESISPARAMS_H__ 17 #define __IPSDKIPLATTRIBUTES_INHYSTERESISPARAMS_H__ 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HysteresisParams.h> 35 (ipsdk::processor::isLowerOrEqual<HysteresisParams::LowSeedThreshold, HysteresisParams::HighSeedThreshold>(attribute) &&
36 ipsdk::processor::isLowerOrEqual<HysteresisParams::LowPropagationThreshold, HysteresisParams::HighPropagationThreshold>(attribute) &&
37 ipsdk::processor::isLowerOrEqual<HysteresisParams::HighSeedThreshold, HysteresisParams::HighPropagationThreshold>(attribute)));
46 #endif // __IPSDKIPLATTRIBUTES_INHYSTERESISPARAMS_H__ Thresholding parameter for hysteresis filtering.
Definition: HysteresisParams.h:59
Definition of import/export macro for library.
#define IPSDK_DECLARE_INPUT_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString)