CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 均值滤波 算法

搜索资源列表

  1. matlab-fliter

    0下载:
  2. 自己写的 matlab图像处理算法 中值滤波 均值滤波 高斯 腐蚀 还有超绿算法 (农业相关图像处理使用)-Write your own matlab image processing median filter algorithm Gaussian mean filter algorithm corrosion and ultra-green (agriculture-related image processing use)
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:5374
    • 提供者:li
  1. Image-enhancement

    0下载:
  2. 理解和掌握图像的线性变换和直方图均衡化的原理及应用。 了解平滑处理的算法和用途,学习使用均值滤波、中值滤波和拉普拉斯锐化进行图像增强处理的程序设计方法。 了解噪声模型及对图像添加噪声的基本方法。 -Understand and master image of linear transformation and histogram equalization principle and application. Smoothing algorithms to understand and
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:643191
    • 提供者:杨文凌
  1. US-denoising-and-segment

    5下载:
  2. 关于超声图像散斑噪声去除(基于非局部均值的快速滤波算法)和超声心动图的分割(基于变分水平集)-This code is concerning with the Speckle reduction(accelerated algorithm based on non-local mean filtering) and the segment of image(based on level set)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-11-08
    • 文件大小:4319267
    • 提供者:彭飞
  1. speckle-noise

    2下载:
  2. 数字图像滤波的程序,包括散斑噪声的生成,中值,均值,Lee,Kuan滤波算法的实现,还计算了三个指标:峰值信噪比,等效视数,散斑指数。-Digital image filtering process, including the generation of speckle noise, median, mean, Lee, Kuan filtering algorithm, also calculated three indicators: the peak signal to noise ra
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:31207
    • 提供者:szy
  1. filter

    0下载:
  2. 均值滤波,高斯滤波,双边滤波以及求PSNR的基本算法-Mean filtering, Gaussian filtering, bilateral filtering and basic algorithms for PSNR of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:996
    • 提供者:小王
  1. image-processing

    0下载:
  2. 图像处理,均值滤波、算数均值滤波、中值滤波,利用TV算法进行图像修补,区域填充,用网格函数实现坐标定位-Image processing, mean filtering, arithmetic mean filtering, median filtering, the use of TV algorithm for image repair, area filling, with the grid coordinates to locate function to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:191289
    • 提供者:陈久生
  1. image-processing-method

    0下载:
  2. 这是一个关于图像处理课程的综合性程序,囊括了图形变换(傅里叶正反变换和离散余旋正反变换)、灰度变换(线性拉伸、直方图均衡)、图像增强(中值滤波、均值滤波以及梯度锐化)、代数运算(两幅图像之间的相加减)、图像分割(Roberts算法、Sobel算法、Laplacian算法以及区域生长)、图像转换(灰度化和二值化)等。-It is a comprehensive program for image processing programs, to include graphics transforma
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7813332
    • 提供者:云曦
  1. Image-Denoising-based-on-opencv

    0下载:
  2. 这是一段利用中值滤波、均值滤波与加权(高斯)滤波算法进行图像去噪的程序,比较基础,供初学者阅读。-This is a median filter, with a weighted mean filter (Gaussian) filtering algorithm for image denoising procedures, more basic, for beginners to read.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4452739
    • 提供者:xiaohai
  1. 1756456

    0下载:
  2. 设计了一种基于TMS320C6455与FPGA 的实时图像跟踪系统,该系统首先采用MAX9526 采集图像,利用FPGA 对图像进行均值滤波,滤波后数据采用乒乓方式传输给DSP。Mean Shift 跟踪算法采用图像像素灰度距离中心点的距离作 为目标特征建立核函数,实现对目标的实时跟踪。实验表明,该系统具有良好的实时性与稳定性。-Designed a real-time image-based tracking system TMS320C6455 and FPGA, the system
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1670195
    • 提供者:rambolyb
  1. graphic

    0下载:
  2. 支持均值滤波、中值滤波、高斯滤波还有几种边缘检测和自适应滤波算法-Support mean filtering, median filtering, Gaussian filtering, there are several edge detection and adaptive filtering algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3372
    • 提供者:李季
  1. Filter2d

    0下载:
  2. 包含10个不同的图像滤波算法,包括算数均值,几何均值,调和均值,反调和均值,中值滤波,苏贝尔,拉普拉斯等-It contains 10 different image filtering algorithm。such as geometric、harmonic_mean、contraharmonic_mean、median、Sobel1
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1215
    • 提供者:
  1. tutu

    0下载:
  2. 本程序实现了图像处理的几个功能,如图像增强、图像安全、图像复原。其中用的算法有灰度变换增强、直方图均衡化处理、中值滤波滤波、均值滤波、顺序滤波、自适应滤波等。-This procedure achieved several image processing functions, such as image enhancement, image security, image restoration. Among them with the algorithm has gray level tra
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:240640
    • 提供者:flynn
  1. meanshift

    0下载:
  2. 均值漂移算法是一种基于颜色特征的无参密度估计算法,被人们广泛的应用于图像滤波、聚类分析和目标跟踪等领域。-Mean shift algorithm is a nonparametric density estimation algorithm based on color feature, which is widely used in the fields of image filtering, clustering analysis and target tracking.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4138882
    • 提供者:王乾
  1. BoxFilter

    0下载:
  2. 自己编写的c代码,实现图像的快速均值滤波,采用盒子积分算法。-C write your own code, to achieve fast average filtering of the image, using box integration algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:735
    • 提供者:阿叔
  1. averagefilter

    0下载:
  2. 均值滤波器及其演示算法。可实现二维图像的多种形式的均值滤波平滑处理-AVERAGEFILTER 2-D mean filtering.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2306
    • 提供者:王军
  1. Filter

    0下载:
  2. 数字图像处理的模糊(高斯滤波/中值滤波法/均值滤波)锐化增强算法-Blurred digital image processing (Gaussian filter/median filtering method/mean filter) sharpening enhancement algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:80982
    • 提供者:cyx
  1. mtlabjunzhilvbo

    0下载:
  2. 均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素(以目标象素为中心的周围8个像素,构成一个滤波模板,即去掉目标像素本身),再用模板中的全体像素的平均值来代替原来像素值。-Mean filter is a typical linear filtering algorithm, it refers to the target pixel in the image to a template that includes the surrounding ad
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:532548
    • 提供者:孙国庆
  1. 3

    3下载:
  2. 多种图像去雾算法(何晓明暗通道去雾,基于中值滤波去雾,基于均值滤波去雾,基于导向滤波去雾,多色彩空间去雾)-A variety of image defogging algorithm (Xiaoming dark passage to fog, based on median filter to fog, defogging based on mean filter, filter-based guide to the fog, multi-color space to fog)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5758
    • 提供者:ouyangjiahong
  1. zhilvbo

    1下载:
  2. 用matlab编写的用于中值和均值滤波的算法程序-Prepared using matlab algorithm program for the median and mean filtering
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-24
    • 文件大小:615
    • 提供者:张自强
  1. chengxu

    0下载:
  2. 图像的基本运算主要包括图像间点对点的加、减、乘运算和图像内基于邻域操作的算法。本次实验以图像滤波为例,让学生体会图像的邻域运算。掌握平滑降噪滤波器的设计方法;能够编写中值滤波器和均值滤波器算法程序对医学图像进行滤波处理。-Image basic operations include inter-picture point of addition, subtraction, and multiplication algorithm based on neighborhood operations
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-07
    • 文件大小:1120928
    • 提供者:苏燕娜
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com