matlab怎么同时显示imshow 两幅图片

 ​​​​​​方法一:subplot()函数 subplot(2,1,1); subplot(2,1,2); 分上下或者左右显示两张图片... 例如: 原始图片分两个窗口显示: hehe=uint8(hehe); figure(1) imshow(he), title('原始图像');%显示原始图像 figure(2) imshow(hehe), title('SLIC分割k=400,m=40')
相关文章
相关标签/搜索