Channel in Digital Image Processing

1 回表示 (過去 30 日間)
Rooter Boy
Rooter Boy 2021 年 1 月 25 日
コメント済み: Rooter Boy 2021 年 1 月 25 日
I don't have very knowledge about digital image processing. I tried myself. If you help me, i will be very happy.
My tried code block:
I=imread('C:\Users\metec\Desktop\608918.jpg'); %2048x1024 image
[r c]= size(I);
A=I(1:r/1,1:c/1);
B=I(1:r/1,c/1+1:c);
C=I(r/1+1:r,1:c/1);
D=I(r/1+1:r,c/1+1:c);
L=([B C;D A]);
figure, imshow(L), title('Image changed');
  1 件のコメント
Rooter Boy
Rooter Boy 2021 年 1 月 25 日
@Image Analyst Sir, can you help me?

サインインしてコメントする。

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by