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

Wrapper functions for detection of 2D lines in image using Hough algorithm. More...

#include <IPSDKIPL/IPSDKIPLFeatureDetection/IPSDKIPLFeatureDetectionExports.h>
#include <IPSDKIPL/IPSDKIPLFeatureDetection/Tools/HoughLinesResTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLines2dPpties.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLinesExtractionParams.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 ipsdk::imaproc::fd::HoughLinesResult ipsdk::imaproc::fd::houghLines2d (const image::ImageConstPtr &pInImg)
 wrapper function for detection of 2D lines in image using Hough algorithm More...
 
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::HoughLinesResult ipsdk::imaproc::fd::houghLines2d (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HoughLinesImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr &pHoughLinesExtractionParams)
 wrapper function for detection of 2D lines in image using Hough algorithm More...
 
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::PlanIndexedHoughLinesResult ipsdk::imaproc::fd::multiSlice_houghLines2d (const image::ImageConstPtr &pInImg)
 wrapper function for detection of 2D lines in image using Hough algorithm More...
 
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::PlanIndexedHoughLinesResult ipsdk::imaproc::fd::multiSlice_houghLines2d (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HoughLinesImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr &pHoughLinesExtractionParams)
 wrapper function for detection of 2D lines in image using Hough algorithm More...
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLines2dLvl1 > ipsdk::imaproc::fd::houghLines2d_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLines2dLvl1 > ipsdk::imaproc::fd::houghLines2d_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HoughLinesImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr &pHoughLinesExtractionParams)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLines2dLvl1 > ipsdk::imaproc::fd::multiSlice_houghLines2d_async (const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLines2dLvl1 > ipsdk::imaproc::fd::multiSlice_houghLines2d_async (const image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::HoughLinesImgParamsConstPtr &pHoughLinesImgParams, const ipsdk::imaproc::attr::HoughLinesExtractionParamsConstPtr &pHoughLinesExtractionParams)
 asynchronous wrappers
 
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::HoughLinesResult ipsdk::imaproc::fd::getAsyncProcessorOutput (boost::shared_ptr< HoughLines2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::PlanIndexedHoughLinesResult ipsdk::imaproc::fd::getAsyncProcessorMultiSliceOutput (boost::shared_ptr< HoughLines2dLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for detection of 2D lines in image using Hough algorithm.

Author
H. Delestre
Date
2017/09/27