You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a computer vision project for solving the problem of lane detection in autonomous driving vehicles. The project uses simple thresholding based techniques in L*a*b color space. Programming has been done in C++ using OpenCV library.
Allows users to view colors in the HSL/HSV color space in real time. See https://en.wikipedia.org/wiki/HSL_and_HSV for more information. Written in HTML, CSS, and JavaScript.