morphimage:用于变形灰度图像的函数。-matlab开发

时间:2024-06-21 11:26:00
【文件属性】:

文件名称:morphimage:用于变形灰度图像的函数。-matlab开发

文件大小:1001B

文件格式:ZIP

更新时间:2024-06-21 11:26:00

matlab

Morphimage 使用变形矩阵对图像(灰度)进行变形。 例子: %读取图像image = imread('example.pgm'); 图像大小 = 大小(图像); %创建一个随机的morphfield morphfield = 8*imresize(rand(5,5,2)-0.5,imagesize,'bilinear'); %对原始图像进行变形MorphedImage = morphimage(image,morphfield);


【文件预览】:
morphimage.zip

网友评论