15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHLINES2D_H__ 16 #define __IPSDKIPLFEATUREDETECTION_HOUGHLINES2D_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLinesExtractionParams.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLinesGradientImgParams.h> 28 class HoughLinesGradient2dLvl1;
107 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHLINES2D_H__ IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::HoughLinesResult houghLinesGradient2d(const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg)
wrapper function for detection of 2D lines in gradient images using extension of Hough algorithm base...
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLinesGradient2dLvl1 > houghLinesGradient2d_async(const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg)
asynchronous wrappers
IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
Structure allowing to encaspulate detected lines and output image associated to the result of a 2d Ho...
Definition: HoughLinesResTypes.h:59
Predefined types for HoughLines2d management.
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLinesGradient2dLvl1 > multiSlice_houghLinesGradient2d_async(const image::ImageConstPtr &pInGxImg, const image::ImageConstPtr &pInGyImg)
asynchronous wrappers
Definition of import/export macro for library.
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::PlanIndexedHoughLinesResult 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 base...
boost::shared_ptr< const ipsdk::imaproc::attr::HoughLinesExtractionParams > HoughLinesExtractionParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::HoughLinesExtractionParams
Definition: HoughLinesExtractionParams.h:154
boost::shared_ptr< const ipsdk::imaproc::attr::HoughLinesGradientImgParams > HoughLinesGradientImgParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::HoughLinesGradientImgParams
Definition: HoughLinesGradientImgParams.h:194
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< ExtractLocalExtrema2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
Structure allowing to encaspulate detected lines and output image associated to the result of a 2d Ho...
Definition: HoughLinesResTypes.h:38
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25