how to convert 8x8 matrix into image?
3 views (last 30 days)
Show older comments
Abhinaya Rajasekaran
on 21 Jan 2015
Edited: Mohammad Abouali
on 23 Jan 2015
i am doing project in dct...i hav taken an image converted it into 8x8 matrix...and compressed it using dct...now i want to convert the dct 8x8 matrix output back to image...pls help me in writing the code.
0 Comments
Accepted Answer
Mohammad Abouali
on 21 Jan 2015
Edited: Mohammad Abouali
on 21 Jan 2015
12 Comments
Image Analyst
on 23 Jan 2015
You can also set the 'InitialMagnification' parameter in imshow to something like 800 or 1600 to show it larger, instead of calling imresize.
Mohammad Abouali
on 23 Jan 2015
Edited: Mohammad Abouali
on 23 Jan 2015
Actually didn't know about that. That's very useful to know. Thank you.
More Answers (2)
See Also
Categories
Find more on Image Segmentation and Analysis 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!