How to create a 8 * 8 image

27 次查看(过去 30 天)
I want to process a image which is 8 * 8 in Matlab, which means both its width and height 8. For example, how do we create a 8 * 8 jpeg image? Thank you very much.
Or how do we change a image from non 8 * 8 to 8 * 8 image?

采纳的回答

Image Analyst
Image Analyst 2016-1-10
Another possibility:
image8x8 = imresize(originalImage, [8,8]);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by