OpenCV Blob Detection (python) (irregular circles) !

asked 2015-07-24 23:24:13 -0600

raufer92 gravatar image

Hi, i'm working in an image processing task with OpenCV (pyhton). I'm processing a video to detect/track some LEDs information (position, color, etc,...)

Here is a sample of a original frame,

Original frame

After filtering, currently the frames look like this:

frames after filtering

What i want is to detect all the leds, like illustrated in the next figure

Desired

Can anyone help me with some robust ideas to a general case? Thanks

edit retag flag offensive close merge delete