Detection And Tracking 🗺️

Object Tracking is a process of finding and keeping a track of the position of an object that is continuously moving in a video. To track an object in any video, the object has to be detected first and then we need to keep track of the position of the object.

Pre requisites:

pip install opencv-contrib-python

Goal:

● Learn about object detection.

● Plot the trajectory of an object.

Example:

nice