搜索资源列表
CannyJava
- 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste
gauss_divid_1
- 通过高斯滤波器滤出高斯曲面作为阈值分割dicom医学图像-through Gaussian filter out the Gaussian surfaces as a threshold of medical image segmentation dicom
gaussfiltcoef
- 此源码在matlab环境下运行。此程序功能是:输入采样频率,能够返回高斯滤波器的系数,由连续域经过采样得到离散域的高斯滤波系数。-This source in the matlab environment. This program features are: input sampling frequency, to return the coefficient of Gaussian filter, after sampling fr
GS
- 高斯滤波器是一个平滑化滤波器,平滑化程度是由标准差σ来控制,σ值越大,平滑程度越高,相对的,影像越模糊。-Gaussian filter is a smoothing filter, the degree of smoothing is to control the standard deviation
gaussian
- 一个高斯滤波器的滴递推实现,可以实现无限脉冲响应-A Gaussian filter recursive realize the droplet, you can realize infinite impulse response
gauss_phase
- .高斯子函数(主要用于产生高斯滤波器矩形脉冲响应g(t))还有相位计算函数(主要用于计算 )-. Gaussian Functions (mainly used to produce rectangular Gaussian filter impulse response g (t)) are calculated phase function (mainly used to calculate)
basedonFPGAGMSKfilter
- 基于FPGA的调频高斯滤波器介绍了用FPGA实现的调频高斯滤波器。-FPGA-based FM introduce Gaussian filter using FPGA implementation of Gaussian filter FM.
gmm_utilities
- 高斯滤波器 matlab toolbox For GMMs and Gaussian kernels-Gaussian filter matlab toolboxFor GMMs and Gaussian kernels
gaussf
- 高斯滤波器的源代码, function [xh] = gaussf(B,irfn,ipoint,sr,ncc)-Gaussian filter of the source code, function [xh] = gaussf (B, irfn, ipoint, sr, ncc)
canny
- (1)利用高斯滤波器函数,用Matlab语言,编写Canny边缘检测器的Matlab(或C语言)函数; (2)利用上述函数,对一副图像(椒盐噪声或高斯噪声)进行边缘检测; (3)利用Matlab自带的Canny边缘检测函数对同一副图像进行边缘检测; (4)比较上述两个结果。 -(1) the use of Gaussian filter function, using Matlab language, the prepa
Digital_Filter
- 数字滤波器,有多种滤波方式:高通滤波,低通滤波,带通滤波。高斯滤波器,切必雪夫滤波器-Digital Filter, high pass filter, low pass filter, band filter, Goss filter and so on.
hongwaituxiang
- 为了在抑制噪声时尽可能保留图像边缘信息,提出一种自适应各向异性高斯滤波器设计方法. 该方法由独立 强度传播(IDS)模型决定滤波器的长轴尺度,由像素的邻域平滑度决定长短轴的比例,然后根据该处的灰度梯度方 向自适应决定各向异性滤波器的长轴方向. 仿真实验表明,提出的自适应各向异性滤波器具有很强的噪声抑制和 边缘保持能力. -In order to suppress noise, as far as possible to
zsttlb
- 毕业设计:指数同台滤波程序与巴特沃斯。高斯滤波器相比较!-Graduation: Index on the same stage filtering process and Butterworth. Gaussian filter comparison!
gmskmod
- GMSK信号的MATLAB编程,包括高斯滤波器的产生和编码-GMSK signals in MATLAB programming, including the generation and coding of Gaussian filter
2
- GMSK信号的产生,调制,首先信号通过高斯滤波器,然后进行MSK调制-GMSK signal generation, modulation, the first signal through the Gaussian filter, and then MSK modulation
filter
- 高斯滤波器对图像的去噪效果,具有很好的效果。-denoise on filter of gaussian
gaussian
- 这段代码的功能是生成高斯滤波器的,用matlab来实现的。-The code s function is to generate Gaussian filter with matlab achieved.
高斯噪声
- 仿真了高斯白噪声,并通过巴特沃夫滤波器生成高斯色噪声(The gaussian noise was simulated and the gaussian noise was generated through the butterworth filter)
Untitled3
- 高斯滤波器是一类根据高斯函数的形状来选择权值的线性平滑滤波器。高斯平滑滤波器对于抑制服从正态分布的噪声非常有效。(The Gauss filter is a class of linear smoothing filters that select weights based on the shape of the Gauss function. The Gauss smoothing filter is very effective
高斯
- 高斯滤波器,sigma值可根据信号输入自动调整(Gauss filter and Sigma value can be automatically adjusted according to signal input.)