IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughCirclesPhaseCoded2dImg.h
Go to the documentation of this file.
1 // HoughCirclesPhaseCoded2dImg.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHCIRCLESPHASECODED2DIMG_H__
16 #define __IPSDKIPLFEATUREDETECTION_HOUGHCIRCLESPHASECODED2DIMG_H__
17 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughCirclesRadiusRange.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace fd {
27 
28 class HoughCirclesPhaseCoded2dImgLvl1;
29 
32 
37 IPSDKIPLFEATUREDETECTION_API HoughCirclesComplexImg
39  const image::ImageConstPtr& pInGyImg,
43  const image::ImageConstPtr& pInGyImg,
46  const ipReal64 maxAngleWithGradDir,
47  const ipUInt32 nbMaxPtsPerCircle,
48  const image::ImagePtr& pOutRealImg,
49  const image::ImagePtr& pOutImImg);
51 
54 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HoughCirclesPhaseCoded2dImgLvl1>
56  const image::ImageConstPtr& pInGyImg,
58 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HoughCirclesPhaseCoded2dImgLvl1>
60  const image::ImageConstPtr& pInGyImg,
63  const ipReal64 maxAngleWithGradDir,
64  const ipUInt32 nbMaxPtsPerCircle,
65  const image::ImagePtr& pOutRealImg,
66  const image::ImagePtr& pOutImImg);
68 
71 IPSDKIPLFEATUREDETECTION_API HoughCirclesComplexImg
72 getAsyncProcessorOutput(boost::shared_ptr<HoughCirclesPhaseCoded2dImgLvl1> pProcessor);
74 
77 
78 } // end of namespace fd
79 } // end of namespace imaproc
80 } // end of namespace ipsdk
81 
82 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHCIRCLESPHASECODED2DIMG_H__
eCircleIntensityType
Enumerate describing circle intensity type.
Definition: CircleIntensityTypes.h:31
IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< const ipsdk::imaproc::attr::HoughCirclesRadiusRange > HoughCirclesRadiusRangeConstPtr
shared pointer to const ipsdk::imaproc::attr::HoughCirclesRadiusRange
Definition: HoughCirclesRadiusRange.h:134
boost::shared_ptr< BaseImage > ImagePtr
double ipReal64
Definition of import/export macro for library.
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCirclesPhaseCoded2dImgLvl1 > houghCirclesPhaseCoded2dImg_async(const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange)
asynchronous wrappers
Predefined types for HoughCirclesPhaseCoded2dImg algorithm.
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLFEATUREDETECTION_API HoughCirclesComplexImg houghCirclesPhaseCoded2dImg(const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange)
wrapper function for detects circles in images of gradient using Hough algorithm
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25
Predefined types for circle intensity types.
uint32_t ipUInt32