中文说明:matlab练习程序(各向异性扩散) 主要是用来平滑图像的,克服了高斯模糊的缺陷,各向异性扩散在平滑图像时是保留图像边缘的(和双边滤波很像)。通常我们有将图像看作矩阵的,看作图的,看作随机过程的,记得过去还有 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
English Description:
MATLAB training program (anisotropic diffusion) is mainly used to smooth images, overcome the defects of a Gaussian blur, anisotropic diffusion smoothing image is retained when edge (and the bilateral filter looks like). Usually we have considered as a matrix of the image, as a figure, as random processes, I can recall there as a force field. This fresh, image heat. Each pixel as heat flow, based on the current relationship between pixel and the surrounding pixels to determine whether you want to spread around. Like some neighborhood and current pixels vary greatly, while the neighbor pixels may be a boundary, then went to the direction of the current pixel spreads, the boundary will be retained.