15 #ifndef __IPSDKIPLINTENSITYTRANSFORM_ADAPTIVECONTRASTENHANCEMENT2DIMG_H__ 16 #define __IPSDKIPLINTENSITYTRANSFORM_ADAPTIVECONTRASTENHANCEMENT2DIMG_H__ 25 class AdaptiveContrastEnhancement2dImgLvl1;
83 #endif // __IPSDKIPLINTENSITYTRANSFORM_ADAPTIVECONTRASTENHANCEMENT2DIMG_H__ boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLINTENSITYTRANSFORM_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveContrastEnhancement2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLINTENSITYTRANSFORM_API boost::shared_ptr< AdaptiveContrastEnhancement2dImgLvl1 > adaptiveContrastEnhancement2dImg_async(const image::ImageConstPtr &pInImg, const ipUInt32 inHalfKnlSizeX, const ipUInt32 inHalfKnlSizeY, const ipReal64 inArithmeticVal, const ipReal32 inBlendMultiplier)
asynchronous wrappers
#define IPSDKIPLINTENSITYTRANSFORM_API
Import/Export macro for library IPSDKIPLIntensityTransform.
Definition: IPSDKIPLIntensityTransformExports.h:25
IPSDKIPLINTENSITYTRANSFORM_API ipsdk::image::ImagePtr 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
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr