MUYIDEEN MOMOH
2017년부터 활동
Followers: 0 Following: 0
Feeds
질문
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),
7년 초과 전 | 답변 수: 1 | 0