15 #ifndef __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLDMEAN2DIMG_H__ 16 #define __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLDMEAN2DIMG_H__ 25 class AdaptiveThresholdMean2dImgLvl1;
67 #endif // __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLDMEAN2DIMG_H__
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLBINARIZATION_API boost::shared_ptr< AdaptiveThresholdMean2dImgLvl1 > adaptiveThresholdMean2dImg_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.
#define IPSDKIPLBINARIZATION_API
Import/Export macro for library IPSDKIPLBinarization.
Definition: IPSDKIPLBinarizationExports.h:25
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr adaptiveThresholdMean2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipUInt64 halfKnlSize)
wrapper function for binarize an input image according an adaptive threshold based on the mean intens...