16 #ifndef __PYIPSDKIPLINTENSITYTRANSFORM_SMARTPARABOLOIDSHADINGCORRECTION2DIMGUTILS_H__ 17 #define __PYIPSDKIPLINTENSITYTRANSFORM_SMARTPARABOLOIDSHADINGCORRECTION2DIMGUTILS_H__ 20 #include <IPSDKIPL/IPSDKIPLIntensityTransform/Processor/SmartParaboloidShadingCorrection2dImg/SmartParaboloidShadingCorrection2dImg.h> 21 #include <boost/python/tuple.hpp> 23 class ipsdk::imaproc::itrans::SmartParaboloidShadingCorrection2dImgLvl1;
37 const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr& pWhiteParaboloid,
38 const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
46 const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr& pWhiteParaboloid,
47 const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange,
57 const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr& pWhiteParaboloid,
58 const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange);
67 const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr& pWhiteParaboloid,
68 const ipsdk::imaproc::attr::RangeConstPtr& pOutputRange,
75 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::itrans::SmartParaboloidShadingCorrection2dImgLvl1> pProcessor);
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.