Ask Your Question

raufer92's profile - activity

2015-07-29 13:22:53 -0600 received badge  Enthusiast
2015-07-25 00:13:05 -0600 asked a question 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