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

조회 수: 3 (최근 30일)
I=imread('mypix.jpg'); G=imrotate(I,180); subplot(1,2,1),imshow(I), subplot(1,2,1),imshow(G),

답변 (1개)

DGM
DGM 2022년 12월 1일

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by