#006 Advanced Computer Vision – Object tracking with Mean-Shift and CAMShift algorithms
Highlights: In this post, we’re going to talk about the most common object tracking algorithms – Mean-Shift and CAMShift (Continuously Adaptive Mean-Shift). First, we are going to describe the theory behind the Mean-Shift algorithm. Then, we’ll explain how to apply this algorithm for object tracking in OpenCV with Python. Finally, we’ll learn how to extend the Mean-Shift algorithm into a CAMShift algorithm. So, let’s begin. Tutorial Overview: 1. Mean-Shift algorithm – introduction First, let’s explain…
Read more