IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
NormalizedCrossCorrelationMsr2dLvl1.h
1 // NormalizedCrossCorrelationMsr2dLvl1.h:
3 // --------------------------------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_NORMALIZEDCROSSCORRELATION2DMSRLVL1_H__
16 #define __IPSDKIPLGLOBALMEASURE_NORMALIZEDCROSSCORRELATION2DMSRLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutPINCCResult.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg1.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg2.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace glbmsr {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLGlobalMeasure, NormalizedCrossCorrelationMsr2d,
36  ipsdk::imaproc::matchSize(_pInImg1, _pInImg2) &&
37  ipsdk::imaproc::matchImagePlans(_pOutPINCCResult, _pInImg1, eImagePlansMatchPolicy::eIPMP_ZCT),
38  (((ipsdk)(imaproc)(attr))(InImg1))
39  (((ipsdk)(imaproc)(attr))(InImg2))
40  (((ipsdk)(imaproc)(attr))(OutPINCCResult)(ipsdk::imaproc::fromImage)(_pInImg1)))
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_NORMALIZEDCROSSCORRELATION2DMSRLVL1_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.