Saving Figure Data into a Matrix
Show older comments
Hello.
I'm using 'image()' to display an image. I'm adding some annotations using text.
I'd like to save the final result as matrix (3 Channels of the displayed image width and height). Something like using: OI = get(imageHandler, 'CData'); Yet which includes all the annotations I added.
I know I can use 'saveas' and 'print' yet then the data undergoes some interpolation while I want the data as it is back as a matrix.
Anyone knows how to do it?
Thanks.
1 Comment
Zhiyu Xiao
on 14 Jul 2019
Great question!
Accepted Answer
More Answers (1)
Leslie Solorzano
on 16 Dec 2016
0 votes
https://se.mathworks.com/help/matlab/ref/frame2im.html
Categories
Find more on Convert Image Type in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!