IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughLinesGradient2dImg.h
Go to the documentation of this file.
1 // HoughLinesGradient2dImg.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHLINESGRADIENT2DIMG_H__
16 #define __IPSDKIPLFEATUREDETECTION_HOUGHLINESGRADIENT2DIMG_H__
17 
19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLinesGradientImgParams.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace fd {
25 
26 class HoughLinesGradient2dImgLvl1;
27 
30 
39  const image::ImageConstPtr& pInGxGreyImg2d,
40  const image::ImageConstPtr& pInGyGreyImg2d);
41 
44  const image::ImageConstPtr& pInGxGreyImg2d,
45  const image::ImageConstPtr& pInGyGreyImg2d,
47  const ipsdk::ipReal32 orientationTolerance);
49 
52 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HoughLinesGradient2dImgLvl1>
54  const image::ImageConstPtr& pInGxGreyImg2d,
55  const image::ImageConstPtr& pInGyGreyImg2d);
56 IPSDKIPLFEATUREDETECTION_API boost::shared_ptr<HoughLinesGradient2dImgLvl1>
58  const image::ImageConstPtr& pInGxGreyImg2d,
59  const image::ImageConstPtr& pInGyGreyImg2d,
61  const ipsdk::ipReal32 orientationTolerance);
63 
67 getAsyncProcessorOutput(boost::shared_ptr<HoughLinesGradient2dImgLvl1> pProcessor);
69 
72 
73 } // end of namespace fd
74 } // end of namespace imaproc
75 } // end of namespace ipsdk
76 
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
float ipReal32