Human motion tracking pixel coordinates
1 次查看(过去 30 天)
显示 更早的评论
I am looking for a very simple already implemented available code for human motion tracking in matlab only( without any C code since mex compiler does not work). The reason for me not going into the Kanade algorithm and developing it myself is because I only need the output data that is the path traced in terms of x,y coordinates with respect to time and video human tracking is not the main area of research. I am more concerned with information processing and extraction.I searched and found http://www.mathworks.com/matlabcentral/fileexchange/18151-motion-detection-in-a-video but it does not do so. It gives error
>> run
input video
??? Error using ==> aviread at 73
Unable to locate decompressor Indeo5 to decompress video stream.
See Mathworks Technical Solution 1-4G50QZ for more info.
I changed aviread to mmreader,but it does not take as input any other video file!
Error in ==> run at 5
avi = aviread('samplevideo.avi');
Please help if anyone has knowledge of such a tool available.Thank you.
0 个评论
采纳的回答
Walter Roberson
2012-1-22
Are you running a 32 bit or 64 bit version of MATLAB? The Indeo codecs are not supported in the 64 bit version (that is, 64 bit versions of the codecs are not available at all.)
If you running Windows 7 and using 32 bit MATLAB then it is possible to install the Indeo codecs.
15 个评论
Walter Roberson
2012-1-23
http://www.mathworks.com/support/solutions/en/data/1-62LFUH/index.html?product=ML&solution=1-62LFUH
Note that I did say early on that that dll was for use on the 32 bit version of MATLAB.
I would appreciate if you would take the time to clarify why it is that you are attempting to use .AVI movies when you indicated that your data source is a Nikon Coolpix P500 camera, which cannot produce AVI movies?
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!