IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SigmoidNormalizeImgLvl2.h
1 // SigmoidNormalizeImgLvl2.h:
3 // --------------------------
4 //
14 
15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_SIGMOIDNORMALIZEIMGLVL2_H__
16 #define __IPSDKIPLINTENSITYTRANSFORM_SIGMOIDNORMALIZEIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutputRange.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubImg2d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InSigmoidAlpha.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InSigmoidBeta.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace itrans {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLIntensityTransform, SigmoidNormalizeImg,
38  (((ipsdk)(imaproc)(attr))(InSubImg2d))
39  (((ipsdk)(imaproc)(attr))(InSigmoidAlpha))
40  (((ipsdk)(imaproc)(attr))(InSigmoidBeta))
41  (((ipsdk)(imaproc)(attr))(InOutputRange))
42  (((ipsdk)(imaproc)(attr))(OutImg)))
43 
44 // methods
45 public:
46 
47 protected:
48 
49 // attributes
50 protected:
51 
52 };
53 
56 
57 } // end of namespace itrans
58 } // end of namespace imaproc
59 } // end of namespace ipsdk
60 
61 #endif // __IPSDKIPLINTENSITYTRANSFORM_SIGMOIDNORMALIZEIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.