Finding coordiantes in image using red dot

asked Mar 6 '18

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

Preview: (hide)

Comments

Please read about basic HSV Color Filtering eg.

Balaji R gravatar imageBalaji R (Mar 6 '18)edit