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

搜索资源列表

  1. highpass

    0下载:
  2. 高通滤波函数,直接调用就可以了,可以做到图像的锐化-High-pass filter function, direct call can, can do image sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-12-07
    • 文件大小:1473966
    • 提供者:曹志气
  1. exp_8

    0下载:
  2. 一个简单的Matlab图像处理函数,对图像进行中值滤波,和均值滤波,但是边缘处是没有做处理的,还有,滤波时,滤波窗口是矩形的,边长可以修改。-A simple program to complement the middle filter and the mean filter.cautions:the eadges of the picture is unchanged. Tht window is rectangular and the size of it is changable.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:1093
    • 提供者:林奇亮
  1. 3

    0下载:
  2. MATLAB的图像处理基础的资料\3 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:10728
    • 提供者:liuyan
  1. adpmedian

    0下载:
  2. 自适应中值滤波函数,是根据被滤波区域的图像特性自适应的滤波器。-The adaptive median filtering function is based on the image characteristics of the filter region of the adaptive filter.
  3. 所属分类:assembly language

    • 发布日期:2017-12-08
    • 文件大小:795
    • 提供者:胡佳琦
  1. rgb_hormomorphic

    0下载:
  2. 使用MATLAB对RGB图像进行同态滤波,滤波函数选用高斯滤波器和Logistic曲线-Selection of Gaussian filter using MATLAB RGB image homomorphic filtering, filtering function and Logistic curve
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:856
    • 提供者:马健
  1. include

    0下载:
  2. 用不同的核进行图像的二维滤波 函数cvSmooth实现各种方法的图形平滑。 一般来说,图像平滑主要是为了消除噪声。图像的常见噪声主要有加性噪声、乘性噪声和量化噪声等。由于图像的能量主要集在低频部分,而噪声所在频段主要在高频段,因此通常都是采用低通滤波的方法消除噪声。 函数cvFilter2D对图像做卷积运算。 对图像进行线性滤波,支持替换方式操作。当核运算部份超出输入图像时,边界外面的像素值等于离它最近的图像像素值。 -Graph smoothing function of
  3. 所属分类:OpenCV

    • 发布日期:2017-11-16
    • 文件大小:3960
    • 提供者:史润强
  1. 3

    0下载:
  2. MATLAB图像处理源程序3:程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:11483
    • 提供者:木子
  1. MATLAB

    1下载:
  2. 有关数字图像退化函数的估计与滤波,维纳滤波器实现,运动模糊等-For digital image degradation function estimation and filtering, Wiener filter implementation, motion blur, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:2201
    • 提供者:吴迪
  1. me

    1下载:
  2. 自制的中值滤波函数,不用matlab里面自带的函数也能对图像进行去噪处理-Homemade median filtering function, which comes without matlab function can also be processed for image denoising
  3. 所属分类:Special Effects

    • 发布日期:2016-01-13
    • 文件大小:1024
    • 提供者:linlingling
  1. Image-filtering

    0下载:
  2. 多媒体技术实验之---图像滤波,要求设计滤波函数,参数为图像名称,当输入图像为灰度图像时,自动显示经过滤波的灰度图像,输入图像为索引图像时,自动显示经过滤波的索引图像,输入图像为真彩色图像时,自动显示经过滤波的真彩色图像 -Multimedia technology experiments--- image filtering, to design filter function, parameter name for the image, when the input image to g
  3. 所属分类:Graph program

    • 发布日期:2017-11-05
    • 文件大小:644404
    • 提供者:龚晔
  1. image-filtering

    0下载:
  2. 采用matlab实现图像滤波。其中采用若干个函数。-Using matlab realize image filtering. Which uses a number of functions.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:6672
    • 提供者:lei
  1. Laplace-Gaussian-filter

    0下载:
  2. 这是一个拉普拉斯-高斯滤波函数代码,用于图像处理-This is a Laplace- Gaussian filter function code for image processing
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:741
    • 提供者:赵云
  1. sgsdf

    0下载:
  2. 平滑微分数据滤波函数。可用于大数据的预处理,比如图像的噪声平滑滤波等-Differential data smoothing filter function. Can be used for large data preprocessing, such as image noise smoothing filtering
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1605
    • 提供者:chensheng
  1. CT

    1下载:
  2. 基于matlab的CT扇束投影图像重建。最终画出初始位置处各探测器的投影、RL滤波函数、中间探测器处投影随角度的变化、反投影重建图像。main.m为主函数。-Matlab-based CT fan-beam projection image reconstruction. The initial position of the end of the detector shown in projection, RL filter function, with the middle point of
  3. 所属分类:Special Effects

    • 发布日期:2016-11-02
    • 文件大小:9216
    • 提供者:liang_123_
  1. lvbo

    0下载:
  2. 彩色图像滤波,用高斯函数实现彩色图像滤波-Color image filtering, Gaussian function used to achieve color image filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:32994
    • 提供者:王磊
  1. yu-chu-li

    0下载:
  2. P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:26304
    • 提供者:木木夕
  1. adpmedian

    0下载:
  2. matlab数字图像处理中的自适应中值滤波函数-digital image processing matlab adaptive median filter function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:792
    • 提供者:lwq
  1. Written-in-MatLab-mean-filtering

    0下载:
  2. MatLab编写的均值滤波、中值滤波、高斯滤波 等图像处理函数-Written in MatLab mean filtering, median filtering, Gaussian filtering and other image processing functions
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4572
    • 提供者:米奇
  1. main

    0下载:
  2. 使用纹理滤波器分割图像。首先求取图像不同部分的纹理,然后使用entropyfilt、stdfilt、rangefilt3个不同的滤波函数对图像进行滤波。-Texture image segmentation using the filter. First strike different parts of the image texture, then use entropyfilt, stdfilt, rangefilt3 different filtering functions for i
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1372
    • 提供者:zhuzi
  1. Space_Filter

    0下载:
  2. 很不错的空间滤波函数代码集,做图像处理的可以参考-Very good spatial filtering function code set, you can do image processing reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:90341
    • 提供者:liujuan
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »
搜珍网 www.dssz.com