IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InHysteresisParams.h
1 // InHysteresisParams.h:
3 // ---------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_INHYSTERESISPARAMS_H__
17 #define __IPSDKIPLATTRIBUTES_INHYSTERESISPARAMS_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HysteresisParams.h>
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
33  InHysteresisParams,
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)));
38 
41 
42 } // end of namespace attr
43 } // end of namespace imaproc
44 } // end of namespace ipsdk
45 
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)