How to read image from pixel values
2 次查看(过去 30 天)
显示 更早的评论
Hi,
I need to read image from pixel values in .txt file
can anyone suggest something about this
Thanks in advance
3 个评论
Jan
2011-9-8
Please, Vivek, post any details. There is absolutely no chance, that we can guess how the "pixel values" are stored in the file.
采纳的回答
Andreas Goser
2011-9-8
An image in MATLAB is an array (matrix) of pixel values. I'd say you have 2 steps. 1. Importing the TXT file. 2. Display the image. For 1. there are tons of options. Read the doc, try IMPORTDATA and other commands and if you need help, ask here. For 2. the commands are IMAGE or IMVIEW.
3 个评论
Walter Roberson
2011-9-13
Just answered this in your other topic. Duplicating questions makes for more work :(
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!