-
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
-
yxpj
图像融合客观评价程序,包括扭曲度,相关系数,方差等(Objective evaluation of image fusion procedures, including distortions, the correlation coefficient, variance, etc.)
- 2020-12-13 03:59:16下载
- 积分:1
-
pcaklm
图像处理领域最新的K-L变换后求主成分的程序。matlab文件。(image processing latest K-L transform PCA for the procedure. Matlab document.)
- 2007-04-11 17:00:39下载
- 积分:1
-
splitmerge_matlab_program
关于图像分割、区域分离和合并的matlab程序(On image segmentation, region separation and merger procedures matlab)
- 2008-12-30 14:57:31下载
- 积分:1
-
siftDemoV4
sift匹配算法,来个Lowe的个人博客(sift match)
- 2021-01-14 20:58:47下载
- 积分:1
-
电脑自带摄像头完成的1-5数字手势识别
启动电脑外接USB摄像头, 完成的1-5数字手势识别(Start the computer to connect the USB camera to the 1-5 digital gesture recognition)
- 2018-02-26 09:44:46下载
- 积分:1
-
变化检测
利用遥感做变化检测的时候可以用到的数据。(Data Used in Change Detection Using Remote Sensing)
- 2020-11-05 11:29:50下载
- 积分:1
-
QGA
本算法一种基于量子遗传算法的图像增强方法,包含多个m子文件。使用量子旋转门(The algorithm based on quantum genetic algorithm of image enhancement methods, contains more than one m subfolders. The use of quantum revolving door)
- 2008-12-27 23:21:33下载
- 积分:1
-
Wiener-filter
利用维纳滤波实现噪声中的语音信号恢复,产生chirp信号,噪声为高斯白噪声,噪声叠加在chirp信号上,构成观测信号x(n),使用编程方法实现使用维纳滤波滤除高斯噪声。(Wiener filtering the voice signal recovery in the noise generated chirp signal, the noise is Gaussian white noise, noise superimposed on the chirp signal, constitute the observed signal x (n), using the programming method using the Wiener filter filter Gaussian noise.)
- 2012-11-27 11:31:50下载
- 积分:1
-
Chromosome_counter
数学形态学及相关算法的C语言实现实例
源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对染色体图像中染色体数目的统计。代码中的核心算法为数学形态学的重要算法——开运算、闭运算(腐蚀和膨胀)。包含腐蚀处理、膨胀处理、自适应中值滤波、微分直方图法确定二值化阈值、种子填充算法等图像处理算法的C语言实现,值得参考。(Mathematical Morphology and related algorithms realize the C language source code examples of cxcore call OpenCV and highgui two libraries, the application of C language to realize pairs of chromosomes in the chromosome number of image statistics. The core algorithm code for an important mathematical morphology algorithms- open operation, closing operation (corrosion and expansion). Contains corrosion treatment, expansion of treatment, adaptive median filter, histogram method to determine differential binarization threshold, the seed fill algorithm, such as image processing algorithms realize the C language, it is also useful.)
- 2007-09-17 17:11:33下载
- 积分:1