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

Wrapper functions for Apply hysteresis thresholding to a 3d image. More...

#include <IPSDKIPL/IPSDKIPLBinarization/IPSDKIPLBinarizationExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKBaseData/Neighborhood/Neighborhood3dTypes.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::darkHysteresisThreshold3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold)
 wrapper function for dark Hysteresis thresholding to a 3d image More...
 
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr ipsdk::imaproc::bin::lightHysteresisThreshold3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold)
 wrapper function for light Hysteresis thresholding to a 3d image More...
 
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr ipsdk::imaproc::bin::hysteresisThreshold3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold)
 wrapper function for Apply hysteresis thresholding to a 3d image More...
 
IPSDKIPLBINARIZATION_API void ipsdk::imaproc::bin::hysteresisThreshold3dImg (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold, const ipsdk::eNeighborhood3dType &inOptNeighborhood3d, const image::ImagePtr &pOutBinImg)
 wrapper function for Apply hysteresis thresholding to a 3d image More...
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold3dImgLvl1 > ipsdk::imaproc::bin::darkHysteresisThreshold3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 highPropagationThreshold)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold3dImgLvl1 > ipsdk::imaproc::bin::lightHysteresisThreshold3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold3dImgLvl1 > ipsdk::imaproc::bin::hysteresisThreshold3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< HysteresisThreshold3dImgLvl1 > ipsdk::imaproc::bin::hysteresisThreshold3dImg_async (const ipsdk::image::ImageConstPtr &pInImg3d, const ipsdk::ipReal64 lowSeedThreshold, const ipsdk::ipReal64 highSeedThreshold, const ipsdk::ipReal64 lowPropagationThreshold, const ipsdk::ipReal64 highPropagationThreshold, const ipsdk::eNeighborhood3dType &inOptNeighborhood3d, const image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API ipsdk::image::ImagePtr ipsdk::imaproc::bin::getAsyncProcessorOutput (boost::shared_ptr< HysteresisThreshold3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Apply hysteresis thresholding to a 3d image.

Author
R. Abbal
Date
2017/08/14