![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for Otsu binary 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::otsuThreshold (const ipsdk::image::ImageConstPtr &pInImg) |
| wrapper function for computing the otsu 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::otsuThreshold (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram) |
| wrapper function for computing the otsu threshold on one image, using the histogram provided as argument More... | |
| IPSDKIPLBINARIZATION_API boost::shared_ptr< OtsuThresholdLvl1 > | ipsdk::imaproc::bin::otsuThreshold_async (const ipsdk::image::ImageConstPtr &pInImg) |
| asynchronous wrappers | |
| IPSDKIPLBINARIZATION_API boost::shared_ptr< OtsuThresholdLvl1 > | ipsdk::imaproc::bin::otsuThreshold_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram) |
| asynchronous wrappers | |
| IPSDKIPLBINARIZATION_API ipReal64 | ipsdk::imaproc::bin::getAsyncProcessorOutput (boost::shared_ptr< OtsuThresholdLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for Otsu binary threshold on one image.
1.8.14