IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
InOptAccumIntensityThreshold.h
1 // InOptAccumIntensityThreshold.h:
3 // -------------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_INOPTACCUMINTENSITYTHRESHOLD_H__
17 #define __IPSDKIPLATTRIBUTES_INOPTACCUMINTENSITYTHRESHOLD_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/AccumIntensityThreshold.h>
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
33  InOptAccumIntensityThreshold,
35  (ipsdk::processor::isGreaterOrEqual<NodeType::Ratio>(attribute, 0.0) &&
36  ipsdk::processor::isLowerOrEqual<NodeType::Ratio>(attribute, 1.0)),
38 
41 
42 } // end of namespace attr
43 } // end of namespace imaproc
44 } // end of namespace ipsdk
45 
46 #endif // __IPSDKIPLATTRIBUTES_INOPTACCUMINTENSITYTHRESHOLD_H__
#define IPSDK_DECLARE_INPUT_OPTIONAL_FROM_EXISTING_DATAITEM_ATTRIBUTE(libraryName, className, dataItemClassName, RuleString, defaultValue)
threshold on accumulation intensities for local maxima extraction
Definition: AccumIntensityThreshold.h:66
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::AccumIntensityThresholdPtr createAccumIntensityThreshold(const ipReal64 absolute, const ipReal64 ratio)
function allowing to create a AccumIntensityThreshold data item
Definition of import/export macro for library.