IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
KapurThresholdImgUtils.h
Go to the documentation of this file.
1 // KapurThresholdImgUtils.h:
3 // -------------------------
4 //
14 
15 #ifndef __PYIPSDKIPLBINARIZATION_KAPURTHRESHOLDIMGUTILS_H__
16 #define __PYIPSDKIPLBINARIZATION_KAPURTHRESHOLDIMGUTILS_H__
17 
19 #include <IPSDKIPL/IPSDKIPLBinarization/Processor/KapurThresholdImg/KapurThresholdImg.h>
20 #include <boost/python/tuple.hpp>
21 
22 class ipsdk::imaproc::bin::KapurThresholdImgLvl1;
23 
24 namespace ipsdk {
25 namespace python {
26 
29 
34 PYIPSDKIPLBINARIZATION_API boost::python::tuple
36 
41 PYIPSDKIPLBINARIZATION_API boost::python::tuple
43  const ipsdk::imaproc::attr::HistogramDataPtr& pHistogram);
44 
47 PYIPSDKIPLBINARIZATION_API boost::python::tuple
48 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::bin::KapurThresholdImgLvl1> pProcessor);
50 
53 
54 } // end of namespace python
55 } // end of namespace ipsdk
56 
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&#39;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.