IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
EqualizeLvl1.h
1 // EqualizeLvl1.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_EQUALIZELVL1_H__
16 #define __IPSDKIPLINTENSITYTRANSFORM_EQUALIZELVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InHistogram.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutputRange.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutIntensityLUT.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace itrans {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL1_PROCESSOR(SYNC, IPSDKIPLIntensityTransform, Equalize,
37  (((ipsdk)(imaproc)(attr))(InHistogram))
38  (((ipsdk)(imaproc)(attr))(InOutputRange))
39  (((ipsdk)(imaproc)(attr))(OutIntensityLUT)(ipsdk::processor::allocate)))
40 
41 // methods
42 public:
43 
44 // attributes
45 protected:
46 
47 };
48 
51 
52 } // end of namespace itrans
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIPLINTENSITYTRANSFORM_EQUALIZELVL1_H__
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.
processor::OutputInitializerPtr allocate(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute)