15 #ifndef __IPSDKIPLBINARIZATION_THRESHOLDIMG_H__ 16 #define __IPSDKIPLBINARIZATION_THRESHOLDIMG_H__ 25 class ThresholdImgLvl1;
93 #endif // __IPSDKIPLBINARIZATION_THRESHOLDIMG_H__ IPSDKIPLBINARIZATION_API boost::shared_ptr< ThresholdImgLvl1 > darkThresholdImg_async(const image::ImageConstPtr &pInImg, const ipReal64 inMaxThreshold)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLBINARIZATION_API image::ImagePtr darkThresholdImg(const image::ImageConstPtr &pInImg, const ipReal64 inMaxThreshold)
wrapper function for binary threshold on one image with retrieval of 'dark area'
IPSDKIPLBINARIZATION_API boost::shared_ptr< ThresholdImgLvl1 > lightThresholdImg_async(const image::ImageConstPtr &pInImg, const ipReal64 inMinThreshold)
asynchronous wrappers
IPSDKIPLBINARIZATION_API boost::shared_ptr< ThresholdImgLvl1 > thresholdImg_async(const image::ImageConstPtr &pInImg, const ipReal64 inMinThreshold, const ipReal64 inMaxThreshold)
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 image::ImagePtr lightThresholdImg(const image::ImageConstPtr &pInImg, const ipReal64 inMinThreshold)
wrapper function for binary threshold on one image with retrieval of 'light area' ...
IPSDKIPLBINARIZATION_API image::ImagePtr thresholdImg(const image::ImageConstPtr &pInImg, const ipReal64 inMinThreshold, const ipReal64 inMaxThreshold)
wrapper function for binary threshold on one image