MDH - VOID* soccer robot project.
Instead of finding an orange ball, we find the green playing field and set this to black. This makes finding balls of any color very easy. We are using HSV color conversions to find the green color, some thresholding and filtering to improve the image, then HoughCircle to find the ball. All of these functions are from OpenCV 2.3.1.
Link to this comment:
All Comments (0)