图像几何变换之平移(Matlab)
G=imread('aini555.jpg'); A=rgb2gray(G); se=translate(strel(1),[80,50]); B=imdilate(A,se); figure; subplot(1,2,1),subimage(A); title('原图像'); subplot(1,2,2),subimage(B); title('图像平移');
实现效果如下:

posted @
2019-06-17 11:42
Geeksongs 阅读(
...) 评论(
...)
编辑
收藏
最后
以上就是忧虑小丸子最近收集整理的关于图像几何变换之平移(Matlab) 图像几何变换之平移(Matlab) 的全部内容,更多相关图像几何变换之平移(Matlab)内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复