IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ParaboloidShadingCorrection2dImgLvl2.h
1 // ParaboloidShadingCorrection2dImgLvl2.h:
3 // ---------------------------
4 //
15 
16 #ifndef __IPSDKIPLINTENSITYTRANSFORM_PARABOLOIDSHADINGCORRECTION2DIMGLVL2_H__
17 #define __IPSDKIPLINTENSITYTRANSFORM_PARABOLOIDSHADINGCORRECTION2DIMGLVL2_H__
18 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/Optional/InOptBlackImg.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubImg2d.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InParaboloidParams3d.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InFactor.h>
28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOffset.h>
29 
30 namespace ipsdk {
31 namespace imaproc {
32 namespace itrans {
33 
36 
37 // declare processor class
38 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLIntensityTransform, ParaboloidShadingCorrection2dImg,
39  ipsdk::imaproc::matchSize(_pInSubImg2d, _pOutImg) &&
40  ipsdk::processor::ifIsSet(_pInOptBlackImg,
41  ipsdk::imaproc::matchSizeAndType(_pInSubImg2d, _pInOptBlackImg)),
42  (((ipsdk)(imaproc)(attr))(InSubImg2d))
43  (((ipsdk)(imaproc)(attr))(InOptBlackImg))
44  (((ipsdk)(imaproc)(attr))(InParaboloidParams3d))
45  (((ipsdk)(imaproc)(attr))(InOffset))
46  (((ipsdk)(imaproc)(attr))(InFactor))
47  (((ipsdk)(imaproc)(attr))(OutImg)))
48 
49 // methods
50 protected:
51 
52 // attributes
53 protected:
54 
55 };
56 
59 
60 } // end of namespace itrans
61 } // end of namespace imaproc
62 } // end of namespace ipsdk
63 
64 #endif // __IPSDKIPLINTENSITYTRANSFORM_PARABOLOIDSHADINGCORRECTION2dIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
boost::enable_if_c< AttributeType::g_bOptional, RulePtr >::type ifIsSet(const boost::shared_ptr< AttributeType > &pAttribute, const RulePtr &pRuleTrue)
Definition of import/export macro for library.