15 #ifndef __IPSDKIPLBINARIZATION_KITTLERTHRESHOLDIMG_H__ 16 #define __IPSDKIPLBINARIZATION_KITTLERTHRESHOLDIMG_H__ 26 class KittlerThresholdImgLvl1;
89 #endif // __IPSDKIPLBINARIZATION_KITTLERTHRESHOLDIMG_H__ boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< ipsdk::imaproc::attr::HistogramData > HistogramDataPtr
shared pointer to ipsdk::imaproc::HistogramData
Definition: HistogramData.h:231
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 boost::shared_ptr< KittlerThresholdImgLvl1 > kittlerThresholdImg_async(const ipsdk::image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLBINARIZATION_API KittlerResult kittlerThresholdImg(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for binarization on one image using Kittler's method. In this version of the functio...