CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像处理 滤波器

搜索资源列表

  1. myImage(1)

    0下载:
  2. 中值滤波器、高斯滤波前、均值滤波器、谐波滤波器等,图像加噪声、去噪声处理的java实现-Median filter, before the Gaussian filter, mean filter, harmonic filters, etc., plus noise image, java implementation denoising process
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:4789
    • 提供者:kingGo
  1. quyudaima

    4下载:
  2. 本代码使用引导滤波器去除图像中的雨滴 在对雨雪天气图像进行清晰化处理之前,要对其中的动态成分进行自动辨识和去除。快速有效的自动辨识及去除方法是构建自适应多种低能见度条件视觉增强算法的前提条件-This code USES the guided filter to remove image in the rain Before the clarifications in rain and snow weather image processing, to the dynamic conte
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:755414
    • 提供者:邓莉
  1. nuiyiu

    0下载:
  2. 窗函数法设计一个数字带通FIR滤波器,包括压缩比、运行时间和计算复原图像的峰值信噪比,LCMV优化设计阵列处理信号。- A window function design FIR digital band-pass filter, Including compression ratio, image restoration computing uptime and peak signal to noise ratio, LCMV optimization design array signal p
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4967
    • 提供者:jydfggdh
  1. yingbijishu

    0下载:
  2. 形态学硬币计数,数学形态学的数学基础和所用语言是集合论,因此它具有完备的数学基础,这为形态学用于图像分析和处理、形态滤波器的特性分析和系统设计奠定了坚实的基础。-Morphological coin counting, the mathematical basis of mathematical morphology and the language used are set theory, so it has a complete mathematical foundation, which
  3. 所属分类:assembly language

    • 发布日期:2017-05-07
    • 文件大小:1122780
    • 提供者:杨验均
  1. fang_vx15

    0下载:
  2. 添加噪声处理,窗函数法设计一个数字带通FIR滤波器,利用matlab针对图像进行马氏距离计算 。- Add noise processing, A window function design FIR digital band-pass filter, Using matlab to calculate the Mahalanobis distance for the image.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:7379
    • 提供者:henboufangmai
  1. mie

    0下载:
  2. 构成不同频率的调制信号,窗函数法设计一个数字带通FIR滤波器,毕设内容,高光谱图像基本处理。- Constituting the modulated signals of different frequencies, A window function design FIR digital band-pass filter, Complete set content, basic hyperspectral image processing.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:6283
    • 提供者:严娟
  1. Leefilter

    0下载:
  2. SAR图像相干斑滤波处理 lee滤波器 效果很好-SAR image coherent speculation filtering lee filtering effect is very good
  3. 所属分类:matlab

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者: 陈皓业
  1. gmap

    0下载:
  2. SAR图像相干斑处理 精致gamma—MAP滤波器-SAR image speckle processing fine gamma- MAP filter
  3. 所属分类:Special Effects

    • 发布日期:2017-12-11
    • 文件大小:1006
    • 提供者: 陈皓业
  1. tei_be62

    0下载:
  2. sar图像去噪的几种新的方法,最终的权值矩阵就是滤波器的系数,处理信号的时频分析。- Several new methods sar image denoising, The final weight matrix is ??the filter coefficient, When processing a signal frequency analysis.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-14
    • 文件大小:6144
    • 提供者:徐在普
  1. rt038

    0下载:
  2. 基于人工神经网络的常用数字信号调制,毕设内容,高光谱图像基本处理,窗函数法设计一个数字带通FIR滤波器。- The commonly used digital signal modulation based on artificial neural network, Complete set content, basic hyperspectral image processing, A window function design FIR digital band-pass filter.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-16
    • 文件大小:7168
    • 提供者:赵亮保
  1. 程序

    0下载:
  2. PIVlab - 时间分辨粒子图像测速(PIV)工具: 一种基于GUI的工具,用于预处理,分析,验证,后处理,可视化和模拟PIV数据。 使用MATLAB网络研讨会进行人脸识别代码: 使用MATLAB在线讲座的人脸识别中的主要演示文件。 Gabor特征提取: 该程序生成一个自定义Gabor滤波器组; 并使用它们提取图像特征。 主成分分析: 用于特征提取; 链码: 基于MATLAB的freeman的曲面轮廓描述(PIVlab - time resolved particle
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:8155136
    • 提供者:long1219
  1. CANNY

    0下载:
  2. 根据CNNAY算法的4个步骤 1. 用高斯滤波器平滑图像;(图像去噪) 2. 用一阶偏导有限差分计算梯度幅值和方向;(特征增强) 3. 对梯度幅值进行非极大值抑制 ;(边缘检测) 4. 用双阈值算法检测和连接边缘。(形态学处理) 编写的边缘检测程序,简单实用(There are four parts of Canny edge detection: 1. smoothing the image with Gauss filter; (image denoising) 2. c
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:UJSLEMON
  1. Butterworth

    0下载:
  2. 巴特沃斯(Butterworth)低通和高通滤波器对受噪声干扰的图像进行平滑处理(Using Butterworth (Butterworth) low-pass filter and high pass filter to smooth the image, which is disturbed by noise.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:morningstar
  1. ewumerators

    0下载:
  2. 用单一滤波器对图像进行处理,达到与使用两个串联滤波器进行处理的同一个效果,()
  3. 所属分类:通讯编程

    • 发布日期:2018-04-22
    • 文件大小:49152
    • 提供者:mtxtrs
  1. LAB5

    0下载:
  2. 对于图像的处理,对图像用各种滤波器进行滤波(image processing use different filters to filter the images)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:2747392
    • 提供者:kellyahui
  1. MLRI

    1下载:
  2. 利用最小化拉普拉斯残差插值算法处理拜耳图像,采用稀疏拉普拉斯滤波器处理红绿蓝三种像素,达到良好的插值效果。(Using the minimized Laplasse residual interpolation algorithm to deal with Bayer image, three pixels of red and green blue are processed by sparse Laplasse filter to achieve good interpolation eff
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:742400
    • 提供者:lili2222
  1. zpticocable

    0下载:
  2. 用单一滤波器对图像进行处理,达到与使用两个串联滤波器进行处理的同一个效果,()
  3. 所属分类:USB编程

    • 发布日期:2018-05-03
    • 文件大小:49152
    • 提供者:ugzew
« 1 2 ... 25 26 27 28 29 30»
搜珍网 www.dssz.com