|
|
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::HoughLinesResult | ipsdk::imaproc::fd::houghLinesGradient2d (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg) |
| | wrapper function for detection of 2D lines in gradient images using extension of Hough algorithm based on gradient orientation More...
|
| |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::HoughLinesResult | ipsdk::imaproc::fd::houghLinesGradient2d (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughLinesGradientImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr &pHoughLinesExtractionParams, const ipsdk::ipReal32 orientationTolerance) |
| | wrapper function for detection of 2D lines in gradient images using extension of Hough algorithm based on gradient orientation More...
|
| |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::PlanIndexedHoughLinesResult | ipsdk::imaproc::fd::multiSlice_houghLinesGradient2d (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg) |
| | wrapper function for detection of 2D lines in gradient images using extension of Hough algorithm based on gradient orientation More...
|
| |
| IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::PlanIndexedHoughLinesResult | ipsdk::imaproc::fd::multiSlice_houghLinesGradient2d (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughLinesGradientImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr &pHoughLinesExtractionParams, const ipsdk::ipReal32 orientationTolerance) |
| | wrapper function for detection of 2D lines in gradient images using extension of Hough algorithm based on gradient orientation More...
|
| |
|
|
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLinesGradient2dLvl1 > | ipsdk::imaproc::fd::houghLinesGradient2d_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLinesGradient2dLvl1 > | ipsdk::imaproc::fd::houghLinesGradient2d_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughLinesGradientImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr &pHoughLinesExtractionParams, const ipsdk::ipReal32 orientationTolerance) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLinesGradient2dLvl1 > | ipsdk::imaproc::fd::multiSlice_houghLinesGradient2d_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg) |
| | asynchronous wrappers
|
| |
|
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLinesGradient2dLvl1 > | ipsdk::imaproc::fd::multiSlice_houghLinesGradient2d_async (const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg, const ipsdk::imaproc::attr::HoughLinesGradientImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr &pHoughLinesExtractionParams, const ipsdk::ipReal32 orientationTolerance) |
| | asynchronous wrappers
|
| |
|
|
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::HoughLinesResult | ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< HoughLinesGradient2dLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
|
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::PlanIndexedHoughLinesResult | ipsdk::imaproc::fd::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< HoughLinesGradient2dLvl1 > pProcessor) |
| | function to retrieve the result of an asynchronous processor
|
| |
Wrapper functions for detection of 2D lines in image using Hough algorithm.
- Author
- H. Delestre
- Date
- 2017/09/27
- Copyright
- 2017 Reactiv'IP, all right reserved.