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

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.
 

Detailed Description

Utility functions for KittlerThresholdImg python wrapping.

Author
R. Abbal
Date
2016/01/29