How to create a 8 * 8 image

조회 수: 10 (최근 30일)
matlabgeek
matlabgeek 2016년 1월 10일
댓글: matlabgeek 2016년 1월 10일
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]);
  댓글 수: 2
matlabgeek
matlabgeek 2016년 1월 10일
Thank you for your answer
matlabgeek
matlabgeek 2016년 1월 10일

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by