How can one calculate the velocity for multiple objects from a stack of tiff images?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
birdeye001
le 11 Mai 2017
Commenté : Walter Roberson
le 11 Mai 2017
How can one calculate the velocity for multiple objects from a stack of tiff images?
0 commentaires
Réponse acceptée
Walter Roberson
le 11 Mai 2017
You can modify https://www.mathworks.com/help/vision/examples/motion-based-multiple-object-tracking.html to pull from subsequent TIFF images instead of reading from a video or camera.
With the tracking handled, you can calculate velocity as distance moved between frames.
2 commentaires
Walter Roberson
le 11 Mai 2017
"Does one still have to assign the maskplayer and video player and use them to display text?"
No. You could remove all the present output, and instead just keep track of the positions over time, and turn that into velocity calculations once all of the frames were processed.
"To save the processesed image stack,"
As just described, you do not need to save the processed image stack.
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!