CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图片显示浏览 搜索资源 - 中值滤波

搜索资源列表

  1. ImageSample

    0下载:
  2. 介绍了在VC7环境下如何利用文档--试图结构来显示一幅图片,并进行简单的处理,如中值滤波
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:123kb
    • 提供者:石磊
  1. zhongzhilvbo1

    0下载:
  2. 矩形窗口中值滤波后的图像.不是MATLAB自带的函数编的
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:1.05kb
    • 提供者:周华东
  1. Effector

    0下载:
  2. 为完成的图象处理软件,现在包含中值滤波算法和一个灰度直方图统计,和一个待完善的灰度校正函数。-to complete the image processing software, now includes median filtering algorithm and a histogram statistics, and a question perfect gray correction function.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:32.46kb
    • 提供者:俞怡炜
  1. VCpicture

    0下载:
  2. 可以实现256色和24位真彩色bmp图片的打开显示,具有缩放,旋转任意角度,fft,灰度化,中值滤波的功能。是我的vc作业,自己写的,已在vc6.0下运行通过,欢迎交流-Can achieve 256-color and 24-bit true color bmp image to open display, zoom, rotate at any angle, fft, graying, median filtering function. Vc is my job to write thei
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-15
    • 文件大小:3.56mb
    • 提供者:王一
  1. 05

    0下载:
  2. 用VC实现图像自适应中值处理,使用三次函数调用,实现多次滤波-Using VC to achieve image adaptive median treatment
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-01
    • 文件大小:717.88kb
    • 提供者:李婷
  1. BmpMFC

    0下载:
  2. 对BMP图片数据的读取实现打开,并可以做直方图均衡化、中值滤波处理,对BMP图片数据的写实现保存-failed to translate
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-02
    • 文件大小:835.37kb
    • 提供者:华秋实
  1. likePic

    0下载:
  2. 实现了图像显示功能的简单程序,还有图像反色和,傅里叶变换,中值滤波-Simple procedure to achieve the image display, as well as images of anti-color and Fourier transform, median filter
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-12
    • 文件大小:2.61mb
    • 提供者:liyanqiong
  1. A-new-adaptive-median-filter

    0下载:
  2. 一种新的自适应中值滤波方法。将3 x3窗口中心的极值点作为候选噪声点,若候选噪声点仍然是7 x7窗口的极值点,则该点即是噪声点。若以噪声点为中心的3 x3滤波窗口的中值不是噪声,则噪声用中值替换。重复以上过程,直到没有噪声点被替换。如果图像中仍然存在人的噪声团块,则噪声用相邻的三个信号点的灰度均值替换。实验结果表明,该方法能够有效去除脉冲噪声,并在抑制噪声的同时很好地保护图像的细节。-A new adaptive median filter. The extreme points of the
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-25
    • 文件大小:715byte
    • 提供者:wujiangbo
  1. zs

    0下载:
  2. 用中值滤波器去除椒盐噪声,首先将彩色图像转换为灰度图像,然后利用中值滤波器进行滤波-Median filter to remove salt and pepper noise
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-06
    • 文件大小:3.29mb
    • 提供者:zs
  1. matlabprogram

    0下载:
  2. 图像预处理的matlab代码,包括图像灰度化、中值滤波和边缘检测-Matlab code for image pre-processing, including gray image, median filtering and edge detection
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-19
    • 文件大小:1.56kb
    • 提供者:刘晓鸣
  1. ll

    0下载:
  2. 利用中值滤波和均值滤波两种方法进行图像去噪-Median filter and mean filter for image denoising
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-21
    • 文件大小:2.68kb
    • 提供者:emerald
  1. picture7

    0下载:
  2. 对椒盐噪声和噪声分别进行3种滤波,包括算术均值滤波、几何均值滤波、中值滤波-three kinds of filter to salt and pepper noise and gaussian noise ,including arithmetic mean filter, geometric mean filter, median filter
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:596byte
    • 提供者:kiven
  1. imageprocessing

    0下载:
  2. 图像采集,bmp/raw格式,以及中值滤波 -Image acquisition, BMP/raw format, and median filter
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-23
    • 文件大小:6.81mb
    • 提供者:大海
  1. addnoiseadenoise

    0下载:
  2. 导师留的数字图像处理的作业,为灰度图分别添加均匀噪声、高斯噪声和椒盐噪声,并尝试通过自适应中值滤波、均值滤波、修正的阿尔法滤波和中点滤波等手段去除噪声-add noise and denoise!uniform noise.gaussin noise and pepper&salt noise
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-13
    • 文件大小:2.04kb
    • 提供者:jzwang
  1. ShowImage

    0下载:
  2. 数字图像处理算法在CCS中C语言编程仿真实现,有均衡和中值滤波两种算法。-Digital image processing algorithms implemented in the C programming language emulation CCS, there are two kinds of equilibrium and median filter algorithm
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:793byte
    • 提供者:苏叶明
  1. main

    0下载:
  2. 1.对图像进行直方图均衡化,从而达到增强图像的目的,观察图像直方图的前后变化;.2.对图像加入某种噪声(如椒盐噪声等),运用低通滤波和中值滤波分别进行图像平滑。 3.同态图像的增强:对照明分量和反射分量进行同态滤波。-1. The image histogram equalization, so as to achieve the purpose of enhancing the image of change, before and after the image histogram
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-01
    • 文件大小:402.96kb
    • 提供者:lifei
  1. t_12

    0下载:
  2. 1、图像中值滤波实验 ①用imnoise函数在图像’lena.bmp’中值添加椒盐噪声,观测结果 ②用medfilt2函数对含噪声图像中值滤波。 2、使用fspecial函数生成均值、Prewitt、Sobel、Laplacian滤波模板,再用filter2函数对‘cameraman.tif’图像进行空域滤波,显示滤波结果。 3、设计高斯低通和高通频域滤波器,对‘phantom.bmp’图像进行频域滤波,显示滤波结果。然后改变滤波器截止频率,观察对结果的影响。 4、用i
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-05
    • 文件大小:114.06kb
    • 提供者:郭亚周
  1. zixiezhongzhipinghua

    0下载:
  2. 此程序为自己编写的中值滤波和均值滤波的程序源码,希望可以帮助一些初学者-This procedure for their preparation of the median filter and mean filter source code, hoping to help some beginners.
  3. 所属分类:Picture Viewer

    • 发布日期:
    • 文件大小:748byte
    • 提供者:大山
  1. opcimizeddead

    0下载:
  2. 图像预处理中一个典型的中值滤波程序,可显著提高图像质量-A typical median filter in image preprocessing procedure, can significantly improve the quality of the image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-16
    • 文件大小:2kb
    • 提供者:Ottzoe
  1. jawdwidth

    0下载:
  2. 对图象重建,进行7*7中值滤波,对图象进行锐化处理,不错的-To 7* 7 image reconstruction, median filtering, to sharpen the image, good
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-15
    • 文件大小:125kb
    • 提供者:yplp-397
« 12 »
搜珍网 www.dssz.com