# Tracking **Repository Path**: mikema_138/Tracking ## Basic Information - **Project Name**: Tracking - **Description**: Tracking of Moving Targets in Video using OpenCV + Qt. - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-06 - **Last Updated**: 2021-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Tracking of Moving Targets ========================== [![Demo Video](resources/videoDemo.png)](http://www.youtube.com/watch?v=By5CWHpuqNg/) Objective --------- The objective of this code is to detect moving targets in a video using OpenCV. The code was written in C++ and uses Qt for the GUI. Features -------- * Background subtraction using mixture of Gaussians * Qt Graphical User Interface * Shadow detecting capabilities * Collision detection capabilities * Active stabilization * Save target frames to video