IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AccumIntensityThreshold.h
1 // AccumIntensityThreshold.h:
3 // --------------------------
4 //
27 
28 #ifndef __IPSDKIPLATTRIBUTES_ACCUMINTENSITYTHRESHOLD_H__
29 #define __IPSDKIPLATTRIBUTES_ACCUMINTENSITYTHRESHOLD_H__
30 
33 
34 namespace ipsdk {
35 namespace imaproc {
36 namespace attr {
37 
43 
44 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, AccumIntensityThreshold,
45  ((LEAF)(Absolute)(ipsdk::ipReal64))
46  ((LEAF)(Ratio)(ipsdk::ipReal64)))
47 };
48 
51 
54 typedef boost::shared_ptr<ipsdk::imaproc::attr::AccumIntensityThreshold> AccumIntensityThresholdPtr;
55 
58 typedef boost::shared_ptr<const ipsdk::imaproc::attr::AccumIntensityThreshold> AccumIntensityThresholdConstPtr;
59 
62 
67  const ipReal64 ratio);
68 
71 
72 } // end of namespace attr
73 } // end of namespace imaproc
74 } // end of namespace ipsdk
75 
76 #endif // __IPSDKIPLATTRIBUTES_ACCUMINTENSITYTHRESHOLD_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
double ipReal64
boost::shared_ptr< const ipsdk::imaproc::attr::AccumIntensityThreshold > AccumIntensityThresholdConstPtr
shared pointer to const ipsdk::imaproc::attr::AccumIntensityThreshold
Definition: AccumIntensityThreshold.h:146
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.
boost::shared_ptr< ipsdk::imaproc::attr::AccumIntensityThreshold > AccumIntensityThresholdPtr
shared pointer to ipsdk::imaproc::attr::AccumIntensityThreshold
Definition: AccumIntensityThreshold.h:142
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25