Community Profile

photo

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

1

답변