Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV Blob Detection (python) (irregular circles) !

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