15 #ifndef __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLDMEAN3DIMG_H__ 16 #define __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLDMEAN3DIMG_H__ 25 class AdaptiveThresholdMean3dImgLvl1;
67 #endif // __IPSDKIPLBINARIZATION_ADAPTIVETHRESHOLDMEAN3DIMG_H__
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLBINARIZATION_API boost::shared_ptr< AdaptiveThresholdMean3dImgLvl1 > adaptiveThresholdMean3dImg_async(const ipsdk::image::ImageConstPtr &pInImg3d, 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 adaptiveThresholdMean3dImg(const ipsdk::image::ImageConstPtr &pInImg3d, const ipUInt64 halfKnlSize)
wrapper function for binarize a 3d input image according an adaptive threshold based on the mean inte...