搜索资源列表
VC去除椒盐噪声
- 一个去除椒盐噪声的图像处理程序,采用了中值滤波,效果很不错-a noise image-processing program, using a median filter, the effect is very good
时间序列分析VC源码
- 时间序列分析,分析序列是否是 白色噪声,分析相关性,可以进一步判断序列的相关和自相关-time series analysis, whether the sequence is white noise, correlation analysis, further sequence of judgment and autocorrelation
VC_高斯白噪声的产生
- 在图像或信号中加入高斯白噪声的VC源代码 -in image or signal add white Gaussian noise source VC
smoothvc
- 这是一个实现图象的平滑(去噪声),锐化的vc程序 运行时,文件c:\\test.bmp必须存在-This is a realization of a smooth image (to noise), the sharper vc running, documents c : \\ test.bmp must exist
denoise1
- 实现图象的平滑(去噪声),锐化。用VC编的-achieve a smooth image (to noise), unsharp. Part of the VC
license_orientation
- 车牌定位---VC++源代码程序 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|
WaveletVC++Res
- 通过设计VC程序对简单的一维信号在加上了高斯白噪声之后进行Daubechies小波、Morlet小波和Haar小波变换,从而得到小波分解系数;再通过改变分解得到的各层高频系数进行信号的小波重构达到消噪的目的。在这一程序实现的过程中能直观地理解信号小波分解重构的过程和在信号消噪中的重要作用,以及在对各层高频系数进行权重处理时系数的选取对信号消噪效果的影响。-through the design process to a simple one-dimensional signal with a Ga
vc
- vc实现产生高斯噪声
基于BP网络的含噪声数字识别
- 应用hopfield网络的理论在vc环境下编写一个数字识别软件-application of the theory in vc prepare an environmental figures recognition software
vc++pujian
- vc++的谱减程序,与martin的谱减算法相对应,包括fft,iff,hamming窗,噪声估计及谱减主体等成员函数
VC源代码用于神经网络的含噪声的目标识别
- VC源代码用于神经网络的含噪声的目标识别
VC++_image_Code
- VC++6.0图像处理算法集:图象的几何变换、平滑(去噪声)、锐化、腐蚀、膨胀、细化算法、半影调、抖动、直方图修正、彩色变换、腐蚀,膨胀,细化等算法,并有可执行文件供试用,并附有配套电子收,是图像处理入门的好资料。-VC++ 6.0 image processing algorithms: image geometric transformation, smoothing (to noise), sharpening, corrosion, expansion, thinning algorit
VC
- 使用c语言产生均匀分布,高斯分布随机数的方法,使用VC为图片进行添加高斯噪声均匀噪声以及椒盐噪声,并且采用a修正的均值滤波和自适应中值滤波进行除噪-Used to produce uniform distribution of c language, method of Gaussian random numbers, use the VC to add a picture uniform noise, Gaussian noise and salt and pepper noise, and
DCT
- 通过DCT变化在图像中,嵌入水印,加入噪声,并解出嵌入图像,计算误差率。-Through the DCT changes in the watermarked image, add noise, and extract out the embedded images to calculate margin of error.
dwt
- 实现基于小波变换数字水印的嵌入和提取,并实现对压缩,噪声等攻击的检测。-Using the same key after a chaotic sequence of scrambling the watermark information to achieve the double encryption, consider the wavelet energy distribution problem, the watermark information embedded in low-freq
liutongxue
- MFC VC 课程设计 面向对象 信号传输 实现信号产生 加噪声 滤波 接收-MFC VC curriculum design object-oriented signal transmission for signal plus noise filter produces receiver
gause-noise-by-vc-
- 利用伪随机数理论生成均匀分布的高斯白噪声,并绘制出白噪声的时域图-programing Gause noise by vc++
VC
- ECG信号工频干扰噪声消除,用VC编的小程序,通过频谱分析,消除噪声-ECG signal frequency interference noise reduction, compiled with VC program, spectrum analysis, eliminating the noise
VC-PP-Face-Recognition
- 包含很完整基础的图像处理和人脸识别!有人脸识别的各种预处理,例如几何变换、灰度变换、图像空余增强(高斯噪声、锐化、平均等)图像频域增强(各种变换和滤波)、腐蚀、膨胀、图像分割与检测-Contains a very complete basic image processing and recognition! There are various pre-recognition, such as geometric transformation, gray transformation, imag
图像频谱分析和滤波
- 对含有噪声的图像进行频谱分析,通过滤波去除随机噪声,通过中值滤波去除椒盐噪声(Spectral analysis of the noisy images removes random noise by filtering and removes salt and pepper noise through median filtering)