Hi!
I am currently working on a project, where i am trying to track four LED’s with a camera.
When a LED is found in the camera image it shall be tracked immediately.
For the beginnning it should work with four LED’s, later it should be irreleveant, how many LED’s there are.
The programm should get the coordinates of the four LED’s so that i can work with that.
I have tried a first approach with binary tresholding and contour finding, but that creates errors, like points found anywhere else.
Does anyone have a maybe better approach?
br