IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
HysteresisThreshold2dImg.h File Reference

Wrapper functions for Apply hysteresis thresholding to an image. More...

#include <IPSDKIPL/IPSDKIPLBinarization/IPSDKIPLBinarizationExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKBaseData/Neighborhood/Neighborhood2dTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::bin
 Namespace aggregating binarization operations on images.
 

Functions

IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr ipsdk::imaproc::bin::darkHysteresisThreshold2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold)
 wrapper function for dark Hysteresis thresholding to an image More...
 
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr ipsdk::imaproc::bin::lightHysteresisThreshold2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold)
 wrapper function for light Hysteresis thresholding to an image More...
 
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr ipsdk::imaproc::bin::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 More...
 
IPSDKIPLBINARIZATION_API void ipsdk::imaproc::bin::hysteresisThreshold2dImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold, const ipsdk::eNeighborhood2dType &inOptNeighborhood2d, const image::ImagePtr &pOutBinImg)
 wrapper function for Apply hysteresis thresholding to an image More...
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold2dImgLvl1 > ipsdk::imaproc::bin::darkHysteresisThreshold2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold2dImgLvl1 > ipsdk::imaproc::bin::lightHysteresisThreshold2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold2dImgLvl1 > ipsdk::imaproc::bin::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
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold2dImgLvl1 > ipsdk::imaproc::bin::hysteresisThreshold2dImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold, const ipsdk::eNeighborhood2dType &inOptNeighborhood2d, const image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr ipsdk::imaproc::bin::getAsyncProcessorOutput (boost::shared_ptr< HysteresisThreshold2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Apply hysteresis thresholding to an image.

Author
R. Abbal
Date
2017/08/10