IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ConvertImgLvl2.h
1 // ConvertImgLvl2.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_CONVERTIMGLVL2_H__
16 #define __IPSDKIPLUTILITY_CONVERTIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubImg2d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace util {
28 
31 
32 // declare processor class
33 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLUtility, ConvertImg,
34  ipsdk::imaproc::matchSize(_pInSubImg2d, _pOutImg),
35  (((ipsdk)(imaproc)(attr))(InSubImg2d))
36  (((ipsdk)(imaproc)(attr))(OutImg)))
37 
38 // methods
39 public:
40 
41 // attributes
42 protected:
43 
44 };
45 
48 
49 } // end of namespace util
50 } // end of namespace imaproc
51 } // end of namespace ipsdk
52 
53 #endif // __IPSDKIPLUTILITY_CONVERTIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.