学习各向异性扩散滤波的一种方法。。。。。。。。。

所属分类:源码/资料
开发工具:matlab
文件大小:25KB
下载次数:0
上传日期:2022-12-29 19:29:00
上 传 者xinxiwanmei
说明:  学习各向异性扩散滤波的一种方法。。。。。。。。。

文件列表:
PMD_explicit.m (3443, 2022-03-21)
PMD_semi_implicit.m (297, 2022-03-21)
_img1.jpg (16579, 2022-03-21)
_img1.svg (9671, 2022-03-21)
aosiso.m (1838, 2022-03-21)
g.m (588, 2022-03-21)
thomas.m (2630, 2022-03-21)

# Perona-Malik-Diffusion Perona“Malik diffusion, also called anisotropic diffusion, is a technique aimed at reducing image noise presented by [Perona and Malik in 1***7](https://authors.library.caltech.edu/******/1/PERieeetpami90.pdf). The main idea is to blur the uniform areas of the images to wash out noise while keeping the strong edges of the image intact. It is based on the equation of heat diffusion in a non-uniform medium. Different brightness levels are treated as different temperatures and edges are considered as materials with a low heat diffusion coefficient(thermal insulating material). The equation that describes the Perona-Malik diffusion is the following: ![Anisotropic Diffusion Formula](_img1.jpg) where I is the intensity function representing the brightness levels of the image and c is a function that is equal to 1 when the gradient norm is zero and goes to 1 when the gradient norm tends to infinity. The folder contains both an explicit solution and a semi-implicit solution to the differential equation.

近期下载者

相关文件


收藏者