![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility functions for KittlerThresholdImg python wrapping. More...
#include <Python/PyIPSDKIPLBinarization/PyIPSDKIPLBinarizationExports.h>#include <IPSDKIPL/IPSDKIPLBinarization/Processor/KittlerThresholdImg/KittlerThresholdImg.h>#include <boost/python/tuple.hpp>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::python | |
| Namespace aggregating IPSDK to python base wrappers. | |
Functions | |
| PYIPSDKIPLBINARIZATION_API boost::python::tuple | ipsdk::python::kittlerThresholdImg (const ipsdk::image::ImageConstPtr &pInImg) |
| wrapper function for binarization on one image using Kittler's method. In this version of the function, the histogram of the image is automatically computed, with a bin width of 1.0 More... | |
| PYIPSDKIPLBINARIZATION_API boost::python::tuple | ipsdk::python::kittlerThresholdImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HistogramDataPtr &pHistogram) |
| wrapper function for binarization on one image using Kittler's method. histogram used to compute the Kittler's threshold is provided as argument of the function More... | |
| PYIPSDKIPLBINARIZATION_API boost::python::tuple | ipsdk::python::getAsyncProcessorOutput (boost::shared_ptr< ipsdk::imaproc::bin::KittlerThresholdImgLvl1 > pProcessor) |
| Wrapper to retrieve the result of an asynchronous processor. | |
Utility functions for KittlerThresholdImg python wrapping.
1.8.14