How can one calculate the velocity for multiple objects from a stack of tiff images?
4 views (last 30 days)
Show older comments
birdeye001
on 11 May 2017
Commented: Walter Roberson
on 11 May 2017
How can one calculate the velocity for multiple objects from a stack of tiff images?
0 Comments
Accepted Answer
Walter Roberson
on 11 May 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 Comments
Walter Roberson
on 11 May 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.
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!