搜索资源列表

  1. 对图像进行中值滤波处理的源代码

    0下载:
  2. 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-11
    • 文件大小:44032
    • 提供者:
  1. VC去除椒盐噪声

    0下载:
  2. 一个去除椒盐噪声的图像处理程序,采用了中值滤波,效果很不错-a noise image-processing program, using a median filter, the effect is very good
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:140288
    • 提供者:林志泉
  1. LMS11

    0下载:
  2. 自己编的LMS自适应算法的MATLAB源程序 本程序内容: 产生一个信号+白噪声序列,用lms算法自适应去除噪声; lmsx.m为自适应函数 task2.m为主函数,其中调用lmsx.m -own series of the LMS algorithm MATLAB source of this program : produce a white noise signal sequence, using LMS ad
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:通信学生
  1. EPD

    0下载:
  2. 这是一个语音去除噪声的程序,通过运行这个程序,可以去除已有语音信号中的背景噪声,提高语音质量-This is a voice noise removal procedure for the adoption of the operating procedures, Removal can have voice signal the background noise, improve voice quality
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:1705984
    • 提供者:liming
  1. LOG_filter_distill_edge

    0下载:
  2. 数学形态学提供了一种以形态或集合论为基础对图像进行分析理解的工具。可以用来去除噪声、抽取骨架、插补、分割、多分辨率分析、匹配等。 包括四个主要的算符:扩张(膨胀)○+,腐蚀○-,开○,闭●- Mathematics morphology has provided one kind carries on the analysis understanding take the shape or the set theory as t
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:251904
    • 提供者:陈朋
  1. imgMathMorph

    0下载:
  2. 该程序主要是图像中的形态学操作,包括膨胀、腐蚀、开运算、闭运算、形态浮雕、去除噪声等,图像初学者可参考。-the procedure is the main image of morphological operations, including the expansion, corrosion, opening operation, closing operation, form of arms noise removal, imag
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:4235264
    • 提供者:高芳
  1. hareresholddenoising

    0下载:
  2. 对信号进行小波分解,用硬阈值方法去除噪声,进而提高精度-right signal wavelet decomposition, with a hard threshold to remove noise, and to improve accuracy
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:果果
  1. dsphomework1

    0下载:
  2. 数字信号处理的应用之一是从含有加性噪声的信号中去除噪声。现有被噪声污染的信号x[k]=s[k]+d[k],式中: 为原始信号d[k]为均匀分布的白噪声。 (1)分别产生50点的序列s[k]和白噪声序列d[k],将二者叠加生成x[k],并在同一张图上绘出x0[k],d[k]和x[k]的序列波形。 (2)均值滤波可以有效去除叠加在低频信号上的噪声。已知3点滑动平均数字滤波器的单位脉冲响应为h[k]=[1,1,1 k=0,1,2],计
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:28672
    • 提供者:魏臻
  1. ImageDIP

    0下载:
  2. 为了去除噪声,先采用中值滤波,然后用图像锐化处理,目的是使模糊的图像变得更加清晰起来。选用的是梯度锐化-to remove noise, first used the filter, and then use the image sharpening. purpose is to make vague images become more clearer. Uses the gradient Unsharp
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:324608
    • 提供者:王文会
  1. trapper

    0下载:
  2. 用于图像预处理,自适应滤波器的代码,去除噪声-For image preprocessing, adaptive filter code, remove the noise
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:肖新华
  1. ImageProcess

    0下载:
  2. 数字图像处理,可以对彩色图像进行量化,去除噪声,灰度化,并设置灰度图像的灰度级。自动定位硬盘中的图片,支持多种格式。-Digital image processing, color images can be quantified, remove noise, gray and gray-scale image and set the gray level. Automatically positioning the hard disk
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:63488
    • 提供者:
  1. lv

    0下载:
  2. 本程序的功能是产生带有噪声的波形图像,通过加窗,滤波器来去除噪声,该程序可以根据用户需求自行选择波形的频率和振幅,运行结果明显-This procedure is generated with the function of the noise waveform images, by the addition of windows, filter to remove noise, the program can be based on
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:21504
    • 提供者:xiangzhenting
  1. pujian

    0下载:
  2. 另一种谱减法的应用,有效的去除噪声的影响-Another application of spectral subtraction and effective removal of noise
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-11
    • 文件大小:147456
    • 提供者:wanghang
  1. imagedenoising

    1下载:
  2. 实现图像受混合噪声污染时去除噪声的目的,在6种方法比较之下,得出最优的图像去噪算法-Image by mixed noise pollution when the purpose of removing noise, in the six kinds of methods of comparison, the optimum image denoising algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:wuqiang
  1. signalwaveletdecomposeandreconstruct

    0下载:
  2. 实现信号的小波分解,绘制小波不同尺度下的信号分解图形,同时去除噪声,实现信号的小波重构-The realization of the wavelet decomposition of signals, mapping at different scales of wavelet signal decomposition graphics, while removing noise, the realization of the sign
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:8192
    • 提供者:wuqiang
  1. Separately_based_on_wavelet

    0下载:
  2. 基于小波变换的分开—合并图像分割matlab .采用多尺度小波变换系数作为四分树结构的分开一合并法图像分割的一致性度量 从而在大的图像块中。去除噪声的影响,在小的图像块中,以小波变换的局部极大值精确定位边缘,根据边缘信息进行分开一合并法图像分割 .实验表明.算法得到满意的结果 . -Separately based on wavelet transform- the combined image segmentation mat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:125952
    • 提供者:陳子力
  1. zy1

    0下载:
  2. 摘要 该文主要考虑利用图像噪声再生技术来提取图像细节 其思想是利用被滤除的噪声信号进行回收再利用 通过对噪声信号和初步去噪信号进行小波变换 比较它们的小波系数 当噪声信号的小波系数达到一定的阈值时 将噪声信号的小波系数保留叠加至初步去噪信号的小波系数 然后利用传统的软阈值去噪的方法来进行图像的去噪 从而达到既能够去除噪声 又能保留图像细节的目的 实验证明 该方法较传统的方法在去噪和细节保持上有改进-Abstract In this pa
  3. 所属分类:文档资料

    • 发布日期:2024-05-11
    • 文件大小:479232
    • 提供者:彭彭
  1. thepic

    0下载:
  2. 实现图片的去噪声,在高斯噪声存在下可用此程序去除噪声-derive theformula of averaging using discrete convoluntion
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:8192
    • 提供者:一星如月
  1. bandlets-denoising-simple

    0下载:
  2. Matlab关于图像去除噪声的研究说明和源程序的编写及其应用-Matlab on the image to remove noise study of the preparation of notes and source code and its application
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:918528
    • 提供者:聂鹏
  1. zishiyinglvbo

    0下载:
  2. 对一个信号添加随机噪声,之后进行自适应滤波去除噪声,参数可由用户自行输入。-Adding random noise on a signal, after the adaptive filter to remove noise, the parameter input by the user themselves.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:bbdlp
« 12 3 4 5 6 7 8 9 10 ... 39 »

源码中国 www.ymcn.org