Mean Shift and Cam Shift Object Tracking

Using OpenCV and Python to track objects by color

Andrew Udell
Towards Data Science
8 min readFeb 10, 2021

--

Photo by Kevin Mueller on Unsplash

Among the most demanded features of computer vision is object tracking. Unfortunately, this is also one of the most difficult aspects of computer vision to implement.

Not only does an object need to be identified, it needs to be identified quickly enough to render in real time while it…

--

--