poster
2019-12-14, 20:46
我正在尝试在Matlab中翻转图像 (我的意思是,如果图片看起来正确,那么它应该在左侧)。我该怎么做?
谢谢!
回答:
在使用FLIPLR (http://www.mathworks.com/help/techdoc/ref/fliplr.html)显示之前翻转图像
imshow(fliplr(image))
更多&回答... (https://stackoverflow.com/questions/5449263)
谢谢!
回答:
在使用FLIPLR (http://www.mathworks.com/help/techdoc/ref/fliplr.html)显示之前翻转图像
imshow(fliplr(image))
更多&回答... (https://stackoverflow.com/questions/5449263)