필터 지우기
필터 지우기

make image

조회 수: 3 (최근 30일)
parisa
parisa 2012년 3월 16일
hi, i have a matrix as pixel value, i want to make image according to this matrix. how can i do that? thanks

채택된 답변

Grzegorz Knor
Grzegorz Knor 2012년 3월 16일

추가 답변 (1개)

Image Analyst
Image Analyst 2012년 3월 16일
Use imshow or image.
imshow(yourImage, []);
If you don't have integer values in the range 0-255, or floating point values in the range 0-1, you'll need the [] to see anything, or you can use
image(yourImage);

카테고리

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