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

Wrapper functions for Otsu binary threshold on one image. More...

#include <IPSDKIPL/IPSDKIPLBinarization/IPSDKIPLBinarizationExports.h>
#include <IPSDKIPL/IPSDKIPLBinarization/Processor/OtsuThresholdImg/OtsuThresholdImgTypes.h>

Go to the source code of this file.

Namespaces

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

Functions

IPSDKIPLBINARIZATION_API OtsuResult ipsdk::imaproc::bin::otsuThresholdImg (const ipsdk::image::ImageConstPtr &pInImg)
 wrapper function for binarization on one image using Otsu's method. 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::otsuThresholdImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImagePtr &pOutBinImg)
 wrapper function for binarization on one image using Otsu's method. In this version of the function, the histogram of the image is automatically computed, with a bin width of 1.0 More...
 
IPSDKIPLBINARIZATION_API OtsuResult ipsdk::imaproc::bin::otsuThresholdImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram)
 wrapper function for binarization on one image using Otsu's method. histogram used to compute the Otsu's threshold is provided as argument of the function More...
 
IPSDKIPLBINARIZATION_API ipReal64 ipsdk::imaproc::bin::otsuThresholdImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram, const ipsdk::image::ImagePtr &pOutBinImg)
 wrapper function for binarization on one image using Otsu's method. histogram used to compute the Otsu's threshold is provided as argument of the function More...
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< OtsuThresholdImgLvl1 > ipsdk::imaproc::bin::otsuThresholdImg_async (const ipsdk::image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< OtsuThresholdImgLvl1 > ipsdk::imaproc::bin::otsuThresholdImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< OtsuThresholdImgLvl1 > ipsdk::imaproc::bin::otsuThresholdImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< OtsuThresholdImgLvl1 > ipsdk::imaproc::bin::otsuThresholdImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram, const ipsdk::image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API OtsuResult ipsdk::imaproc::bin::getAsyncProcessorOutput (boost::shared_ptr< OtsuThresholdImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Otsu binary threshold on one image.

Author
H. Delestre
Date
2014/07/22