All Projects → wlssirius → ObjectTracking

wlssirius / ObjectTracking

Licence: other
Object Detection and Tracking based on C++ and OpenCV

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to ObjectTracking

Homography-Based-MOTDT
MOTDT with Homography Matrix for Multi-Object Tracking
Stars: ✭ 21 (-8.7%)
Mutual labels:  object-tracking
ailia-models
The collection of pre-trained, state-of-the-art AI models for ailia SDK
Stars: ✭ 1,102 (+4691.3%)
Mutual labels:  object-tracking
pytorch-detect-to-track
A pytorch implementation of Detect and Track (https://arxiv.org/abs/1710.03958)
Stars: ✭ 114 (+395.65%)
Mutual labels:  object-tracking
Keras-LSTM-Trajectory-Prediction
A Keras multi-input multi-output LSTM-based RNN for object trajectory forecasting
Stars: ✭ 88 (+282.61%)
Mutual labels:  object-tracking
Prediction-using-Bayesian-Neural-Network
Prediction of continuous signals data and Web tracking data using dynamic Bayesian neural network. Compared with other network architectures aswell.
Stars: ✭ 28 (+21.74%)
Mutual labels:  object-tracking
USOT
[ICCV2021] Learning to Track Objects from Unlabeled Videos
Stars: ✭ 52 (+126.09%)
Mutual labels:  object-tracking
Gocv
Go package for computer vision using OpenCV 4 and beyond.
Stars: ✭ 4,511 (+19513.04%)
Mutual labels:  object-tracking
mosse-object-tracking
This is the implementation of MOSSE tracking algorithm (correlation filter based).
Stars: ✭ 89 (+286.96%)
Mutual labels:  object-tracking
SiamFusion
No description or website provided.
Stars: ✭ 26 (+13.04%)
Mutual labels:  object-tracking
rpi-urban-mobility-tracker
The easiest way to count pedestrians, cyclists, and vehicles on edge computing devices or live video feeds.
Stars: ✭ 75 (+226.09%)
Mutual labels:  object-tracking
VBT-Barbell-Tracker
A proof of concept app to optically track a barbell through its range of motion using OpenCV to give the lifter realtime feedback on concentric avg velocity, cutoff velocity, and displacement for a Velocity Based Training program.
Stars: ✭ 53 (+130.43%)
Mutual labels:  object-tracking
video labeler
A GUI tool for conveniently label the objects in video, using the powerful object tracking.
Stars: ✭ 87 (+278.26%)
Mutual labels:  object-tracking
UniTrack
[NeurIPS'21] Unified tracking framework with a single appearance model. It supports Single Object Tracking (SOT), Video Object Segmentation (VOS), Multi-Object Tracking (MOT), Multi-Object Tracking and Segmentation (MOTS), Pose Tracking, Video Instance Segmentation (VIS), and class-agnostic MOT (e.g. TAO dataset).
Stars: ✭ 293 (+1173.91%)
Mutual labels:  object-tracking
OpenCV-Object-Tracking
Object Tracking Using OpenCV and Python Plus Comparing different Trackers
Stars: ✭ 32 (+39.13%)
Mutual labels:  object-tracking
survey-computer-vision-2021
2021年计算机视觉技术综述分类汇总
Stars: ✭ 54 (+134.78%)
Mutual labels:  object-tracking
PeekingDuck
A modular framework built to simplify Computer Vision inference workloads.
Stars: ✭ 143 (+521.74%)
Mutual labels:  object-tracking
chainer-sort
Simple, Online, Realtime Tracking of Multiple Objects (SORT) implementation for Chainer and ChainerCV.
Stars: ✭ 20 (-13.04%)
Mutual labels:  object-tracking
zero-shot-object-tracking
Object tracking implemented with the Roboflow Inference API, DeepSort, and OpenAI CLIP.
Stars: ✭ 242 (+952.17%)
Mutual labels:  object-tracking
d3d
Devkit for 3D -- Some utils for 3D object detection based on Numpy and Pytorch
Stars: ✭ 27 (+17.39%)
Mutual labels:  object-tracking
objtrack
实现常用的目标跟踪算法
Stars: ✭ 22 (-4.35%)
Mutual labels:  object-tracking

ObjectTracking

Object detecting and tracking program based on C++ and OpenCV.

Main process:

  1. Image processing based on Gaussian filter.
  2. Object detection based on global and local otsu thresholding
  3. 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:

alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].