IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
SmartShadingCorrectionImgUtils.h File Reference

Utility functions for paraboloid smart shading correction image computation python wrapping. More...

#include <Python/PyIPSDKIPLIntensityTransform/PyIPSDKIPLIntensityTransformExports.h>
#include <IPSDKIPL/IPSDKIPLIntensityTransform/Processor/SmartShadingCorrectionImg/SmartShadingCorrectionImg.h>
#include <boost/python/tuple.hpp>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::python
 Namespace aggregating IPSDK to python base wrappers.
 

Functions

PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple ipsdk::python::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 expected range More...
 
PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple ipsdk::python::smartShadingCorrectionImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pWhiteImg, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for applies a shading correction to an image, so that output image intensity fits an expected range More...
 
PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple ipsdk::python::smartShadingCorrectionImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pBlackImg, 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 expected range More...
 
PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple ipsdk::python::smartShadingCorrectionImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImageConstPtr &pBlackImg, const ipsdk::image::ImageConstPtr &pWhiteImg, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for applies a shading correction to an image, so that output image intensity fits an expected range More...
 
PYIPSDKIPLINTENSITYTRANSFORM_API boost::python::tuple ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::itrans::SmartShadingCorrectionImgLvl1 > pProcessor)
 Wrapper to retrieve the result of an asynchronous processor.
 

Detailed Description

Utility functions for paraboloid smart shading correction image computation python wrapping.

Utility functions for smart shading correction image computation python wrapping.

Author
E. Noirfalise
Date
2015/12/31