15 #ifndef __PYIPSDKIPLBINARIZATION_ISODATATHRESHOLDIMGUTILS_H__ 16 #define __PYIPSDKIPLBINARIZATION_ISODATATHRESHOLDIMGUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLBinarization/Processor/IsoDataThresholdImg/IsoDataThresholdImg.h> 20 #include <IPSDKIPL/IPSDKIPLBinarization/Processor/IsoDataThresholdImg/IsoDataThresholdImgLvl1.h> 21 #include <boost/python/tuple.hpp> 23 class ipsdk::imaproc::bin::IsoDataThresholdImgLvl1;
44 const ipsdk::imaproc::attr::HistogramDataPtr& pHistogram);
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.