Video Object Tracking by Using OpenCV

# Introduction In this lab, we will implement video object tracking using OpenCV. You must finish the course "Building Solar System with C++" before learning this project. ## Things to Learn - C++ basics - g++ basics - Image representation - OpenCV application - Meanshift & Camshift algorithms ## Final Results This experiment will implement a program that can track the planets in a solar system. (In the following image, we selected Jupiter from yellow orbit, and you can see the tracked object has been marked by a red eclipse): ![image desc](https://file.labex.io/namespace/df87b950-1f37-4316-bc07-6537a1f2c481/cpp/lab-video-object-tracking-with-cpp/assets/mGJk25sZD4sI.png) Before you write this project, you must finish our course "Building Solar System with C++".

|60 : 00

Click the virtual machine below to start practicing