![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Localy adjust the contrast of an image. 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::adaptiveContrastEnhancement2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipReal64 inArithmeticVal, const ipReal32 inBlendMultiplier) |
| wrapper function for Localy adjust the contrast of an image More... | |
| IPSDKIPLINTENSITYTRANSFORM_API void | ipsdk::imaproc::itrans::adaptiveContrastEnhancement2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipReal64 inArithmeticVal, const ipReal32 inBlendMultiplier, const image::ImagePtr &pOutImg) |
| wrapper function for Localy adjust the contrast of an image More... | |
| IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< AdaptiveContrastEnhancement2dImgLvl1 > | ipsdk::imaproc::itrans::adaptiveContrastEnhancement2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipReal64 inArithmeticVal, const ipReal32 inBlendMultiplier) |
| asynchronous wrappers | |
| IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< AdaptiveContrastEnhancement2dImgLvl1 > | ipsdk::imaproc::itrans::adaptiveContrastEnhancement2dImg_async (const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipReal64 inArithmeticVal, const ipReal32 inBlendMultiplier, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr | ipsdk::imaproc::itrans::getAsyncProcessorOutput (boost::shared_ptr< AdaptiveContrastEnhancement2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Localy adjust the contrast of an image.
1.8.14