搜索资源列表
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的线性和非线性融合多尺度提边算法代码
Cpp1
- 使用c++语言处理图像,可以对图像进行perona-malik的模仿。 Cpp1.cpp包含了所有代码 分为读取图像函数,高斯平滑,基于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
- perona-malik算法,包括算法和测试-perona-malik
anisodiff_perona-malik
- 灰度图像各向异性扩散(Anisotropic Diffusion)滤波算法-Gray image anisotropic diffusion (Anisotropic Diffusion) filtering algorithm
anisodiff_perona-malik
- image processing source code of anisotropic diffusion.
mipadfoned
- Performs 1-D perona malik diffusion.
diffussion
- P. perona&J. malik算法的改进算法,以及包括了源图片-P. perona & J. malik algorithm algorithm, and includes the source image
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
PM2
- 实现perona-malik算法的matlab源代码,东大数字图像处理课程小组作业。-Achieve perona-malik algorithm matlab source code, a large digital image processing course east group work.
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)
perona-malik
- This code is about perona malik Equations