IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
ShadingCorrectionImg.h File Reference

Wrapper functions for Computes a shading-corrected image given in particular an offset and a factor. More...

#include <IPSDKIPL/IPSDKIPLIntensityTransform/IPSDKIPLIntensityTransformExports.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::itrans
 Namespace aggregating intensity transformations on images.
 

Functions

IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr ipsdk::imaproc::itrans::shadingCorrectionImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 factor)
 wrapper function for Computes a shading-corrected image given in particular an offset and a factor More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::shadingCorrectionImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 factor, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for Computes a shading-corrected image given in particular an offset and a factor More...
 
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr ipsdk::imaproc::itrans::shadingCorrectionImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pBlackImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 factor)
 wrapper function for Computes a shading-corrected image given in particular an offset and a factor More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::shadingCorrectionImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pBlackImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 factor, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for Computes a shading-corrected image given in particular an offset and a factor More...
 
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr ipsdk::imaproc::itrans::shadingCorrectionImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 offset, const ipReal64 factor)
 wrapper function for Computes a shading-corrected image given in particular an offset and a factor More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::shadingCorrectionImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 offset, const ipReal64 factor, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for Computes a shading-corrected image given in particular an offset and a factor More...
 
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr ipsdk::imaproc::itrans::shadingCorrectionImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pBlackImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 offset, const ipReal64 factor)
 wrapper function for Computes a shading-corrected image given in particular an offset and a factor More...
 
IPSDKIPLINTENSITYTRANSFORM_API void ipsdk::imaproc::itrans::shadingCorrectionImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pBlackImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 offset, const ipReal64 factor, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for Computes a shading-corrected image given in particular an offset and a factor More...
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ShadingCorrectionImgLvl1 > ipsdk::imaproc::itrans::shadingCorrectionImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 factor)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ShadingCorrectionImgLvl1 > ipsdk::imaproc::itrans::shadingCorrectionImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 factor, const ipsdk::image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ShadingCorrectionImgLvl1 > ipsdk::imaproc::itrans::shadingCorrectionImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pBlackImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 factor)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ShadingCorrectionImgLvl1 > ipsdk::imaproc::itrans::shadingCorrectionImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pBlackImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 factor, const ipsdk::image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ShadingCorrectionImgLvl1 > ipsdk::imaproc::itrans::shadingCorrectionImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 offset, const ipReal64 factor)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ShadingCorrectionImgLvl1 > ipsdk::imaproc::itrans::shadingCorrectionImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 offset, const ipReal64 factor, const ipsdk::image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ShadingCorrectionImgLvl1 > ipsdk::imaproc::itrans::shadingCorrectionImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pBlackImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 offset, const ipReal64 factor)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< ShadingCorrectionImgLvl1 > ipsdk::imaproc::itrans::shadingCorrectionImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pBlackImg, const image::ImageConstPtr &pWhiteImg, const ipReal64 offset, const ipReal64 factor, const ipsdk::image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< ShadingCorrectionImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Computes a shading-corrected image given in particular an offset and a factor.

Author
H. Delestre
Date
2014/10/30