![]() |
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/HoughLinesImgParams.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::houghLines2dImg (const image::ImageConstPtr &pInGreyImg2d) |
| wrapper function for computation of accumulator matrix of regular Hough lines detector detector, from a grey-level input image More... | |
| IPSDKIPLFEATUREDETECTION_API image::ImagePtr | ipsdk::imaproc::fd::houghLines2dImg (const image::ImageConstPtr &pInGreyImg2d, const ipsdk::imaproc::attr::HoughLinesImgParamsConstPtr &pHoughLinesImgParams) |
| wrapper function for computation of accumulator matrix of regular Hough lines detector detector, from a grey-level input image More... | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLines2dImgLvl1 > | ipsdk::imaproc::fd::houghLines2dImg_async (const image::ImageConstPtr &pInGreyImg2d) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLines2dImgLvl1 > | ipsdk::imaproc::fd::houghLines2dImg_async (const image::ImageConstPtr &pInGreyImg2d, const ipsdk::imaproc::attr::HoughLinesImgParamsConstPtr &pHoughLinesImgParams) |
| asynchronous wrappers | |
| IPSDKIPLFEATUREDETECTION_API image::ImagePtr | ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< HoughLines2dImgLvl1 > 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