15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHLINESGRADIENT2D_H__ 16 #define __IPSDKIPLFEATUREDETECTION_HOUGHLINESGRADIENT2D_H__ 20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLines2dPpties.h> 21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLinesExtractionParams.h> 22 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLinesImgParams.h> 29 class HoughLines2dLvl1;
90 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHLINES2D_H__ 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
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLines2dLvl1 > houghLines2d_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
Predefined types for HoughLines2d management.
Definition of import/export macro for library.
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::HoughLinesResult houghLines2d(const image::ImageConstPtr &pInImg)
wrapper function for detection of 2D lines in image using Hough algorithm
boost::shared_ptr< const ipsdk::imaproc::attr::HoughLinesImgParams > HoughLinesImgParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::HoughLinesImgParams
Definition: HoughLinesImgParams.h:194
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 BaseImage > ImageConstPtr
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::attr::PlanIndexedPixels2dPtr getAsyncProcessorMultiSliceOutput(boost::shared_ptr< ExtractLocalExtrema2dLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLines2dLvl1 > multiSlice_houghLines2d_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
IPSDKIPLFEATUREDETECTION_API ipsdk::imaproc::fd::PlanIndexedHoughLinesResult multiSlice_houghLines2d(const image::ImageConstPtr &pInImg)
wrapper function for detection of 2D lines in image using Hough algorithm
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