15 #ifndef __PYIPSDKIPLFEATUREDETECTION_HOUGHCIRCLESPHASECODED2DIMGUTILS_H__ 16 #define __PYIPSDKIPLFEATUREDETECTION_HOUGHCIRCLESPHASECODED2DIMGUTILS_H__ 19 #include <IPSDKIPL/IPSDKIPLFeatureDetection/Processor/HoughCirclesPhaseCoded2dImg/HoughCirclesPhaseCoded2dImg.h> 20 #include <boost/python/tuple.hpp> 22 class ipsdk::imaproc::fd::HoughCirclesPhaseCoded2dImgLvl1;
37 const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr& pRadiusRange);
52 #endif // __PYIPSDKIPLFEATUREDETECTION_HOUGHCIRCLESPHASECODED2DIMGUTILS_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.
#define PYIPSDKIPLFEATUREDETECTION_API
Import/Export macro for library PyIPSDKIPLFeatureDetection.
Definition: PyIPSDKIPLFeatureDetectionExports.h:25
PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple houghCirclesPhaseCoded2dImg(const ipsdk::image::ImageConstPtr &pInGxImg, const ipsdk::image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange)
wrapper function for detects circles in images of gradient using Hough algorithm
Definition of import/export macro for library.