フィルターのクリア

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