搜索资源列表
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
verifycode
- 用c语言在window窗口实现验证码图片,实现字符位置等随机,背景噪声功能-Using c language in the code window picture window, the location of the realization of random characters, the background noise function
canny
- (1)利用高斯滤波器函数,用Matlab语言,编写Canny边缘检测器的Matlab(或C语言)函数; (2)利用上述函数,对一副图像(椒盐噪声或高斯噪声)进行边缘检测; (3)利用Matlab自带的Canny边缘检测函数对同一副图像进行边缘检测; (4)比较上述两个结果。 -(1) the use of Gaussian filter function, using Matlab language, the preparation of Canny edge detector
dilatacao
- the use of Gaussian filter function, using Matlab language, the preparation of Canny edge detector Matlab (or C language) function (2) the use of the above-mentioned function, an image of the (salt and pepper noise or Gaussian noise) for edge detecti
generating-white-noise
- 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声 -Program produces a set of normal white noise signal, its mean and variance, and the length can be adjusted. Will produce a white noise signal int
tu
- 用c语言对图像加椒盐噪声,然后对加有椒盐噪声的图像进行形态学滤波,得到滤波后没有噪声的图像-C language by adding salt and pepper noise image, then add salt and pepper noise images with morphological filtering, no noise by filtering the image after
Smooth
- 使用C#语言实现图形平滑处理的各种算法。例如噪声模型,高斯滤波,灰度均值等等。-C# language using graphical smoothing of various algorithms. For example, noise model, Gaussian filtering, gray value and so on.
rm
- RM的编码过加性高斯白噪声信道(AWGN)后译码的C++ 实现程序,C语言产生高斯白噪声-RM of coded additive white Gaussian noise channel (AWGN) after decoding in C++ program, C language generated Gaussian white noise
COLORPSNR
- 此程序用C语言求取彩色图像的PSNR。psnr是一种评价图像的客观标准。它具有局限性,PSNR是“PeakSignaltoNoiseRatio”的缩写。peak的中文意思是顶点。而ratio的意思是比率或比列的。整个意思就是到达噪音比率的顶点信号,psnr是一般是用于最大值信号和背景噪音之间的一个工程项目。-This program uses the C language to strike a color image PSNR. psnr is an objective criteria to
shuzituxiangchuli
- 作业一 要求 用C语言或者VC,VB,Matlab或其他语言完成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 作业二 要求 1. 编程实现图像傅立叶高通、低通滤波。 2. 尝试傅立叶压缩。 作业三 要求 编程实现图像DCT高通、低通滤波。并与傅里叶变换比较。 作业四 要求 找一幅曝光不足的灰度(或彩色)图像,按照直方图均衡化方法进行处
Audio-watermarking-internship-report
- 音频信号的水印设计,以音频信号为载体,将秘密信号嵌入载体音频信号当中, 实现音频信号的水印。采用变换域小波变换(DWT)的技术,将音频信号进行小波变换,提取出低频分量,然后将水印嵌入到音频信号的低频当中。实验当中先在MATLAB 上面进行了仿真实验,并且通过加入噪声以及滤波等进行干扰以此检测了算法的透明性和健壮性,然后利用C 语言进行了测试,最后经 过一些修改,例如加入定时器以及进行中断的处理和加入缓冲在DSP 板子上实现了加入水印的音频声音的播放。-Audio signal water
Filter4
- 纯c语言实现图像的各种的增强功能,滤波,添加噪声,同时还有图像的几何变换的c代码-Pure c language to achieve the image of the various' s enhancements functions, filtering, add noise, simultaneously as well as image of the geometric transformation of the c code
void
- 利用C++语言编写的,给图像加噪的程序,可以进行实现。-Use C++ language, adding noise to the image of the program can be achieved.
c_denoice
- c语言实现 功能是实现图象的平滑(去噪声),锐化-c language function is to achieve a smooth image (to noise), sharpening
susangj1
- 自己写的C语言susan角点检测,对椒盐噪声,及单直线都能很好的避免干扰。-My own C language susan corner detection of salt and pepper noise, and a single straight line can be good to avoid interference.
baynlm
- 贝叶斯非局部均值降噪c代码,非局部均值降噪被视为当前降噪效果最佳的一种降噪方法,基于贝叶斯理论的方法是其中较好的一种,这里采用c语言编写,能有效提高计算效率,或进行代码移植-C code for Bayesian Nonlocal Means Filter, Nonlocal Means noise reduction was seen for the noise reduction effect of the best a noise reduction method based on Bay
去除椒盐噪声
- 采用c/c++语言,利用OpenCV库实现对图象的椒盐噪声的处理(Using the c/c++ language and using the OpenCV library to deal with the salt and pepper noise of the image)