CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - median filter

搜索资源列表

  1. motion-detector

    0下载:
  2. 运动物体检测,包括背景处理(中值滤波,灰度化,确定匹配中心,得到特征区域,物体轨迹的绘制),运动判定分析(腐蚀膨胀等)-Moving object detection, including background processing (median filter, grayscale, match the center to determine, by feature area, the object trajectory drawing), exercise decision analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2914998
    • 提供者:jcq
  1. 1D--2D-or-3D-median-filtering

    0下载:
  2. 中值滤波可以很好地过滤掉各种噪音数据,另外,还可以很好地保留边缘信息。此程序可以对一维二维三维信号,进行中值滤波,完成噪声的去除。 -Median filter can filter out a good variety of noise data, In addition, the edge information can be well preserved. This program can be two-dimensional three-dimensional one-dimensi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:100065
    • 提供者:袁珂
  1. middle-filter

    0下载:
  2. C语言编写的中值滤波程序 用于图像处理 对于初学者来说 是不错的程序-C language median filter for image processing program for beginners is a good program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:259754
    • 提供者:liu
  1. media-filter

    0下载:
  2. 本程序是用matlab编写的一段代码 主要是实现图像的中值滤波 采用的图像是lena.bmp 系统给出的图像 -This procedure is used Matlab prepared to use a section of code is mainly to achieve the image median filter used in image is the lena.bmp system given image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:51311
    • 提供者:lucy
  1. Median-filter

    0下载:
  2. 该算法对图像进行中值滤波处理,同样属于图像处理的预处理-The algorithm for median filtering of image processing, image processing are also pre-
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:146025
    • 提供者:wangmingliang
  1. median

    0下载:
  2. This median filter code for image processing.-This is median filter code for image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1031
    • 提供者:hyun chan ahn
  1. cPPmedia-filter

    0下载:
  2. 有实例,用C++写的控制台程序,比较深入。读取24位图像,进行中值滤波,并显示出图像-There are examples, written in C++ console program, more in-depth. Read 24-bit image, the median filter, and display the image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:3070015
    • 提供者:陈小涛
  1. Add-SP-Noise-and-Median-Filter

    0下载:
  2. 本工程程序对lena施加Pa=Pb=0.1的椒盐噪声,然后采用3*3中值滤波处理,给出去噪前后的图像。-The engineering process for lena put Pa = Pb = 0.1 salt and pepper noise, then a 3* 3 median filtering, give the image before and after denoising.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:859985
    • 提供者:小明
  1. filter

    0下载:
  2. 数字图像处理中值滤波算法的实现,采用3*3的模板-Digital image processing median filter algorithm, using the template 3* 3
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1058
    • 提供者:andy
  1. medianFilter0918

    0下载:
  2. 本程序实现灰度图像的均值滤波,均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素(以目标象素为中心的周围8个象素,构成一个滤波模板,即去掉目标象素本身)。再用模板中的全体像素的平均值来代替原来像素值。 -This program the gray-scale image of the mean filter, mean filter is a typical linear filtering algorithm, it is on the imag
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7947213
    • 提供者:wangjing
  1. filter

    0下载:
  2. 程序实现了中值滤波,参数Hori是一个布尔变量,若为真,做水平中值滤波,否则,做垂直中值滤波。 -Realize the median filter and smooth the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1232
    • 提供者:费婷婷
  1. Gaussian--median--mean-filter

    0下载:
  2. 本程序集为matlab高斯滤波、中值滤波、均值滤波,可以用于图像处理等方面-matlab Gaussian filter, median filter, mean filter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:959
    • 提供者:smallknifer
  1. Fast-median-filtering-algorithm

    0下载:
  2. 中值滤波的基本原理是把数字图像或数字序列中一点的值用该点的一个邻域中各点值的中值代替,让周围的像素值接近的真实值,从而消除孤立的噪声点。-The basic principles of the median filter is the value of digital image or sequence of numbers in a neighborhood of the point value of the median instead, so that the surrounding pi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:10294
    • 提供者:kristena
  1. filter

    0下载:
  2. 本程序旨在处理图像的噪声,通过中值滤波器实现-This program is designed to deal with image noise, median filter to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:545
    • 提供者:徐胜民
  1. filter

    0下载:
  2. 对原始图像加椒盐噪声,对噪声图像进行中值滤波和邻域平均。-The original image is add salt &pepper noise, the noise image of the median filter and neighborhood average.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:48294
    • 提供者:harryjohn
  1. vector--filter

    0下载:
  2. 打开图片并通过容器操作能把画在图片上的直线的点存入直线上并运用中值滤波取出直线-Open the picture and deposited in a straight line through the container operation can draw straight points on the picture and use the median filter to remove the straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3800361
    • 提供者:田澍
  1. filter

    0下载:
  2. 图像滤波算法,实现了中值滤波、均值滤波,频率域的高通滤波和低通滤波。-Image filtering algorithm to implement the median filter, mean filter, the frequency domain of the high-pass filter and low-pass filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:22681
    • 提供者:西西艾路
  1. median-filtering_VCPP

    0下载:
  2. 中值滤波的VC++算法,初学者可以看看,或许会有帮助-Median filter VC++ algorithm, beginners can see, there may be help
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3520276
    • 提供者:xiangzhihappy
  1. fast-median-filter

    0下载:
  2. 用mATLAB编写的快速中值滤波程序,采用 3x3 窗口,基于基数排序的快速去噪FNR-Fast median filtering with mATLAB written procedures, using 3x3 window, based on the fast radix sort denoising FNR
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:10875
    • 提供者:xiaoyu
  1. filter

    0下载:
  2. 高斯濾波器中值濾波器均值濾波器prewitt測邊canny測邊-Gaussian filter median filter the the mean filter prewitt Trilaterational canny TRILATERATION
  3. 所属分类:2D Graphic

    • 发布日期:
    • 文件大小:1169
    • 提供者:方咨螢
« 1 2 3 4 56 7 8 9 10 ... 38 »
搜珍网 www.dssz.com