Motion-Based Multiple Object Tracking video ?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Asma GRAIESS
le 25 Nov 2020
Commenté : Ameer Hamza
le 26 Nov 2020
Hey, I am completely new to matlab. I am using matlab for a school project and we I found this tutorial (https://www.mathworks.com/help/vision/examples/motion-based-multiple-object-tracking.html) on tracking objects throughout a video.
So I have downloaded and installed matlab and the vision library,( we have the R2020b version) and opened the example using:
openExample('vision/MotionBasedMultiObjectTrackingExample')
However, we cannot find the video file atrium.mp4 and we need to run the code to understand it better.
Thank you.
0 commentaires
Réponse acceptée
Ameer Hamza
le 25 Nov 2020
You might not have installed the computer vision toolbox. What is the output of
ver vision
If it shows a warning, it means that you don't have the toolbox installed.
If you have the toolbox installed and you just want to see the path of video file, you can type
which atrium.mp4
4 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!