News

In this project, I used Python and OpenCV to detect lane lines on the road. I developed a processing pipeline that works on a series of individual images, and applied the result to a video stream.
Lane detection has been a complex issue that has garnered the attention of the computer vision community for many years. It is a crucial element for self-driving cars and computer vision in general.
The Pi also accepts input image files and processes them for rendering through the plotter, first doing Canny edge detection in OpenCV, then plotting a single path through the largest collection ...
A implementation of canny edge detection algorithm in python using numpy and opencv. There are variety of methods for edge detection in a image which focus on identifying the change in brightness ...