![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for detects circles in image using Hough algorithm. More...
#include <IPSDKIPL/IPSDKIPLFeatureDetection/IPSDKIPLFeatureDetectionExports.h>#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/CircleIntensityTypes.h>#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/HoughCircles2dAlgoMethods.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughCircles2dPpties.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughCirclesRadiusRange.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/AccumIntensityThreshold.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/PlanIndexedHoughCircles2dPpties.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RemoveTooCloseCirclesParams.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 ipsdk::imaproc::attr::HoughCircles2dPptiesPtr | ipsdk::imaproc::fd::houghCircles2d (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange) |
| wrapper function for detection of circles in image using Hough algorithm This wrapper must be used with mono slice (sizeZ=sizeC=sizeT=1) input images More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::HoughCircles2dPptiesPtr | ipsdk::imaproc::fd::houghCircles2d (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange, const ipsdk::imaproc::attr::eCircleIntensityType &eCircleIntensityType, const ipUInt32 nbMaxPtsPerCircle, const ipsdk::imaproc::attr::AccumIntensityThresholdConstPtr &pAccumIntensityThreshold, const ipsdk::imaproc::attr::RemoveTooCloseCirclesParamsConstPtr &pRemoveTooCloseCirclesParams) |
| wrapper function for detection of circles in image using Hough algorithm This wrapper must be used with mono slice (sizeZ=sizeC=sizeT=1) input images More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::HoughCircles2dPptiesPtr | ipsdk::imaproc::fd::houghCircles2d (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange) |
| wrapper function for detection of circles in image using Hough algorithm This wrapper must be used with mono slice (sizeZ=sizeC=sizeT=1) input images More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::HoughCircles2dPptiesPtr | ipsdk::imaproc::fd::houghCircles2d (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange, const ipsdk::imaproc::attr::eHoughCircles2dAlgoMethod &method, const ipsdk::imaproc::attr::eCircleIntensityType &eCircleIntensityType, const ipReal64 maxAngleWithGradDir, const ipUInt32 nbMaxPtsPerCircle, const ipsdk::imaproc::attr::AccumIntensityThresholdConstPtr &pAccumIntensityThreshold, const ipsdk::imaproc::attr::RemoveTooCloseCirclesParamsConstPtr &pRemoveTooCloseCirclesParams, const image::ImagePtr &pOutImg1, const image::ImagePtr &pOutImg2) |
| wrapper function for detection of circles in image using Hough algorithm This wrapper must be used with mono slice (sizeZ=sizeC=sizeT=1) input images More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedHoughCircles2dPptiesPtr | ipsdk::imaproc::fd::multiSlice_houghCircles2d (const image::ImageConstPtr &pInImg, const attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange) |
| multi slice version of wrapper function for detection of circles in image using Hough algorithm This wrapper can be used with multi slices input images More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedHoughCircles2dPptiesPtr | ipsdk::imaproc::fd::multiSlice_houghCircles2d (const image::ImageConstPtr &pInImg, const attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange, const attr::eCircleIntensityType &eCircleIntensityType, const ipUInt32 nbMaxPtsPerCircle, const attr::AccumIntensityThresholdConstPtr &pAccumIntensityThreshold, const attr::RemoveTooCloseCirclesParamsConstPtr &pRemoveTooCloseCirclesParams) |
| multi slice version of wrapper function for detection of circles in image using Hough algorithm This wrapper can be used with multi slices input images More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedHoughCircles2dPptiesPtr | ipsdk::imaproc::fd::multiSlice_houghCircles2d (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange) |
| multi slice version of wrapper function for detection of circles in image using Hough algorithm This wrapper can be used with multi slices input images More... | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedHoughCircles2dPptiesPtr | ipsdk::imaproc::fd::multiSlice_houghCircles2d (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange, const attr::eHoughCircles2dAlgoMethod &method, const attr::eCircleIntensityType &eCircleIntensityType, const ipReal64 maxAngleWithGradDir, const ipUInt32 nbMaxPtsPerCircle, const attr::AccumIntensityThresholdConstPtr &pAccumIntensityThreshold, const attr::RemoveTooCloseCirclesParamsConstPtr &pRemoveTooCloseCirclesParams, const image::ImagePtr &pOutImg1, const image::ImagePtr &pOutImg2) |
| multi slice version of wrapper function for detection of circles in image using Hough algorithm This wrapper can be used with multi slices input images More... | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCircles2dLvl1 > | ipsdk::imaproc::fd::houghCircles2d_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCircles2dLvl1 > | ipsdk::imaproc::fd::houghCircles2d_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange, const ipsdk::imaproc::attr::eCircleIntensityType &eCircleIntensityType, const ipUInt32 nbMaxPtsPerCircle, const ipsdk::imaproc::attr::AccumIntensityThresholdConstPtr &pAccumIntensityThreshold, const ipsdk::imaproc::attr::RemoveTooCloseCirclesParamsConstPtr &pRemoveTooCloseCirclesParams) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCircles2dLvl1 > | ipsdk::imaproc::fd::houghCircles2d_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCircles2dLvl1 > | ipsdk::imaproc::fd::houghCircles2d_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange, const ipsdk::imaproc::attr::eHoughCircles2dAlgoMethod &method, const ipsdk::imaproc::attr::eCircleIntensityType &eCircleIntensityType, const ipReal64 maxAngleWithGradDir, const ipUInt32 nbMaxPtsPerCircle, const ipsdk::imaproc::attr::AccumIntensityThresholdConstPtr &pAccumIntensityThreshold, const ipsdk::imaproc::attr::RemoveTooCloseCirclesParamsConstPtr &pRemoveTooCloseCirclesParams, const image::ImagePtr &pOutImg1, const image::ImagePtr &pOutImg2) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCircles2dLvl1 > | ipsdk::imaproc::fd::multiSlice_houghCircles2d_async (const image::ImageConstPtr &pInImg, const attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCircles2dLvl1 > | ipsdk::imaproc::fd::multiSlice_houghCircles2d_async (const image::ImageConstPtr &pInImg, const attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange, const attr::eCircleIntensityType &eCircleIntensityType, const ipUInt32 nbMaxPtsPerCircle, const attr::AccumIntensityThresholdConstPtr &pAccumIntensityThreshold, const attr::RemoveTooCloseCirclesParamsConstPtr &pRemoveTooCloseCirclesParams) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCircles2dLvl1 > | ipsdk::imaproc::fd::multiSlice_houghCircles2d_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughCircles2dLvl1 > | ipsdk::imaproc::fd::multiSlice_houghCircles2d_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const attr::HoughCirclesRadiusRangeConstPtr &pRadiusRange, const attr::eHoughCircles2dAlgoMethod &method, const attr::eCircleIntensityType &eCircleIntensityType, const ipReal64 maxAngleWithGradDir, const ipUInt32 nbMaxPtsPerCircle, const attr::AccumIntensityThresholdConstPtr &pAccumIntensityThreshold, const attr::RemoveTooCloseCirclesParamsConstPtr &pRemoveTooCloseCirclesParams, const image::ImagePtr &pOutImg1, const image::ImagePtr &pOutImg2) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::HoughCircles2dPptiesPtr | ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< HoughCircles2dLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedHoughCircles2dPptiesPtr | ipsdk::imaproc::fd::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< HoughCircles2dLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for detects circles in image using Hough algorithm.
1.8.14