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

搜索资源列表

  1. graphics

    0下载:
  2. 图像的膨胀,腐蚀,高斯滤波,灰度直方图,抽取骨骼线等一系列图像处理功能
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:642908
    • 提供者:黄雷
  1. eight

    1下载:
  2. 用MATLAB软件产生一个被高斯噪声污染的lenna图像,使用T3、T5、高斯滤波、中值滤波进行处理;
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:249602
    • 提供者:jian
  1. yuhui

    0下载:
  2. 部分图像识别算法,包括robert因子,laplace算子,轮廓提取,高斯滤波-part of an image recognition algorithm, including robert factor, Laplace operator, contour extraction, Gaussian filter
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:59707
    • 提供者:余晖
  1. 图像处理程序集

    0下载:
  2. P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵
  3. 所属分类:图形图象

  1. openCV图像处理,内含边缘检测

    0下载:
  2. openCV图像处理,内含边缘检测、边缘分割、区域增长、高斯噪声、椒盐噪声消除以及自适应中值滤波函数的实现-openCV image processing, includes edge detection, edge segmentation, region growing, Gaussian noise, salt and pepper noise cancellation and adaptive median filter function implementation
  3. 所属分类:GDI/图象编程

    • 发布日期:2016-01-25
    • 文件大小:1039360
    • 提供者:bodysen
  1. Harris

    0下载:
  2. 用高斯滤波函数实现哈里斯角点检测,并对文件夹中的几张图像进行标定-With a Gaussian filter function to achieve Harris corner detection, and a few folders in the calibration image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6367590
    • 提供者:邢姝姝
  1. gaussianfilter

    0下载:
  2. 定义了dib类,实现图像的显示和高斯滤波-Defined the dib class, image display and Gaussian filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5525898
    • 提供者:高崎
  1. matlab(deletefog)

    0下载:
  2. Matlab程序,利用curvelet变换和高斯逆滤波进行图像去雾,含效果图-Matlab program, using curvelet transform and inverse Gaussian image filtering to fog, with the effect of map
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1514248
    • 提供者:谭彬
  1. Image.Design.Gaussian.filter.C.code

    0下载:
  2. 图像高斯滤波C++设计代码Image Design Gaussian filter C + + code -Image Design Gaussian filter C++ code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:871
    • 提供者:d
  1. sharpen

    0下载:
  2. 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:281805
    • 提供者:刘雨相
  1. dImaageProcesi

    0下载:
  2. 数字图像处理的源码。包含图像边缘检测,图像高斯滤波,拉拉普拉斯变换,直方图均衡等。 可直接使用。 已通过测试。 -Source of digital image processing. Containing the image edge detection, image Gaussian filter, Lara Plath transformation, histogram equalization. Can be used directly. Has been tested.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:13264
    • 提供者:
  1. Homomorphic_filter

    0下载:
  2. 同态滤波函数:使用频域处理方法的同态滤波函数,非高斯,巴特沃斯或指数型。对于较黑的图像效果更好-Homomorphic filtering function: the use of frequency domain methods of treatment homomorphic filtering function, non-Gaussian, Butterworth, or index. For more images and better
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:170260
    • 提供者:孙阳
  1. gauss_Homomorphic_filter

    0下载:
  2. 高斯高通同态滤波器增强照度不均图像,canny算子边缘检测-gauss high Homomorphic filter enhance non-umiformly illuminated image,Canny edge detector.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:214849
    • 提供者:zjh
  1. edge_filter_linear

    1下载:
  2. 1、均值平滑、中值平滑和低通滤波平滑 2、高斯拉普拉斯算子对图像边缘的增强, 3、彩色图像的锐化,-1, the mean smoothing, median smoothing and smoothing low pass filter 2, Laplacian of Gaussian edge enhancement, 3, color image sharpening,
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1914
    • 提供者:许耀宗
  1. gauss_Homomorphic_filter

    0下载:
  2. 利用高斯高通滤波器对图像做同态滤波,对不均匀照度图像进行图像增强;利用CANNY算子对目标边缘检测-Using of gauss high filter and homomorphic filtering, solve the problem of uneven illumination Canny edge detector.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:214858
    • 提供者:zjh
  1. Matlab的IIR_Butterworth低通数字滤波器

    1下载:
  2. 实现了用matlab编写的巴特沃斯(Butterworth)滤波器,对加入高斯白躁的图像进行处理,用户可以调解白噪声的强度,滤波器的阶数,滤波半径等参数。压缩包里包括具体的实验报告,所以的源码(.m文件)。代码大部分都加有注释,方便理解
  3. 所属分类:matlab例程

  1. fliter

    1下载:
  2. 利用matlab实现图像的频域滤波,包括巴特沃斯低通、理想低通、高斯低通等-Using matlab for image filtering in frequency domain, including the Butterworth low-pass, ideal low-pass, Gaussian low-pass, etc.
  3. 所属分类:matlab

    • 发布日期:2015-12-27
    • 文件大小:1024
    • 提供者:zwr
  1. 3

    0下载:
  2. 利用中值滤波和高斯滤波实现图像的平滑,锐化。-Using median filter and Gaussian filter to achieve a smooth image, sharpening.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:30153
    • 提供者:guodan
  1. GaussianSmooth

    0下载:
  2. 使用VTK实现的图像高斯滤波处理.比较简单易读-VTK images to achieve the use of Gaussian filter processing. Relatively simple easy-to-read
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:57485
    • 提供者:yefeng
  1. image_inhancement

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

    • 发布日期:2017-03-24
    • 文件大小:22160
    • 提供者:panghuanzhi
« 1 2 3 4 5 67 8 9 10 11 ... 30 »
搜珍网 www.dssz.com