随笔分类 -  matlab

摘要:有更好的解决方式,欢迎赐教! 1.图片切割 RGB=imread(‘path_to_picture’); RGB2=imcrop(RGB,[157,71,931,732]); figure(‘visible’,’off’); axis off imwrite(RGB2,’path_to_storag 阅读全文
posted @ 2017-05-16 17:50 朝云出岫 阅读(29) 评论(0) 推荐(0)