IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Convolution2dImgLvl2.h
1 // Convolution2dImgLvl2.h:
3 // -----------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_CONVOLUTION2DIMGLVL2_H__
16 #define __IPSDKIPLFILTERING_CONVOLUTION2DIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubImg2d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Kernel/InKnlXY.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InNormalize.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/BorderPolicy/InConvolBorder2d.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace filter {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLFiltering, Convolution2dImg,
37  ipsdk::imaproc::matchSize(_pInSubImg2d, _pOutImg),
38  (((ipsdk)(imaproc)(attr))(InSubImg2d))
39  (((ipsdk)(imaproc)(attr))(InKnlXY))
40  (((ipsdk)(imaproc)(attr))(InNormalize))
41  (((ipsdk)(imaproc)(attr))(InConvolBorder2d))
42  (((ipsdk)(imaproc)(attr))(OutImg)))
43 
44 // methods
45 public:
46 
47 // attributes
48 protected:
49 
50 };
51 
54 
55 } // end of namespace filter
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLFILTERING_CONVOLUTION2DIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.