IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LightnessImgLvl2.h
1 // LightnessImgLvl2.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIPLCOLOR_LIGHTNESSIMGLVL2_H__
16 #define __IPSDKIPLCOLOR_LIGHTNESSIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubColorImg2d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutLightImg.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InLightnessType.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace color {
29 
32 
33 // declare processor class
34 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLColor, LightnessImg,
35  ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_2d, _pInSubColorImg2d, _pOutLightImg) &&
36  ipsdk::imaproc::matchBufferType(_pInSubColorImg2d, _pOutLightImg),
37  (((ipsdk)(imaproc)(attr))(InSubColorImg2d))
38  (((ipsdk)(imaproc)(attr))(InLightnessType))
39  (((ipsdk)(imaproc)(attr))(OutLightImg)))
40 
41 // methods
42 public:
43 
44 // attributes
45 protected:
46 
47 };
48 
51 
52 } // end of namespace color
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIPLCOLOR_LIGHTNESSIMGLVL2_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)