![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for detection of 2D lines in images of gradient using Hough algorithm. More...
#include <IPSDKIPL/IPSDKIPLFeatureDetection/IPSDKIPLFeatureDetectionExports.h>#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLinesGradientImgParams.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 image::ImagePtr | ipsdk::imaproc::fd::houghLinesGradient2dImg (const image::ImageConstPtr &pInGxGreyImg2d, const image::ImageConstPtr &pInGyGreyImg2d) |
| wrapper function for computation of accumulator matrix of extended Hough lines detector detector, from 2 images of gradient (one along x-axis, the other along y) More... | |
| IPSDKIPLFEATUREDETECTION_API image::ImagePtr | ipsdk::imaproc::fd::houghLinesGradient2dImg (const image::ImageConstPtr &pInGxGreyImg2d, const image::ImageConstPtr &pInGyGreyImg2d, const ipsdk::imaproc::attr::HoughLinesGradientImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::ipReal32 orientationTolerance) |
| wrapper function for computation of accumulator matrix of extended Hough lines detector detector, from 2 images of gradient (one along x-axis, the other along y) More... | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLinesGradient2dImgLvl1 > | ipsdk::imaproc::fd::houghLinesGradient2dImg_async (const image::ImageConstPtr &pInGxGreyImg2d, const image::ImageConstPtr &pInGyGreyImg2d) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLinesGradient2dImgLvl1 > | ipsdk::imaproc::fd::houghLinesGradient2dImg_async (const image::ImageConstPtr &pInGxGreyImg2d, const image::ImageConstPtr &pInGyGreyImg2d, const ipsdk::imaproc::attr::HoughLinesGradientImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::ipReal32 orientationTolerance) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API image::ImagePtr | ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< HoughLinesGradient2dImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for detection of 2D lines in images of gradient using Hough algorithm.
1.8.14