15 #ifndef __PYIPSDKIPLBINARIZATION_OTSUTHRESHOLDIMGUTILS_H__ 16 #define __PYIPSDKIPLBINARIZATION_OTSUTHRESHOLDIMGUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLBinarization/Processor/OtsuThresholdImg/OtsuThresholdImg.h> 20 #include <boost/python/tuple.hpp> 22 class ipsdk::imaproc::bin::OtsuThresholdImgLvl1;
43 const ipsdk::imaproc::attr::HistogramDataPtr& pHistogram);
57 #endif // __PYIPSDKIPLBINARIZATION_OTSUTHRESHOLDIMGUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
PYIPSDKIPLBINARIZATION_API boost::python::tuple otsuThresholdImg(const ipsdk::image::ImageConstPtr &pInImg)
wrapper function for binarization on one image using Otsu's method. In this version of the function...
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.
#define PYIPSDKIPLBINARIZATION_API
Import/Export macro for library PyIPSDKIPLBinarization.
Definition: PyIPSDKIPLBinarizationExports.h:25
Definition of import/export macro for library.