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
6 ビュー (過去 30 日間)
古いコメントを表示
I=imread('mypix.jpg'); G=imrotate(I,180); subplot(1,2,1),imshow(I), subplot(1,2,1),imshow(G),
0 件のコメント
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!