IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughCirclesPhaseCoded2dImgUtils.h
Go to the documentation of this file.
1 // HoughCirclesPhaseCoded2dImgUtils.h:
3 // -----------------------------------
4 //
14 
15 #ifndef __PYIPSDKIPLFEATUREDETECTION_HOUGHCIRCLESPHASECODED2DIMGUTILS_H__
16 #define __PYIPSDKIPLFEATUREDETECTION_HOUGHCIRCLESPHASECODED2DIMGUTILS_H__
17 
19 #include <IPSDKIPL/IPSDKIPLFeatureDetection/Processor/HoughCirclesPhaseCoded2dImg/HoughCirclesPhaseCoded2dImg.h>
20 #include <boost/python/tuple.hpp>
21 
22 class ipsdk::imaproc::fd::HoughCirclesPhaseCoded2dImgLvl1;
23 
24 namespace ipsdk {
25 namespace python {
26 
29 
34 PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple
36  const ipsdk::image::ImageConstPtr& pInGyImg,
37  const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr& pRadiusRange);
39 
42 PYIPSDKIPLFEATUREDETECTION_API boost::python::tuple
43 getAsyncProcessorOutput(boost::shared_ptr<ipsdk::imaproc::fd::HoughCirclesPhaseCoded2dImgLvl1> pProcessor);
45 
48 
49 } // end of namespace python
50 } // end of namespace ipsdk
51 
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.