15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHLINES2DIMG_H__ 16 #define __IPSDKIPLFEATUREDETECTION_HOUGHLINES2DIMG_H__ 19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLinesImgParams.h> 26 class HoughLines2dImgLvl1;
68 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHLINES2DIMG_H__ IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLines2dImgLvl1 > houghLines2dImg_async(const image::ImageConstPtr &pInGreyImg2d)
asynchronous wrappers
IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
IPSDKIPLFEATUREDETECTION_API image::ImagePtr houghLines2dImg(const image::ImageConstPtr &pInGreyImg2d)
wrapper function for computation of accumulator matrix of regular Hough lines detector detector...
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 BaseImage > ImageConstPtr
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25