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.
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.
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.
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