15 #ifndef __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLD2DIMG_H__ 16 #define __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLD2DIMG_H__ 26 class AdaptiveThreshold2dImgLvl1;
92 #endif // __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLD2DIMG_H__
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr adaptiveThreshold2dImg(const ipsdk::image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY)
wrapper function for Binarize an input image according an adaptive threshold based on the pixel's nei...
IPSDKIPLBINARIZATION_API boost::shared_ptr< AdaptiveThreshold2dImgLvl1 > adaptiveThresholdGaussian2dImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipUInt64 halfKnlSize)
asynchronous wrappers
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AdaptiveThreshold2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition of import/export macro for library.
boost::shared_ptr< const KernelXY > KernelXYConstPtr
#define IPSDKIPLBINARIZATION_API
Import/Export macro for library IPSDKIPLBinarization.
Definition: IPSDKIPLBinarizationExports.h:25
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr adaptiveThresholdGaussian2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipUInt64 halfKnlSize)
wrapper function for binarize an input image according an adaptive threshold based on the pixel's nei...
IPSDKIPLBINARIZATION_API boost::shared_ptr< AdaptiveThreshold2dImgLvl1 > adaptiveThreshold2dImg_async(const ipsdk::image::ImageConstPtr &pInImg, const KernelXYConstPtr &pInKnlXY)
asynchronous wrappers