# ObjectTracking **Repository Path**: todd0410/ObjectTracking ## Basic Information - **Project Name**: ObjectTracking - **Description**: classical algorithms for object tracking - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-09-17 - **Last Updated**: 2022-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ObjectTracking ### classical algorithms for object tracking --- author: zhihong (zzh.ll@outlook.com) function: classical algorithms for object tracking environment: VS2015 + opencv3 usage: * input: * Create a VS project and import the "main.c" file. Put the pics or videos that you plan to use into the same directory with the "main.c" file, and name them with the same names used in the "main.c" file. * output: * some visual results and some data in the console window notes: None files: * main-Kalman.cpp: algorithm based on Kalman filter * main-camshift.cpp: algorithm based on CAMShift * main-diff.cpp: algorithm based on background/frame difference * main-particleFilter.cpp: algorithm based on particle filter update log: * version 0.0--2018.6.26: * basic algorithms of object tracking