Extracting Text From Video Using MATLAB

2 views (last 30 days)
Umadevi
Umadevi on 28 Feb 2015
Commented: Dima Lisin on 7 Mar 2015
Hi Actually i want to extract text from video using matlab,but i didn't have any code and i couldn't understand the code for extracting frames from video because iam III year student but iam very fascinated about the topic 'Extracting Text from video using Matlab',so will you please help me.

Answers (2)

Image Analyst
Image Analyst on 28 Feb 2015
Call them and ask them to explain each line of the demo.
  3 Comments
Umadevi
Umadevi on 1 Mar 2015
Undefined function VideoReader for input arguments of type char.....
Image Analyst
Image Analyst on 1 Mar 2015
You must have a really old version of MATLAB. There are functions that they used before videoReader. I don't remember what they were, something like aviread(), mreader() or something like that. Use those instead.

Sign in to comment.


Dima Lisin
Dima Lisin on 28 Feb 2015
The following example is a good place to start.
  2 Comments
Image Analyst
Image Analyst on 28 Feb 2015
Yes, that's the one I was looking for. I looked in Key Features, and in Examples. Sometimes it's hard to find certain demos.
Dima Lisin
Dima Lisin on 7 Mar 2015
You can find all the Computer Vision System Toolbox examples here.

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!