IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
StatsMsr2dLvl1.h
1 // StatsMsr2dLvl1.h:
3 // -----------------
4 //
17 
18 #ifndef __IPSDKIPLGLOBALMEASURE_STATSMSR2DLVL1_H__
19 #define __IPSDKIPLGLOBALMEASURE_STATSMSR2DLVL1_H__
20 
24 
25 // Attributes headers
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutPIStatsResult.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h>
28 
29 namespace ipsdk {
30 namespace imaproc {
31 namespace glbmsr {
32 
35 
36 // declare processor class
37 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLGlobalMeasure, StatsMsr2d,
38  ipsdk::imaproc::matchImagePlans(_pOutPIStatsResult, _pInImg, eImagePlansMatchPolicy::eIPMP_ZCT),
39  (((ipsdk)(imaproc)(attr))(InImg))
40  (((ipsdk)(imaproc)(attr))(OutPIStatsResult)(ipsdk::imaproc::fromImage)(_pInImg)))
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_STATSMSR2DLVL1_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.