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

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

#include <IPSDKIPL/IPSDKIPLBinarization/IPSDKIPLBinarizationExports.h>
#include <IPSDKIPL/IPSDKIPLBinarization/Processor/KapurThresholdImg/KapurThresholdImgTypes.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 KapurResult ipsdk::imaproc::bin::kapurThresholdImg (const ipsdk::image::ImageConstPtr &pInImg)
 wrapper function for binarization on one image using Kapur'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::kapurThresholdImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImagePtr &pOutBinImg)
 wrapper function for binarization on one image using Kapur'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 KapurResult ipsdk::imaproc::bin::kapurThresholdImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram)
 wrapper function for binarization on one image using Kapur's method. histogram used to compute the Kapur's threshold is provided as argument of the function More...
 
IPSDKIPLBINARIZATION_API ipReal64 ipsdk::imaproc::bin::kapurThresholdImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram, const ipsdk::image::ImagePtr &pOutBinImg)
 wrapper function for binarization on one image using Kapur's method. histogram used to compute the Kapur's threshold is provided as argument of the function More...
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< KapurThresholdImgLvl1 > ipsdk::imaproc::bin::kapurThresholdImg_async (const ipsdk::image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< KapurThresholdImgLvl1 > ipsdk::imaproc::bin::kapurThresholdImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< KapurThresholdImgLvl1 > ipsdk::imaproc::bin::kapurThresholdImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API boost::shared_ptr< KapurThresholdImgLvl1 > ipsdk::imaproc::bin::kapurThresholdImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram, const ipsdk::image::ImagePtr &pOutBinImg)
 asynchronous wrappers
 
IPSDKIPLBINARIZATION_API KapurResult ipsdk::imaproc::bin::getAsyncProcessorOutput (boost::shared_ptr< KapurThresholdImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Kapur binary threshold on one image.

Author
R. Abbal
Date
2016/01/28