15 #ifndef __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD2DIMG_H__ 16 #define __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD2DIMG_H__ 26 class HysteresisThreshold2dImgLvl1;
110 #endif // __IPSDKIPLBINARIZATION_HYSTERESISTHRESHOLD2DIMG_H__ IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold2dImgLvl1 > lightHysteresisThreshold2dImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr lightHysteresisThreshold2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold)
wrapper function for light Hysteresis thresholding to an image
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.
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold2dImgLvl1 > hysteresisThreshold2dImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold)
asynchronous wrappers
#define IPSDKIPLBINARIZATION_API
Import/Export macro for library IPSDKIPLBinarization.
Definition: IPSDKIPLBinarizationExports.h:25
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr darkHysteresisThreshold2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold)
wrapper function for dark Hysteresis thresholding to an image
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr hysteresisThreshold2dImg(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold)
wrapper function for Apply hysteresis thresholding to an image
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold2dImgLvl1 > darkHysteresisThreshold2dImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold)
asynchronous wrappers