can we able to generate an image from the given pixel values?
Show older comments
imread of an image will gives pixel values in the command window.. can we regenerate the same image from the pixel value?
3 Comments
Image Analyst
on 26 Apr 2013
Edited: Walter Roberson
on 26 Apr 2013
Seems like a rather odd question from a university MATLAB course instructor ( http://www.mathworks.com/matlabcentral/answers/62600#comment_127978). Certainly you already know that imread() does not necessarily give the pixel values in the command window, unless you leave off the trailing semicolon. And you already know that an image is an array of numbers and that there are different types of images (uint8, double, color, indexed). So I'm not sure what to tell you that you don't already know.
Sivakumaran Chandrasekaran
on 27 Apr 2013
Walter Roberson
on 27 Apr 2013
Some languages are better suited for some tasks than for others.
Accepted Answer
More Answers (0)
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!