-
Gaussian
高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。(Gaussian smoothing filter is a linear filter for the elimination of Gaussian noise, the noise reduction process is widely used in image processing. Popular speaking, a Gaussian filter to the whole image is a weighted average of the process, the value of each pixel, both by itself and other neighborhood pixel values obtained after weighted average. The specific operation Gaussian filter is: a template (or a convolution mask) to scan each pixel in the image, a weighted average gray value of the neighborhood is determined using a template to replace the pixel value of the center pixel of the template.)
- 2014-10-18 09:00:28下载
- 积分:1
-
seg
在MATLAB下的红外图像检测源码(In MATLAB under the infrared image detection source)
- 2008-04-28 14:39:12下载
- 积分:1
-
515030910511 exercise1
检测图片中的角点,将图片读入后转换为灰度图以便处理。
2.通过用Dx=[-1,0,1;-2,0,2;-1,0,1]和灰度图片的矩阵卷积得到灰度图片在x方向上的导数矩阵Ix,矩阵中(i,j)处的元素代表灰度图片矩阵(i,j)处在x方向的导数Ix(Detection of corners in a picture)
- 2018-06-13 16:04:45下载
- 积分:1
-
10
说明: 在IDL中将.nc格式的数据读取并绘图,文件夹中附有示例数据。(Reading and drawing data in.Nc format in IDL)
- 2018-01-14 18:00:51下载
- 积分:1
-
face-detect-system
一个不错的人脸检测演示系统里面有人脸检测的实际照片包+(face detect system)
- 2013-11-11 18:15:48下载
- 积分:1
-
L!-HOMO
通论算法,给人脸做重构处理,进一步完成人脸的样本稀疏化,还能更好的重构人脸。(The General Theory of algorithms, giving face to do reconstruction processing to complete further thinning of face samples, but also to better reconstruct the face.)
- 2013-06-21 19:26:47下载
- 积分:1
-
DR_LDA
基于LDA降维的遥感图像分类,LDA算法函数程序,可与各种分类算法结合,提高图像分类的速率(remote sensing image cut down dimension algorithm based on LDA.)
- 2014-08-26 18:06:30下载
- 积分:1
-
nmfsc
基于梯度下降的稀疏约束 NMF 算法(NMFsc),之前pudn上也有类似的,但缺少一个程序,这里面都包括了
(Based on gradient descent sparse constraint NMF algorithm (NMFsc), before the pudn has a similar, but the lack of a program, there are included)
- 2020-11-01 20:49:54下载
- 积分:1
-
Bilateral-filtering
这是双边滤波去噪的原始代码,挺好,可以下载( de-noising by Bilateral filtering,it is very good!)
- 2012-05-16 09:35:40下载
- 积分:1
-
MC
说明: 使用硬/软阈值算法,求解各种不同范数约束问题,算法主要有三种(Contains three matrix completion algorithms and a demo script for running them. Also compares against other matrix completion algorithms - Singular Value Thresholding and Fixed Point Iteration.)
- 2019-02-26 20:34:47下载
- 积分:1