Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Object Tracking using Python and OpenCV
Rating: 4.3 out of 5(381 ratings)
3,290 students

Object Tracking using Python and OpenCV

Implement 12 different algorithms for tracking objects in videos and webcam!
Last updated 4/2023
English

What you'll learn

  • Track objects from videos and from the webcam using Python and OpenCV
  • Understand the basic intuition about tracking algorithms
  • Implement 12 tracking algorithms
  • Understand the differences between object detection and object tracking

Course content

3 sections34 lectures4h 45m total length
  • Course content4:56

    Master practical object tracking with Python and OpenCV by implementing 12 algorithms in OpenCV, using PyCharm, and applying webcam and video analysis for routes, heatmaps, and recognition.

  • Course materials0:05

Requirements

  • Programming logic
  • Basic Python programming

Description

Object tracking is a subarea of Computer Vision which aims to locate an object in successive frames of a video. An example of application is a video surveillance and security system, in which suspicious actions can be detected. Other examples are the monitoring of traffic on highways and also the analysis of the movement of players in a soccer match! In this last example, it is possible to trace the complete route that the player followed during the match.

To take you to this area, in this course you will learn the main object tracking algorithms using the Python language and the OpenCV library! You will learn the basic intuition about 12 (twelve) algorithms and implement them step by step! At the end of the course you will know how to apply tracking algorithms applied to videos, so you will able to develop your own projects. The following algorithms will be covered: Boosting, MIL (Multiple Instance Learning), KCF (Kernel Correlation Filters), CSRT (Discriminative Correlation Filter with Channel and Spatial Reliability), MedianFlow, TLD (Tracking Learning Detection), MOSSE (Minimum Output Sum of Squared) Error), Goturn (Generic Object Tracking Using Regression Networks), Meanshift, CAMShift (Continuously Adaptive Meanshift), Optical Flow Sparse, and Optical Flow Dense.

You'll learn the basic intuition about all algorithms and then, we'll implement and test them using PyCharm IDE. It's important to emphasize that the goal of the course is to be as practical as possible, so, don't expect too much from the theory since you are going to learn only the basic aspects of each algorithm. The purpose of showing all these algorithms is for you to have a view that different algorithms can be used according to the types of applications, so you can choose the best ones according to the problem you are trying to solve.

Who this course is for:

  • Beginners who are starting to learn Computer Vision and Object Tracking
  • Undergraduate students who are studying subjects related to Artificial Intelligence
  • Anyone interested in Artificial Intelligence or Computer Vision
  • Data scientists who want to grow their portfolio