How to Identify moving objects from a video
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a project in which I have to identify moving objects from a small video clip & then to highlight the these moving objects. Also, I want to mark these objects with red boxes like we do in motion detection algorithm. Can anyone help with the code or the steps which I have to follow in order to accomplish this?
0 Commenti
Risposta accettata
Image Analyst
il 15 Ott 2011
Or the newsgroup? <http://groups.google.com/group/comp.soft-sys.matlab/search?hl=en&q=cricket&start=10&sa=N&hl=en&>
After tracking, cricket is perhaps the most frequent application of MATLAB's power, apparently. However, the Cricket Toolbox is still under development.
Più risposte (1)
Wayne King
il 13 Ott 2011
You may be interested in the "Tracking Cars Using Gaussian Mixture Models" demo in the Computer Vision Toolbox.
The relevant MATLAB code is in videotrafficgmm.m
Wayne
Vedere anche
Categorie
Scopri di più su C4ISR in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!