ObjectTracking
ObjectTracking copied to clipboard
Object Detection and Tracking based on C++ and OpenCV
ObjectTracking
Object detecting and tracking program based on C++ and OpenCV.
Main process:
- Image processing based on Gaussian filter.
- Object detection based on global and local otsu thresholding
- Object tracking based on kalman filter.
Development Environment:
Operation System: Windows 10
IDE: Visual Studio 2017
OpenCV version: 4.1.0
Introduction to build OpenCV programs on Visual Studio:
http://docs.opencv.org/master/d6/d8a/tutorial_windows_visual_studio_Opencv.html
Preview:
