Wrapper functions for detects circles in images of gradient using Hough algorithm.
More...
|
|
| IPSDKIPLFEATUREDETECTION_API image::ImagePtr | ipsdk::imaproc::fd::houghCircles2dImg (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 More...
|
| |
| IPSDKIPLFEATUREDETECTION_API void | ipsdk::imaproc::fd::houghCircles2dImg (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange, const ipsdk::imaproc::attr::eCircleIntensityType &eCircleIntensityType, const ipReal64 maxAngleWithGradDir, const ipUInt32 nbMaxPtsPerCircle, const image::ImagePtr &pOutImg) |
| | wrapper function for detects circles in images of gradient using Hough algorithm More...
|
| |
|
|
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCircles2dImgLvl1 > | ipsdk::imaproc::fd::houghCircles2dImg_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCircles2dImgLvl1 > | ipsdk::imaproc::fd::houghCircles2dImg_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange, const ipsdk::imaproc::attr::eCircleIntensityType &eCircleIntensityType, const ipReal64 maxAngleWithGradDir, const ipUInt32 nbMaxPtsPerCircle, const image::ImagePtr &pOutImg) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLFEATUREDETECTION_API image::ImagePtr | ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< HoughCircles2dImgLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
Wrapper functions for detects circles in images of gradient using Hough algorithm.
- Author
- H. Delestre
- Date
- 2015/06/02
- Copyright
- 2015 Reactiv'IP, all right reserved.