How to read a video in MATLAB R2009b?

조회 수: 4 (최근 30일)
mudassar shafiq
mudassar shafiq 2014년 5월 25일
댓글: shivam verma 2019년 8월 29일
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
mudassar shafiq
mudassar shafiq 2014년 5월 26일
In this project, I need to develop an image processing algorithm that take gray scale as well as color video as its input and enhance the visual quality of the video by applying histogram specification technique of image enhancement as per histogram specification function defined by the user.Kindly send me its code its urgent.
Geoff Hayes
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
Gareth Thomas 2014년 5월 26일
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
Gareth Thomas 2014년 5월 26일
mov = aviread(filename)
mov = aviread(filename, index)

댓글을 달려면 로그인하십시오.


Siddhant Agnihotry
Siddhant Agnihotry 2016년 9월 18일
use obj = mmreader('xylophone.mp4'); instead of VideoReader('xylophone.mp4'); if you have R2009b.
  댓글 수: 1
shivam verma
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....

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by