Finding coordiantes in image using red dot

asked 2018-03-05 20:33:44 -0600

I want to detect the coordinates of several red dots in an image. I am new to opencv and not sure what to use to achieve this. The image below is an example of what I am working with. There could be any number of red dots in an image. The goal of this is find the coordinate of these dots to make bounding boxes for training a YOLO neural network. If there is a better approach to take please let me know. image description

edit retag flag offensive close merge delete

Comments

Please read about basic HSV Color Filtering eg.

Balaji R gravatar imageBalaji R ( 2018-03-05 23:48:37 -0600 )edit