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 years 前 | 1 个回答 | 0