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

Wrapper functions for applies a shading correction to an image, so that output image intensity fits an expected range. More...

#include <IPSDKIPL/IPSDKIPLIntensityTransform/IPSDKIPLIntensityTransformExports.h>
#include <IPSDKIPL/IPSDKIPLIntensityTransform/Processor/SmartShadingCorrectionImg/SmartShadingCorrectionImgTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h>

Go to the source code of this file.

Namespaces

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

Functions

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

Detailed Description

Wrapper functions for applies a shading correction to an image, so that output image intensity fits an expected range.

Author
H. Delestre
Date
2014/10/31