![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for applying a paraboloid 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/ParaboloidParams3d.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::smartParaboloidShadingCorrection2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr &pWhiteImgParaboloidModel, 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::smartParaboloidShadingCorrection2dImg (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr &pWhiteImgParaboloidModel, 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::smartParaboloidShadingCorrection2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pBlackImg, const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr &pWhiteImgParaboloidModel, 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::smartParaboloidShadingCorrection2dImg (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pBlackImg, const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr &pWhiteImgParaboloidModel, 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< SmartParaboloidShadingCorrection2dImgLvl1 > | ipsdk::imaproc::itrans::smartParaboloidShadingCorrection2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr &pWhiteImgParaboloidModel, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange) |
| asynchronous wrappers | |
| IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< SmartParaboloidShadingCorrection2dImgLvl1 > | ipsdk::imaproc::itrans::smartParaboloidShadingCorrection2dImg_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr &pWhiteImgParaboloidModel, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< SmartParaboloidShadingCorrection2dImgLvl1 > | ipsdk::imaproc::itrans::smartParaboloidShadingCorrection2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pBlackImg, const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr &pWhiteImgParaboloidModel, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange) |
| asynchronous wrappers | |
| IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< SmartParaboloidShadingCorrection2dImgLvl1 > | ipsdk::imaproc::itrans::smartParaboloidShadingCorrection2dImg_async (const image::ImageConstPtr &pInImg, const image::ImageConstPtr &pBlackImg, const ipsdk::imaproc::attr::ParaboloidParams3dConstPtr &pWhiteImgParaboloidModel, const ipsdk::imaproc::attr::RangeConstPtr &pOutputRange, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLINTENSITYTRANSFORM_API SmartShadingCorrectionResult | ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< SmartParaboloidShadingCorrection2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for applying a paraboloid shading correction to an image, so that output image intensity fits an expected range.
1.8.14