IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SmartShadingCorrectionImgUtils.h
Go to the documentation of this file.
1 // SmartShadingCorrectionImgUtils.h:
3 // ---------------------------------
4 //
15 
16 #ifndef __PYIPSDKIPLINTENSITYTRANSFORM_SMARTSHADINGCORRECTIONIMGUTILS_H__
17 #define __PYIPSDKIPLINTENSITYTRANSFORM_SMARTSHADINGCORRECTIONIMGUTILS_H__
18 
20 #include <IPSDKIPL/IPSDKIPLIntensityTransform/Processor/SmartShadingCorrectionImg/SmartShadingCorrectionImg.h>
21 #include <boost/python/tuple.hpp>
22 
23 class ipsdk::imaproc::itrans::SmartShadingCorrectionImgLvl1;
24 
25 namespace ipsdk {
26 namespace python {
27 
30 
35 PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple
37  const ipsdk::image::ImageConstPtr& pWhiteImg,
38  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
39 
44 PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple
46  const ipsdk::image::ImageConstPtr& pWhiteImg,
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::image::ImageConstPtr& pWhiteImg,
58  const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
59 
64 PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple
66  const ipsdk::image::ImageConstPtr& pBlackImg,
67  const ipsdk::image::ImageConstPtr& pWhiteImg,
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::SmartShadingCorrectionImgLvl1> pProcessor);
77 
80 
81 } // end of namespace python
82 } // end of namespace ipsdk
83 
84 #endif // __PYIPSDKIPLINTENSITYTRANSFORM_SMARTSHADINGCORRECTIONIMGUTILS_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
PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple smartShadingCorrectionImg(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pWhiteImg, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange)
wrapper function for applies a shading correction to an image, so that output image intensity fits an...
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
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.