필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Is question number four correct?

조회 수: 3 (최근 30일)
Nour George
Nour George 2020년 6월 29일
마감: MATLAB Answer Bot 2021년 8월 20일
I have this question :
1-Read an image.
2-Show that image.
3-Write the image to the disk by new name.
4-What is the intensity value of the pixel located at position(4,7)?
*I solved the previous four questions, but Is the Solution is correct ?
figure
image_mat = imread('Picture3.jpg'); % image_mat is simply a matrix
imshow(image_mat);
imwrite(image_mat,'House.jpg');
disp(image_mat(4, 7))
imshow(image_mat);
  댓글 수: 1
dpb
dpb 2020년 6월 29일
Dunno...one presumes is color image which has three planes if so...
What does
size(image_mat)
show you?

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by