How to read a video in MATLAB R2009b?
显示 更早的评论
I use this command. .. xyloObj = VideoReader('xylophone.mp4'); .....But it give error of this type........??? Undefined function or method 'VideoReader' for input arguments of type 'char'......its urgent, kindly send me urgent,
3 个评论
Geoff Hayes
2014-5-26
In the Command Window, type help VideoReader. You should see the help documentation for this object. If you see instead
VideoReader not found
it may mean that your version of MATLAB does not have this functionality.
mudassar shafiq
2014-5-26
Geoff Hayes
2014-5-26
Mudassar - your above comment is a copy of the question you posed in http://www.mathworks.com/matlabcentral/answers/131024-how-to-make-histogram-specification-for-gray-scale-and-color-video-streams. Please attempt the algorithm (which, if a project, is for you to do) and if you have any questions about your implementation, then by all means post one to this board.
回答(2 个)
Gareth Thomas
2014-5-26
0 个投票
mov = aviread(filename) mov = aviread(filename, index)
Please note that the online documentation allows you to look up older releases doc. Go to documentation under support and choose other releases.
1 个评论
Gareth Thomas
2014-5-26
mov = aviread(filename)
mov = aviread(filename, index)
Siddhant Agnihotry
2016-9-18
0 个投票
use obj = mmreader('xylophone.mp4'); instead of VideoReader('xylophone.mp4'); if you have R2009b.
1 个评论
shivam verma
2019-8-29
thnak u so much sir for you help i am a beginner to the matlab video processing and u help me to get my project thank u so much sir....
类别
在 帮助中心 和 File Exchange 中查找有关 Motion Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!