IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
IsoDataThreshold.h File Reference

Wrapper functions for computation of iso data threshold on one image. More...

#include <IPSDKIPL/IPSDKIPLBinarization/IPSDKIPLBinarizationExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HistogramData.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

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

Functions

IPSDKIPLBINARIZATION_API ipReal64 ipsdk::imaproc::bin::isoDataThreshold (const ipsdk::image::ImageConstPtr &pInImg)
 wrapper function for computation of iso data threshold on one image. In this version of the function, the histogram of the image is automatically computed, with a bin width of 1.0 More...
 
IPSDKIPLBINARIZATION_API ipReal64 ipsdk::imaproc::bin::isoDataThreshold (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram)
 wrapper function for computing the iso data threshold on one image, using the histogram provided as argument More...
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< IsoDataThresholdLvl1 > ipsdk::imaproc::bin::isoDataThreshold_async (const ipsdk::image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< IsoDataThresholdLvl1 > ipsdk::imaproc::bin::isoDataThreshold_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API ipReal64 ipsdk::imaproc::bin::getAsyncProcessorOutput (boost::shared_ptr< IsoDataThresholdLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for computation of iso data threshold on one image.

Author
R. Abbal
Date
2017/08/07