This course has been archived and is no longer supported. For our latest courses on Python, consider trying our evergreen curriculums with a 1-Year Unlimited Access Package.
In this course we’ll build an app that tracks object through video and can determine their speed. Our application will be able to capture point in our object and track their position in real-time. Speed reading will be shown on the video.
The big topics we’ll be covering is optical flow, which is what allow us to track points in video. We’ll cover camera intrinsics to understand more in depth how our camera works. We’ll visualize the speed and path using visual optical flow patterns. This course uses Python 3.