
MUYIDEEN MOMOH
2017년부터 활동
Content Feed
질문
can someone help me with a matlab code that read a gray scale image and generate the flipped image of the original image without using the inbuilt function (ike flipud and the rotate comman) as shown below
I=imread('mypix.jpg'); G=imrotate(I,180); subplot(1,2,1),imshow(I), subplot(1,2,1),imshow(G),
6년 이하 전 | 답변 수: 1 | 0