15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHLINESGRADIENT2DIMG_H__ 16 #define __IPSDKIPLFEATUREDETECTION_HOUGHLINESGRADIENT2DIMG_H__ 19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLinesGradientImgParams.h> 26 class HoughLinesGradient2dImgLvl1;
77 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHLINESGRADIENT2DIMG_H__ IPSDKIPLFEATUREDETECTION_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< CannyEdges2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLFEATUREDETECTION_API boost::shared_ptr< HoughLinesGradient2dImgLvl1 > houghLinesGradient2dImg_async(const image::ImageConstPtr &pInGxGreyImg2d, const image::ImageConstPtr &pInGyGreyImg2d)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLFEATUREDETECTION_API image::ImagePtr houghLinesGradient2dImg(const image::ImageConstPtr &pInGxGreyImg2d, const image::ImageConstPtr &pInGyGreyImg2d)
wrapper function for computation of accumulator matrix of extended Hough lines detector detector...
Definition of import/export macro for library.
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
#define IPSDKIPLFEATUREDETECTION_API
Import/Export macro for library IPSDKIPLFeatureDetection.
Definition: IPSDKIPLFeatureDetectionExports.h:25