Ask Your Question

Revision history [back]

The link given here explains color detection and object tracking. The thing is, for object tracking the most basic algorithm is to compare two successive frames and on the basis of the comparison, find the difference in the position of the object, Now that you know the difference in the position you can track the object.

Hope this helps. :)