IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LightnessImgLvl1.h
1 // LightnessImgLvl1.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIPLCOLOR_LIGHTNESSIMGLVL1_H__
16 #define __IPSDKIPLCOLOR_LIGHTNESSIMGLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InColorImg.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutLightImg.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InLightnessType.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace color {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLColor, LightnessImg,
36  ipsdk::imaproc::matchSize(eMatchImageSizeType::eMIST_XYZT, _pInColorImg, _pOutLightImg) &&
37  ipsdk::imaproc::matchBufferType(_pInColorImg, _pOutLightImg),
38  (((ipsdk)(imaproc)(attr))(InColorImg))
39  (((ipsdk)(imaproc)(attr))(InLightnessType))
40  (((ipsdk)(imaproc)(attr))(OutLightImg)(duplicateGreyInOut)(_pInColorImg)))
41 
42 // methods
43 public:
44 
45 // attributes
46 protected:
47 
48 };
49 
52 
53 } // end of namespace color
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIPLCOLOR_LIGHTNESSIMGLVL1_H__
Definition of import/export macro for library.
processor::OutputInitializerPtr duplicateGreyInOut(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType > &pInputAttribute, const eImageInitializerStoragePolicy &storagePolicy=eImageInitializerStoragePolicy::eIISP_Inherit)
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)