IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SmartParaboloidShadingCorrection2dImgUtils.h
1 // SmartShadingCorrectionImgUtils.h:
3 // ---------------------------------
4 //
15 
16 #ifndef __PYIPSDKIPLINTENSITYTRANSFORM_SMARTPARABOLOIDSHADINGCORRECTION2DIMGUTILS_H__
17 #define __PYIPSDKIPLINTENSITYTRANSFORM_SMARTPARABOLOIDSHADINGCORRECTION2DIMGUTILS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLIntensityTransform/Processor/SmartParaboloidShadingCorrection2dImg/SmartParaboloidShadingCorrection2dImg.h>
21 #include <boost/python/tuple.hpp>
22 
23 class ipsdk::imaproc::itrans::SmartParaboloidShadingCorrection2dImgLvl1;
24 
25 namespace ipsdk {
26  namespace python {
27 
30 
35  PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple
37  const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr& pWhiteParaboloid,
38  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
39 
44  PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple
46  const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr& pWhiteParaboloid,
47  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange,
48  const ipsdk::image::ImagePtr& pOutImg);
49 
54  PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple
56  const ipsdk::image::ImageConstPtr& pBlackImg,
57  const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr& pWhiteParaboloid,
58  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
59 
64  PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple
66  const ipsdk::image::ImageConstPtr& pBlackImg,
67  const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr& pWhiteParaboloid,
68  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange,
69  const ipsdk::image::ImagePtr& pOutImg);
71 
74  PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple
75  getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::itrans::SmartParaboloidShadingCorrection2dImgLvl1> pProcessor);
77 
80 
81  } // end of namespace python
82 } // end of namespace ipsdk
83 
84 #endif // __PYIPSDKIPLINTENSITYTRANSFORM_SMARTPARABOLOIDSHADINGCORRECTION2DIMGUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< BaseImage > ImagePtr
Definition: ImageTypes.h:139
#define PYIPSDKIPLINTENSITYTRANSFORM_API
Import/Export macro for library PyIPSDKIPLIntensityTransform.
Definition: PyIPSDKIPLIntensityTransformExports.h:25
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple smartParaboloidShadingCorrection2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr &pWhiteParaboloid, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
wrapper function for applies a paraboloid shading correction to an image, so that output image intens...
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple getAsyncProcessorOutput(boost::shared_ptr< ipsdk::imaproc::advmorpho::RidgeLine2dImgLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.
Definition of import/export macro for library.