CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C 降噪

搜索资源列表

  1. numberplate_C++Builder

    0下载:
  2. 车牌识别C++Builder代码,首先要把车牌图像灰度化,接着对图像进行中值滤波进行初步降噪,下一步进行Sobel纵向边缘检测,即增强车牌纵向边缘,边缘检测后进行二值化处理,此时车牌区域特征得到进一步加强,但同时又加强了背景中的部分噪声,所以再对其腐蚀,然后定位及截取车牌,最后对车牌进行二值化。 -LPR C Builder code, first and foremost, we should plates gray, Then the image median filtering for
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:23310
    • 提供者:linvg
  1. tuxingchuliwavelet_code

    0下载:
  2. 用visual c++ 编写的用于图形图象处理中降噪的程序-with visual c prepared for the graphic image processing procedures Noise
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:431559
    • 提供者:zd
  1. markdsp.rar

    0下载:
  2. 语音降噪 滤波器 源代码 c语言 ,Voice noise reduction filter source code c language
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:42915
    • 提供者:zsx
  1. denoise.rar

    0下载:
  2. C加噪算法,包括高斯加噪算法,脉冲加噪算法,主要用于降噪算法评估,C noise algorithm, including the high places like the noise algorithm, pulse noise algorithm, mainly used for assessment of noise reduction algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2493
    • 提供者:nig
  1. code.rar

    0下载:
  2. matlab仿真通过的降噪程序,提供c语言实现的各种降噪算法。还包括对椒盐噪声有很好抑制作用的一组新算法。,matlab simulation of the noise reduction process through the provision of a variety of c language to achieve noise reduction algorithm. Also includes a very good inhibition of salt and pepper nois
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:596519
    • 提供者:yang
  1. preprocess

    1下载:
  2. C语言编写的降噪算法,适用于音频降噪,也适用于其它声学方面的降噪处理。-denoise algrithm
  3. 所属分类:系统编程

    • 发布日期:2013-07-10
    • 文件大小:10076
    • 提供者:vicky
  1. imageshop

    0下载:
  2. 读取jpg bmp等常用图像,并进行强大的图像处理,空域、频域、形态学变换、图像降噪等等。-Jpg bmp and so commonly used to read images, and make a powerful image processing, airspace, frequency domain, morphological transformation, image noise reduction and so on.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:515088
    • 提供者:bbdlp
  1. spectral_speech_enhancement

    0下载:
  2. 在强噪声环境下,说话人话音受到很强烈的干扰,语音增强是很有必要的。在TDS5410-TDK实验板,实现了谱衰减算法。主要包括有声/无声检测算法、发送/接收缓冲区的调度、语音降噪算法。试验结果表明,其降噪效果明显,试听效果较好。 -In strong noise environment, the speaker voice by the very strong interference, speech enhancement is necessary. TDS5410-TDK experim
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:14135
    • 提供者:chenziqiang
  1. 61IC_H4231

    0下载:
  2. PAV (H265) 是 音视频 压缩解压 协议,非常不同于H264/MPEG4,ZPAV (H265) 的基本算法 是 小波,多级树集合群,广义小波,数学形态小波,...... ZPAV (H265) 基本算法 : 1,图象与声音分解与合成 :小波 ; 2,图象与声音前处理 :小波子带零交叉降噪,目标纹理处理,语音处理 ; 3,速率控制 :小波子带熵速率控制 ; 4,量化与反量化 :小波子带熵量化与反量化 ; 5,低频分量和高频分量的降维 :小波子带邻域交
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4825704
    • 提供者:李阳
  1. DeNoise_src

    0下载:
  2. 基于小波变换的图像降噪算法,c源码,内带测试序列-Photo Denoise
  3. 所属分类:Wavelet

    • 发布日期:2017-04-08
    • 文件大小:6250
    • 提供者:张剑
  1. image-denoising

    0下载:
  2. 基于FPGA的图像降噪处理,用vhdl实现,对校验噪声有良好的效果。顶层文件是sram_1024_top.vhd,综合连线文件在DIME文件夹中,与FPGA通信的文件在C文件夹-FPGA based image denoising by vhdl, works well when dealing with salt and pepper noise,top level is sram_1024_top.vhd
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:11258923
    • 提供者:chi zhang
  1. baynlm

    1下载:
  2. 贝叶斯非局部均值降噪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
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:566724
    • 提供者:宋涛
  1. preprocess

    0下载:
  2. C语言编写的降噪算法,适用于音频降噪,也适用于其它声学方面的降噪处理。-denoise algrithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:10668
    • 提供者:ssq6q52duji5252
  1. preprocess

    0下载:
  2. C语言编写的降噪算法,适用于音频降噪,也适用于其它声学方面的降噪处理。-denoise algrithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:10208
    • 提供者:y0xfxxingye
  1. NLM

    0下载:
  2. NLM非局部均值的降噪C代码,已经优化过了,速度明显提高,学要的可以下载一下-NLM non-local mean noise reduction C code, has been optimized, the speed was significantly improved, the study can be downloaded
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-13
    • 文件大小:2531
    • 提供者:bolt
  1. TestNs

    0下载:
  2. 可以对语音信号进行降噪处理,非常完整的工程,对于语音信号的初学者和需要学习c的人来说很方便(Voice signals can be noise reduction, very complete project, for voice signals for beginners and those who need to learn C is very convenient)
  3. 所属分类:C#编程

    • 发布日期:2017-12-24
    • 文件大小:39936
    • 提供者:supermanxu
搜珍网 www.dssz.com