I’m able to do object tracking of different colors just by applying various thresholds. (for example.. http://www.youtube.com/watch?v=njab2bBps6U&feature=player_embedded)
However, I’ve been unable to determine a solution for tracking multiple objects of the same color.
I’m not looking for code to solve my problems, more just trying to figure out what the standard method isis and I’ll figure it out myself.
I’m using opencv with its python bindings.
This is not very hard. Here’s algorithm:
Here’s example (video) of using it.
Here’s sample code (cpp, not python).