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