Finding white circles only
Hi everyone;
I am trying to detect white circle (yes, just one) on video capture. I have converted the frame to HSV and by using inRange, the program can detect white pixels now in Python 3. But, I need to detect pixels if they are a circle. How can I do that? With Hough circle transform?
Thanks in advance.
Did you try Hough transform ? what is the result ?