cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

arunad
Journeyman III

hough transform using opencl

Hi all

i am trying to do lane detection using opencl and i have detected the edges of image but not getting how to detect lines using hough transform.

0 Likes
3 Replies
nou
Exemplar

do you don't understand how to do hough transformation in general or you don't get how to make it run on opencl? be more specific in your problem.

0 Likes
arunad
Journeyman III

i have detected edges of images using sobel filter by convolution in opencl ,  i have to detect only lines of image  so using hough  transorm and me not getting  how to make it run on opencl and is there any alternative method to detect simultaneously edges and lines image.

0 Likes
ravkum
Staff

Hi Arunad,

You may check the OpenCL accelarated OpenCV library. It has various image processing APIs including sobel, canny edge detection, You can find more information here: ocl. OpenCL-accelerated Computer Vision — OpenCV 3.0.0-dev documentation

0 Likes