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

搜索资源列表

  1. partcl

    1下载:
  2. 一个很好的基于经典粒子滤波和均值漂移的混合算法,在选定目标初始位置的情况下能很有效的跟踪目标
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:176879
    • 提供者:张浩天
  1. Mean_Mid_MATLAB

    1下载:
  2. 八邻域均值算法与中值算法的比较,加高斯噪声滤波进行比较
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30278
    • 提供者:Vincent
  1. Adaptive_blind_watermark_algorithm

    1下载:
  2. 一种嵌入可读水印的自适应盲水印算法,  本文提出了一种基于DWT的嵌入可读水印的自适应盲水印算法,通过分析图像经离散小波变换后细 节子带系数的特性,把细节子带系数的均值和方差作为水印信息的一部分来自适应地修改图像小波分解后某些细节 子带的系数值,在满足水印不可感知性的条件下自适应地嵌入水印信息,实现了水印不可感知性和鲁棒性之间的折 衷. 同时,水印的提取无须求助于原图像,很好的实现了水印的盲检测. 这里的水印是一幅有实际意义的二值图像. 实 验结果和攻击测试表明,本文提出的算
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:138806
    • 提供者:wang
  1. suan

    0下载:
  2. 各种算法,包括均值算法,滤波处理,高斯变换等。-Various algorithms, including means algorithm, filter processing, such as Gaussian transform.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:3642
    • 提供者:耿晗
  1. mycar2

    0下载:
  2. 此代码是在matlab上实现车辆预测跟踪,根据c均值算法测出当前车辆中心,根据αβγ滤波预测下一状态的中心-This code is a matlab forecast track to achieve vehicle, according to c means algorithm to detect the current vehicle center, according to projections αβγ filter the center of the next state
  3. 所属分类:Graph program

    • 发布日期:2017-06-09
    • 文件大小:16660531
    • 提供者:杨卫成
  1. imgkmeans

    1下载:
  2. 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:336328
    • 提供者:caoliang
  1. mean_filter

    0下载:
  2. 均值滤波器。 对灰度图进行简单的滤波处理。 两个程序的滤波器模板在表达上不同,实质算法是一样的。 -mean filter. digital figure processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:63125
    • 提供者:孤竹
  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. filter

    1下载:
  2. 本程序对同一图像增加噪声后,进行均值滤波、高斯平滑滤波和中值滤波三种方法的去噪和结果比较, 并进行了评价指标PSNR和SSIM的计算以及算法耗时的统计。 - The program on the same image after the noise increases, mean filter, de-noising and results of the Gaussian smoothing filter and median filter three methods of com
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6045
    • 提供者:高敏
  1. detectBadPixelAdaptivly

    0下载:
  2. 用于红外图像中普遍存在的坏元,进行检测。此算法不包含补偿功能,用户可以自己根据检测位置,使用中值或均值滤波进行坏元补偿-Is common used in the infrared images of the yuan, bad for testing.This algorithm does not include the compensation function, the user can according to the test position, using the median or
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:683
    • 提供者:haha
  1. 5_Gray_Mean_Filter

    0下载:
  2. 均值滤波是典型的线性滤波算法,(Verilog HDL)设计所需的模块有: (1)带PLL的全局时钟管理模块 system_ctrl_pll.v (2)OV7725 COMS Sensor的初始化模块 i2c_timing_ctrl、I2C_OV7725_RGB565_Conofig (3)OV7725 COMS Sensor的视频信号采集模块COMS_Capture_RGB565 (4)SDRAM数据交互控制器Sdram_Control_2Port (5)VGA时序
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-11
    • 文件大小:8895977
    • 提供者:Keyonwho
  1. PCNN输出域改进及其在彩色图像增强中应用

    1下载:
  2. 代码中有传统的图像增强算法:对数增强,均值滤波等;也有图像去噪代码;以及对PCNN算法进行改进的图像增强算法。(There are traditional image enhancement algorithms in the code: logarithmic enhancement, mean filtering, etc.; there are also image denoising code; and the PCNN algorithm is improved image enhan
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:6421504
    • 提供者:Jasmin
  1. ZUPT

    3下载:
  2. 基于mpu6050的零速检测算法,MATLAB编程以及巴特沃斯滤波和均值滤波(Zero speed detection algorithm for mpu6050)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:zlq
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com