OttaboticsRobotRacing / MK2

1 stars 1 forks source link

Research edge detection #12

Closed jimde closed 6 years ago

jimde commented 6 years ago

Research various methods of detecting lines and edges, ie. Sobel, Canny, etc.

EarlyHemisphere commented 6 years ago

Used tutorial to display window with edges displayed from webcam. I'll look into the code more to get a better understanding of how it works and try to find more advanced ways to detect edges.