IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Counting2dMsrLvl1.h
1 // Counting2dMsrLvl1.h:
3 // --------------------
4 //
16 
17 #ifndef __IPSDKIPLGLOBALMEASURE_COUNTING2DMSRLVL1_H__
18 #define __IPSDKIPLGLOBALMEASURE_COUNTING2DMSRLVL1_H__
19 
24 
25 // Attributes headers
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InLabelImg.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutPIIndexableUInt64.h>
28 
29 namespace ipsdk {
30 namespace imaproc {
31 namespace glbmsr {
32 
35 
36 // declare processor class
37 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLGlobalMeasure, Counting2dMsr,
38  ipsdk::imaproc::matchImagePlans(_pOutPIIndexableUInt64, _pInLabelImg, eImagePlansMatchPolicy::eIPMP_ZCT),
39  (((ipsdk)(imaproc)(attr))(InLabelImg))
40  (((ipsdk)(imaproc)(attr))(OutPIIndexableUInt64)(ipsdk::imaproc::fromImage)(_pInLabelImg)))
41 
42 // methods
43 public:
44 
45 protected:
46 
47 // attributes
48 protected:
49 
50 };
51 
54 
55 } // end of namespace glbmsr
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLGLOBALMEASURE_COUNTING2DMSRLVL1_H__
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
processor::OutputInitializerPtr fromImage(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstWeakPtr &pInputImageAttribute, const eFromImagePlanIndexedPolicy &fromImagePlanIndexedPolicy)
Definition of import/export macro for library.