开发者

How can I turn an image over in Matlab?

开发者 https://www.devze.com 2023-02-19 21:20 出处:网络
I\'m trying to turn over a开发者_如何转开发n image in Matlab (I mean, if the picture looks right then it should be looking at the left). How can I do it?

I'm trying to turn over a开发者_如何转开发n image in Matlab (I mean, if the picture looks right then it should be looking at the left). How can I do it?

Thanks!


Flip the image before displaying with FLIPLR

imshow(fliplr(image))
0

精彩评论

暂无评论...
验证码 换一张
取 消