IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
HoughCirclesPhaseCoded2dImg.h File Reference

Wrapper functions for detects circles in images of gradient using Hough algorithm. More...

#include <IPSDKIPL/IPSDKIPLFeatureDetection/IPSDKIPLFeatureDetectionExports.h>
#include <IPSDKIPL/IPSDKIPLFeatureDetection/Processor/HoughCirclesPhaseCoded2dImg/HoughCirclesPhaseCoded2dImgTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/CircleIntensityTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughCirclesRadiusRange.h>
#include <IPSDKImage/Image/ImageTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::fd
 Namespace aggregating features detection operations in images.
 

Functions

IPSDKIPLFEATUREDETECTION_API HoughCirclesComplexImg ipsdk::imaproc::fd::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 More...
 
IPSDKIPLFEATUREDETECTION_API void ipsdk::imaproc::fd::houghCirclesPhaseCoded2dImg (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 &pOutRealImg, const image::ImagePtr &pOutImImg)
 wrapper function for detects circles in images of gradient using Hough algorithm More...
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCirclesPhaseCoded2dImgLvl1 > ipsdk::imaproc::fd::houghCirclesPhaseCoded2dImg_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCirclesPhaseCoded2dImgLvl1 > ipsdk::imaproc::fd::houghCirclesPhaseCoded2dImg_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 &pOutRealImg, const image::ImagePtr &pOutImImg)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API HoughCirclesComplexImg ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< HoughCirclesPhaseCoded2dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for detects circles in images of gradient using Hough algorithm.

Author
H. Delestre
Date
2015/06/02