16 #ifndef __PYIPSDKIPLINTENSITYTRANSFORM_SMARTSHADINGCORRECTIONIMGUTILS_H__ 17 #define __PYIPSDKIPLINTENSITYTRANSFORM_SMARTSHADINGCORRECTIONIMGUTILS_H__ 20 #include <IPSDKIPL/IPSDKIPLIntensityTransform/Processor/SmartShadingCorrectionImg/SmartShadingCorrectionImg.h> 21 #include <boost/python/tuple.hpp> 23 class ipsdk::imaproc::itrans::SmartShadingCorrectionImgLvl1;
38 const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
47 const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange,
58 const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
68 const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange,
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.