Tracking of LED on UAV

asked 2018-04-29 22:37:56 -0600

malharjajoo gravatar image

updated 2018-05-01 20:03:29 -0600

Hi,

Update: Since LED's appear really tiny once the drone starts moving away, is there some way to get around this ? Example, Is it possible to use the Region of Interest (ROI) (of the original LED) near the LED (assume ROI is given), if I extract the LED in the ROI , can I get the pixel coordinates of the extracted LED center in the original image ?

======

Original Question:

I wish to track (using external cameras) some LED strips ( see this for the exact LED type) on my UAV.

Are there any existing methods in OpenCV for tracking/detecting LEDs specifically ?

Thanks!

edit retag flag offensive close merge delete

Comments

"quite bright, different coloured LEDs are not very distinguishable" -- what ? you must be doing something wrong then. show us, please.

berak gravatar imageberak ( 2018-04-30 01:25:45 -0600 )edit
2

Hi, I have now updated the question. what I meant earlier was that their colour was too bright (for the given camera) and being recognized as white colour (in RGB, HSV, LAB, etc all colour spaces) but I've found a crude fix to this currently, ie, using a resistor in series with the LED to reduce the brightness.

malharjajoo gravatar imagemalharjajoo ( 2018-05-01 19:34:31 -0600 )edit