This tutorial focuses on Object Tracking with Opencv and Python. Object tracking differs from object detection, as it tracks an object's movement frame-by-frame, keeping a record of its location over ...
This is work in progress showing feature detection (by the Shi-Tomasi algorithm), point clustering, and object tracking (by the Lucas-Kanade algorithm). Red dots mark detected features, blue ...