IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
NormalizedCrossCorrelation3dImgLvl2.h
1 // NormalizedCrossCorrelation3dImgLvl2.h:
3 // --------------------------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_NORMALIZEDCROSSCORRELATION3DIMGLVL2_H__
16 #define __IPSDKIPLFILTERING_NORMALIZEDCROSSCORRELATION3DIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/3d/InSubImg3d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutRealImg.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Kernel/InKnlXYZ.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace filter {
29 
32 
33 // declare processor class
34 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLFiltering, NormalizedCrossCorrelation3dImg,
35  ipsdk::imaproc::matchSize(_pInSubImg3d, _pOutRealImg),
36  (((ipsdk)(imaproc)(attr))(InSubImg3d))
37  (((ipsdk)(imaproc)(attr))(InKnlXYZ))
38  (((ipsdk)(imaproc)(attr))(OutRealImg)))
39 
40 // methods
41 public:
42 
43 protected:
44 
45 // attributes
46 protected:
47 
48 };
49 
52 
53 } // end of namespace filter
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIPLFILTERING_NORMALIZEDCROSSCORRELATION3DIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.