Tracking a particle on my vidoe using MATLAB Image processing toolbox.
10 次查看(过去 30 天)
显示 更早的评论
Hi,
I have a movie that contains a particle moving from one end of a channel to another end. The velocity of the particle is super-fast.
I need to know how I can estimate the time and be able to pictorially tell when the particle is at each of the ends....I don't care too much about the intermediate path.
Someone told me that for each frame I need to calculate where the spot is,by picking wherever the brightest pixel is or by frame to frame subtracting, calculating means & standard deviations, thresholding, etc...
How do I write this code? How do I locate the particle on the video and find the standard/deviation etc of its position? In other words, how do I apply the statistical functions to my particle on the video?
0 个评论
回答(1 个)
Image Analyst
2011-10-15
The Computer Vision System Toolbox has several demos on tracking: http://www.mathworks.com/help/toolbox/vision/vision_exampleindex.html
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!