Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isabelleysseric/moving-object-tracking
Create a moving object detection and tracking program using MATLAB & Python.
https://github.com/isabelleysseric/moving-object-tracking
appearance-model color-histogram grayscale-histogram particle-filter pattern-of-movements region-of-interest tracking tracking-algorithm tracking-moving-face tracking-moving-objects
Last synced: 8 days ago
JSON representation
Create a moving object detection and tracking program using MATLAB & Python.
- Host: GitHub
- URL: https://github.com/isabelleysseric/moving-object-tracking
- Owner: isabelleysseric
- Created: 2022-09-28T16:15:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T18:19:58.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T10:04:09.861Z (over 1 year ago)
- Topics: appearance-model, color-histogram, grayscale-histogram, particle-filter, pattern-of-movements, region-of-interest, tracking, tracking-algorithm, tracking-moving-face, tracking-moving-objects
- Language: MATLAB
- Homepage:
- Size: 9.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moving-object-tracking
Create a moving object detection and tracking program using MATLAB.
Moving-object-tracking (GitHub)
• Moving-object-tracking (Wiki)
isabelleysseric (GitHub)
• isabelleysseric.com (Portfolio)
• isabelle-eysseric (LinkedIn)
## Introduction
Mise en œuvre d'un algorithme de suivi d'objets en mouvements selon l'approche de filtres de particules.
La modélisation de l'apparence est basée sur la distribution de couleurs, et les déplacements de la cible sont décrits par un modèle de mouvement probabiliste.
# Repertoires