搜索资源列表
Linear-and-nonlinear-diffusion-processes
- Perona-Malik提出的各项异性扩散程序(Linear and nonlinear diffusion processes) -Perona-Malik made by the heterosexual spread of procedures (Linear and non linear diffusion processes)
CImg-1-19
- CImg库的最新版本,特别在plugin中添加了greycstoration算法(非常强悍的去噪,放大与inpainting算法),perona-Malik各向异性扩散,热扩散等算法,希望更多人研究变分与PDE的图像处理,特别是数学系的朋友-CImg for the latest version, In particular, adding the plugin greycstoration algorithm (very tough denoising Large and inpainting
anisodiff1D
- 运用Perona-Malik各项异性扩散模型对一维信号进行去噪处理。该方法在有效的抑制噪声的同时能够保护信号。
anisodiff2D
- 运用Perona-Malik各项异性扩散模型对二维图像进行去噪处理。该方法在有效的抑制噪声的同时能够保护图像的边缘。
anisodiff3D
- 运用Perona-Malik各向异性扩散模型对3d图像进行平滑去噪。此方法可以有效的抑制高斯噪声,并保护图像的边缘特征。
Diffusions
- Perona-Malik的线性和非线性融合多尺度提边算法代码
PDE
- 数字图像处理大作业。用vc.net写的各向异性扩散滤波程序,算法是PERONA—MALIK提出的离散方法,提供各项同性扩散处理结果做对比。
PM
- Perona和Malik在热传导方程的基础上,建立了各向异性扩散方程并将其应用到了图像处理中尺度空间的图像平滑上,该模型针对图像的边缘部分和非边缘部分进行不同性质的图像处理,同时解算方程的迭代格式简单,克服传统滤波的主要缺陷,是图像质量大为改善,为图像的边缘检测和增强开辟了新的方向。-This process smoothes regions while preserving, and enhancing, the contrast at sharp intensity gradients.
PM
- Perona和Malik在热传导方程的基础上,建立了各向异性扩散方程并将其应用到了图像处理中尺度空间的图像平滑上,该模型针对图像的边缘部分和非边缘部分进行不同性质的图像处理,同时解算方程的迭代格式简单,克服传统滤波的主要缺陷,是图像质量大为改善,为图像的边缘检测和增强开辟了新的方向。-This process smoothes regions while preserving, and enhancing, the contrast at sharp intensity gradients.
Perona_Malik
- 图像的各向异性扩散,利用matlab实现Perona_Malik算法,梯度阈值K通过对图像求解2-范数的方法迭代获得-Anisotropic diffusion images, using matlab to achieve Perona_Malik algorithm, the gradient threshold images by solving the K 2- norm method will be obtained
anisodiff2D
- PM扩散的二维图像去噪MATLAB代码,原版代码,anisodiff.m-PM proliferation of two-dimensional image denoising MATLAB code, the original code, anisodiff.m
anisodiff_Perona-Malik
- 灰度图像各向异性扩散(Anisotropic Diffusion)滤波算法-Gray image anisotropic diffusion (Anisotropic Diffusion) filtering algorithm
Diffusion
- the package contains some methods of diffusion filters to smooth the noisy images without losing important data such as edges in image analysis,including anisotropic diffusion(Perona-Malik), linear isotropic,median and Low Pass Gaussian filter.
perona_malik
- 该程序采用了Perona_Malik算法,使得图像在边缘部分得到增强,在内部得到平滑-this program use Perona_Malik algorithm, which could enhance the edge of an image and smooth its inside
Perona-Malik
- 本算法使用图像处理中的PM算法去除图像噪声-The algorithm uses image processing algorithms to remove image noise PM
Perona-malik
- Perona和Malik在热传导方程的基础上,建立了各向异性扩散方程并将其应用到了图像处理中尺度空间的图像平滑上,该模型针对图像的边缘部分和非边缘部分进行不同性质的图像处理,同时解算方程的迭代格式简单,克服传统滤波的主要缺陷,是图像质量大为改善,为图像的边缘检测和增强开辟了新的方向。-Perona and Malik in the heat conduction equation based on an anisotropic diffusion equation and its applica
Perona_Malik
- Perona-Malik模型的图像处理,Perona-Malik模型的图像处理-picture processing of Perona-Malik model,picture processing of Perona-Malik model,
PM2
- 实现perona-malik算法的matlab源代码,东大数字图像处理课程小组作业。-Achieve perona-malik algorithm matlab source code, a large digital image processing course east group work.
Perona_Malik
- P-M滤波模型是一种比较成熟的滤波方法,他能够很好地滤除各种噪声-Perona Malik
Linear_and_Nonlinear_Diffusions
- Jd=diffusion(J,method,N,K) J :待扩散的原图像 method : lin : 线性扩散 (常数 c=1). pm1 : perona-malik, c=exp{-(|grad(J)|/K)^2} pm2 : perona-malik, c=1/{1+(|grad(J)|/K)^2} rmp : 复数 K :边缘门限参数 N :迭代次数 dt:时间步长 (0 < dt <= 0.25, 缺省值为0.2)