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

搜索资源列表

  1. NOISE

    0下载:
  2. GENERATING NOISY IMAGES BY USING NOISE FILTERS : GAUSSIAN, UNIFORM, SALT&PEPPER
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:603
    • 提供者:meryem
  1. gabor.pdf

    0下载:
  2. Adaptative and Compond Filters... Gaussian, Gabor and Laplacian filters paper in portuguese
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:621413
    • 提供者:Wizilliam
  1. ImageFiltering

    0下载:
  2. 各种滤波器包括高斯、维纳、laplace、中值滤波器-Various filters, including Gaussian, Wiener, laplace, median filter
  3. 所属分类:Wavelet

    • 发布日期:2017-04-04
    • 文件大小:4611
    • 提供者:chenhao
  1. gabor_image_paper

    0下载:
  2. Example of a two-dimensional Gabor filterIn image processing, a Gabor filter, named after Dennis Gabor, is a linear filter used for edge detection. Frequency and orientation representations of Gabor filter are similar to those of human visual system,
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:6887
    • 提供者:Real1
  1. mixture_of_gaussians

    0下载:
  2. Among the high-complexity methods, two methods dominate the literature Kalman filtering and Mixture of Gaussians (MoG). Both have their advantages, but Kalman filtering gets slammed in every paper for leaving object trails that can t be eliminated. A
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:80594
    • 提供者:mohammed fadhle
  1. ARMA2D

    0下载:
  2. 主程序arma2Ddemo是对模拟图像的2DAR和ARMA参数估计。-arma2Ddemo: See and run the demo arma2Ddemo for an example of 2D AR and ARMA parameters estimation from simulated images. - sim_ar2d: generation of simulated 2D AR process. - sim_arma2d: generation of simula
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4682
    • 提供者:栾晓
  1. mymfc

    0下载:
  2. 用OPENCV实现的Canny算子,Sobel算子,Laplace算子,简单不带尺度模糊,简单模糊,中值滤波,高斯滤波,双向滤波滤的示例程序。-OPENCV achieved by Canny operator, Sobel operator, Laplace operator, simple and without dimension fuzzy, simple fuzzy, median filtering, Gaussian filtering, two-way filter filter
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11459523
    • 提供者:吴敬鑫
  1. filter

    0下载:
  2. 在频率域实现了高通图像滤波。有两种滤波器可以选择,一是巴特沃斯型,另一个是高斯型。-In the frequency domain to achieve a high-pass image filtering. There are two filters to choose from, first, Butterworth-type, the other is Gaussian
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1419996
    • 提供者:刘鹏威
  1. my

    0下载:
  2. 对音频进行加噪滤波,然后比较处理性能。加高斯白噪声,不同滤波器进行滤波比较。-Adding noise to the audio filter, and then compare the processing performance. Adding Gaussian white noise, filtering comparison of different filters.
  3. 所属分类:Audio program

    • 发布日期:2017-04-03
    • 文件大小:1447
    • 提供者:悠哉
  1. TV-demo

    0下载:
  2. Total Variation Denoising-TV denoising (scalar fidelity term) [ROF92] Reduces the total-variation of the image. Filters out noise while preserving edges. Textures and fine-scale details are also removed. In this demo the assumption is that a white
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:916
    • 提供者:唐君
  1. xianxing

    0下载:
  2. 根据编码算法仿真各种线性滤波器以及通过加性高斯白噪声后的滤波器波形-Coding algorithm based on simulation of linear filters, and additive white Gaussian noise through the filter after the waveform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1348
    • 提供者:王可青
  1. ReBEL-0.2.7

    0下载:
  2. 包括kf,ekf,pf,upf可以自己定制模型参数,完成滤波-ReBEL currently contains most of the following functional units which can be used for state-, parameter- and joint-estimation: Kalman filter Extended Kalman filter Sigma-Point Kalman filters (SPKF) Unscented
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1609052
    • 提供者:zhangsimin
  1. TP7

    0下载:
  2. this a source code developped with OpenCV and c++, it takes a colored picture in input, turns it channels from 3 to 1 (conversion to grey scalled picture) and applies diffrent filters (gaussian, laplacien,smooth filter...) and shows each result in a
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8453817
    • 提供者:rym
  1. exercise2

    0下载:
  2. 用频率域中的滤波器进行图像处理,包括理想高通滤波器和低通滤波器,butterworth高通滤波器和低通滤波器,高斯高通滤波器和低通滤波器。不调用相关函数,纯数学写。-With frequency domain filter for image processing, including the ideal high-pass filter and low pass filter, butterworth high-pass filter and low pass filters, high pa
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:853
    • 提供者:yangyh
  1. Corner-Detector

    0下载:
  2. ACCV的一篇论文以及源代码,不是我写的只是搬运到这里而已,具体请访问论文中作者的网页。改进Harris的角点检测,主要改进在:1、是在加权模板选择了各向异性的模板代替了各向同性的高斯模板;2、选择使用多尺度滤波器对图像进行处理,使算法具有一定的多尺度特性。-This is paper with code,which published on ACCV.I m not the author of this paper.If want to know more,please vistor the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:432005
    • 提供者:董潇健
  1. Investigating-Methods-of-the-Noise-Reduction-in-S

    0下载:
  2. This paper analyses impact of using averaging filtering on quality of SAR images. These are commonly corrupted by multiplicative complex correlated noise (speckle) and by additive white Gaussian noise. Methods presented in this paper: multilook a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:698146
    • 提供者:yas
  1. zhangwenshibie

    0下载:
  2. 掌纹识别预处理特征提取和算法的研究,网上借鉴的-palmprint recognition。to design 2d gabor filter and apply it to image....we get a filter characteristics closely resembling to the gabor filters. the gabor filter is basically a gaussian
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:31938
    • 提供者:刘珊
  1. LM-filter

    1下载:
  2. Leung-Malik (LM)滤波器组由48个滤波器组成-The LM set is a multi scale, multi orientation filter bank with 48 filters. It consists of first and second derivatives of Gaussians at 6 orientations and 3 scales making a total of 36 8 Laplacian of Gaussian (LOG) filt
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:1075
    • 提供者:彭欣荣
  1. Wiener_image-restoration

    0下载:
  2. 将一幅的灰度图像用平均滤波器进行模糊,分别再加上一定的高斯噪声和均匀噪声,然后,用设计的滤波器进行对上述两幅图像进行复原,并计算两幅图像复原前后的PSNR。-A gray-scale image with the average filter fuzzy, respectively, plus a Gaussian noise and uniform noise, and then, with filters designed to recover the two images, and cal
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:130948
    • 提供者:like
  1. The-filter

    0下载:
  2. 实现图像的高斯滤波,均值滤波,维纳滤波这三种滤波器-Gaussian image filtering, average filtering, Wiener filtering of three filters
  3. 所属分类:Graph program

    • 发布日期:2017-11-23
    • 文件大小:197243
    • 提供者:陈霞
« 1 2 34 5 »
搜珍网 www.dssz.com