How to add text in video by using matlab?
Show older comments
I need a basic example of using Text() in Matlab in order to add text in video Please tell me all steps so I can understand how it works
Answers (1)
Walter Roberson
on 21 Nov 2017
0 votes
You already have code to do that, which you posted in https://www.mathworks.com/matlabcentral/answers/368268-how-to-fix-index-exceeds-matrix-dimensions-in-matlab
There are other ways to add text to a video that are better, such as using the Computer Vision Toolbox insertText routine, but the code you have already would be usable if you fixed the problem that you are trying to write out more text than you have available.
1 Comment
huy nguyen
on 21 Nov 2017
Categories
Find more on Video Formats and Interfaces in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!