CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - spatial filter

搜索资源列表

  1. 9DIProcess_Final

    0下载:
  2. 给图像加椒盐和高斯噪声,以及空域滤波(中值和均值滤波)!-to Image pretzels and Gaussian noise, and the spatial filter (mean values and filter)!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1236217
    • 提供者:江水
  1. 2007062703

    0下载:
  2. 1.掌握图像滤波的基本定义及目的; 2.理解空域滤波的基本原理及方法; 3.掌握进行图像的空域滤波的方法。 -1. Image filtering grasp the basic definition and purpose; 2. Understanding of spatial filter the basic principles and methods; 3. master images of the spatial filter method.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:89677
    • 提供者:小春
  1. Spatial-filtering-of-images

    2下载:
  2. 现有三幅图像,图像1是包装瓶中的气泡图片,图像2是印刷电路板的元器件焊接质量检查图,图像3是封装后的胶囊状药品。实验要求从这三幅图片中, 1. 选择一副图像,并叠加零均值高斯噪声,分别利用均值滤波和中值滤波器对该有噪图像进行滤波,显示滤波后的图像,比较两滤波器的滤波效果。 2. 选择一副图像,并叠加椒盐噪声,分别用均值滤波器,中值滤波器对该图像进行滤波,比较滤波器的滤波效果。 3. 选择一幅图像,分别利用Laplacian算子和Sobel算子对图像进行锐化操作,比较锐化的效果。-Th
  3. 所属分类:Special Effects

    • 发布日期:2016-03-25
    • 文件大小:199680
    • 提供者:李新文
  1. Digital.Image.Processing

    0下载:
  2. 数字图像处理 直方图修正 空间域平滑 空间域锐化 梯度倒数加权平滑法 中值滤波 多种算子锐化 灰度最相近的6个邻点平均法-Histogram correction of digital image processing spatial spatial smoothing sharpening Gradient Inverse Weighted Smoothing median filter operator sharpening a variety of gray nearest neighbo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2737257
    • 提供者:upc
  1. kongyupinghua

    0下载:
  2. 补充上次的空域滤波平滑法,这是模板滤波法和中值滤波法-Added the last spatial filter smoothing, which is the template filtering and median filtering method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:6529
    • 提供者:
  1. ImagesOfTheSpatialFilter

    0下载:
  2. 均值滤波是在空间域对图象进行平滑处理的一种方法,易于实现,效果也挺好。此外,本资料还讲了中值滤波。-Mean filter is a spatial smoothing of the image processing method and easy to implement, the effect is also quite good. In addition, the data also speak of the median filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2301
    • 提供者:高金伟
  1. kongyulvbo

    1下载:
  2. 采用五种算子对图像进行空域滤波处理,实现去模糊效果。-Using five kinds of operators on the image spatial filter processing, and to the blurring effect.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-24
    • 文件大小:220549
    • 提供者:lixiaozhui
  1. filfs

    0下载:
  2. 对噪声影响的图像进行高斯低通,拉普拉斯,梯度算子等空域滤波-Noise impact on the image for various spatial filter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:557
    • 提供者:小品
  1. filter

    0下载:
  2. 滤波:高低通滤波器,空间滤波器,浮雕滤波器,2-D卷积滤波,fspecial函数,加噪处理,-Filter: low pass filter, spatial filter, filter relief ,2-D convolution filter, fspecial function, noise handling,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:726036
    • 提供者:chuchu
  1. linyu-pingjun-lvbo

    0下载:
  2. matlab图像处理工具箱及空域滤波函数的使用。理解和掌握图像空域滤波原理和方法-matlab image processing toolbox and use of spatial filtering function. Understand and master the principles and methods of image spatial filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:426312
    • 提供者:charlie
  1. Semi-fragile-spatial-watermarking

    1下载:
  2. 提出一种基于图像认证的半脆弱数字水印算法。该算法具有较好的自适应性,采用改进的低通滤波器,根据人眼的分辨能力设定 梯度阈值。实验结果证明,该算法对常规图像处理操作具有较强的鲁棒性,能够抵御JPEG顶级有损压缩,同时对于恶意篡改攻击(擦除、扭曲、挤压、光照等操作)表现出脆弱性,可检测出篡改的痕迹和类型。 -A semi-fragile watermark algorithm for image authentication is proposed, which has adaptabilit
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-21
    • 文件大小:1985225
    • 提供者:韩磊
  1. AvgFilter

    0下载:
  2. 平滑空间滤波器,用于图像处理,原理较简单,用于初学者-Average spatial filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5778
    • 提供者:Seaheart
  1. 1.1

    0下载:
  2. 利用各种不同尺寸的空间滤波器模板对图像进行平滑滤波-Various dimensions of the spatial filter template image smoothing filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:563
    • 提供者:jinly
  1. 1.2.1

    0下载:
  2. 如何利用各种不同尺寸的空间滤波器模板对图像进行平滑滤波-Various dimensions of the spatial filter template image smoothing filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:712
    • 提供者:jinly
  1. 1.2.2

    0下载:
  2. 利用各种不同尺寸的空间滤波器模板对图像进行锐化滤波,并比较滤波效果,说明不同大小的滤波器处理产生差异的原因-The spatial filter using a variety of different size templates image sharpening filter, and compare filtering effect of the different size of the filter to deal with the causes of the differences
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:45999
    • 提供者:jinly
  1. image-enhancement-in-spatial-domain

    0下载:
  2. 空间域内的图像增强,包括均值滤波,线性滤波,倒数加权滤波,digital TV_new 模型去噪的主函数等-Matlab code for image enhancement in spatial domain,Including the mean filtering, linear filtering, the reciprocal of the weighted filter, the digital TV_new model denoising main function
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:3047
    • 提供者:吴聪
  1. project03_03

    0下载:
  2. 本实验要求编写一个空域滤波的函数,以实现拉普拉斯增强技术-In this study, prepared at the request of a spatial filter function to Laplace enhancement technology
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:55046
    • 提供者:罗聪
  1. Digital_Image_Process_Example

    0下载:
  2. 本展示程式,采用Borland C++ Builder编译器开发, 参考书籍为 Digital Image Processing, Prentice Hall, 2002. (2nd edition) 具备功能如下: 空间域处理 Spatial domain proc.. 灰阶值转换 Gray Level Trans.. 遮罩型滤波器 Spatial Filter 统计型滤波器 Statistics Filter 梯度运算
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:1949393
    • 提供者:章竣尧
  1. tuxiangzenqiang

    0下载:
  2. 13.1 灰度变换增强 13.1.1 像素值及其统计特性 13.1.2 直方图灰度变换 13.1.3 直方图均衡化 13.1.4 直方图规定化 13.2 空域滤波增强 13.2.1 平滑滤波器 13.2.2 锐化滤波器 13.3 频域增强 13.3.1 低通滤波器 13.3.2 高通滤波器 13.3.3 同态滤波器 13.3.4 频域增强 MATLAB 实例 13.4 色彩增强 13.4.1 真彩色增强 13.4.2 伪彩色增强 13.5 小波增强-13.1 13.1.1 pixel gray-
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-06-26
    • 文件大小:4288
    • 提供者:jqh
  1. spatial-filter

    0下载:
  2. 分别使用Roberts,Prewitt,Sobel,Laplician模板对图像进行空域滤波。-Using Roberts, Prewitt, Sobel, Laplician templates filter image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:813
    • 提供者:明月
« 12 3 »
搜珍网 www.dssz.com