IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IsoDataThresholdImgUtils.h
Go to the documentation of this file.
1 // IsoDataThresholdImgUtils.h:
3 // ------------------------
4 //
14 
15 #ifndef __PYIPSDKIPLBINARIZATION_ISODATATHRESHOLDIMGUTILS_H__
16 #define __PYIPSDKIPLBINARIZATION_ISODATATHRESHOLDIMGUTILS_H__
17 
19 #include <IPSDKIPL/IPSDKIPLBinarization/Processor/IsoDataThresholdImg/IsoDataThresholdImg.h>
20 #include <IPSDKIPL/IPSDKIPLBinarization/Processor/IsoDataThresholdImg/IsoDataThresholdImgLvl1.h>
21 #include <boost/python/tuple.hpp>
22 
23 class ipsdk::imaproc::bin::IsoDataThresholdImgLvl1;
24 
25 namespace ipsdk {
26 namespace python {
27 
30 
35 PYIPSDKIPLBINARIZATION_API boost::python::tuple
37 
42 PYIPSDKIPLBINARIZATION_API boost::python::tuple
44  const ipsdk::imaproc::attr::HistogramDataPtr& pHistogram);
45 
48 PYIPSDKIPLBINARIZATION_API boost::python::tuple
49 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::bin::IsoDataThresholdImgLvl1> pProcessor);
53 
54 } // end of namespace python
55 } // end of namespace ipsdk
56 
57 #endif // __PYIPSDKIPLBINARIZATION_ISODATATHRESHOLDIMGUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< const BaseImage > ImageConstPtr
Definition: ImageTypes.h:140
PYIPSDKIPLADVANCEDMORPHOLOGY_API boost::python::tuple getAsyncProcessorOutput(boost::shared_ptr< ipsdk::imaproc::advmorpho::RidgeLine2dImgLvl1 > pProcessor)
Wrapper to retrieve the result of an asynchronous processor.
PYIPSDKIPLBINARIZATION_API boost::python::tuple isoDataThresholdImg(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for binarization on one image using isodata-based method. In this version of the fun...
#define PYIPSDKIPLBINARIZATION_API
Import/Export macro for library PyIPSDKIPLBinarization.
Definition: PyIPSDKIPLBinarizationExports.h:25
Definition of import/export macro for library.