15 #ifndef __PYIPSDKIPLBINARIZATION_KAPURTHRESHOLDIMGUTILS_H__ 16 #define __PYIPSDKIPLBINARIZATION_KAPURTHRESHOLDIMGUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLBinarization/Processor/KapurThresholdImg/KapurThresholdImg.h> 20 #include <boost/python/tuple.hpp> 22 class ipsdk::imaproc::bin::KapurThresholdImgLvl1;
43 const ipsdk::imaproc::attr::HistogramDataPtr& pHistogram);
57 #endif // __PYIPSDKIPLBINARIZATION_KAPURTHRESHOLDIMGUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
PYIPSDKIPLBINARIZATION_API boost::python::tuple kapurThresholdImg(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for binarization on one image using Kapur's method. In this version of the function...
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple getAsyncProcessorOutput(boost::shared_ptr< ipsdk::imaproc::advmorpho::RidgeLine2dImgLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.
#define PYIPSDKIPLBINARIZATION_API
Import/Export macro for library PyIPSDKIPLBinarization.
Definition: PyIPSDKIPLBinarizationExports.h:25
Definition of import/export macro for library.