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

搜索资源列表

  1. 98917

    0下载:
  2. 图像处理,直方图均衡化,中值滤波,高斯滤波-Image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2940925
    • 提供者:张巡宇
  1. opencv

    0下载:
  2. 用opencv编写的可对图像进行高斯滤波处理 其中可选不同的滤波模板 如3*3方格 5*5方格-Written with opencv Gaussian filter for image processing where the optional filtering template
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:165245
    • 提供者:jiangkd
  1. Gaussian--median--mean-filter

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

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

    0下载:
  2. 使用背景差分法,采用了高斯滤波法对其进行平滑,然后将视频的第一帧作为背景,其次,对去噪后的图像做帧与背景间的差分运算,再利用阈值分割,将运动目标从背景中提取出来-Using background subtraction, using the Gaussian filtering method was used to smooth, then the first frame of the video as a background, and secondly, the differential e
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:962073
    • 提供者:rlshe
  1. gaosFilter

    0下载:
  2. 生成高斯模板,模板大小可以自己设定,sigma参数也可设定,对输入的图像进行高斯滤波-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:803806
    • 提供者:likly
  1. Gaussian-filter

    0下载:
  2. 数字图像处理去噪(图像平滑)高斯滤波程序代码范例-Digital image processing Gaussian filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1094913
    • 提供者:姚晓飞
  1. image-marginalized

    0下载:
  2. 数字图像处理,将一幅图像矩阵进行高斯滤波后,运用prewitt算子进行图像边缘化,并设定不同阈值。-Digital image processing, an image matrix of Gaussian filtering, to use prewitt operator image marginalized, and set a different threshold.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:726
    • 提供者:
  1. gauLaps

    0下载:
  2. 高斯滤波 实现图像的平滑 滤除图像的噪声-Gaussian filter to achieve image smoothing filter out the noise of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:693
    • 提供者:wp
  1. canny

    0下载:
  2. 包括图像的色彩平衡,高斯滤波,小波变换,边缘提取等图像的处理,下载可用-Image color balance, Gaussian filtering, wavelet transform, edge detection image processing, available for download
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:874641
    • 提供者:qinjie
  1. medfilter2

    0下载:
  2. 利用滤波的方法在图像中进行阈值分割,包括中值滤波和高斯滤波-Using filtering method for in the image threshold segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1532
    • 提供者:娄可
  1. Iggrraphicsm

    0下载:
  2. 图像的膨胀,腐蚀,高斯滤波,灰度直直方图,抽取骨骼线等一系列图像处理功能 -Image expansion, corrosion, Gaussian filtering, gray histogram straight to extract the skeleton line and a series of image processing functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:643832
    • 提供者:分界线
  1. canny

    0下载:
  2. 读取图像,将彩图转换为灰度图,再进行高斯滤波,最后用canny算法进行边缘检测-Read the image, convert color pictures to grayscale, then the Gaussian filter, and finally using canny algorithm for edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:18025620
    • 提供者:王伟
  1. tsobbellh

    0下载:
  2. 这是我本人自己开发的可用于256*256大小的图像进行sobel边缘检测的vhd文件,可在QuartusII或MaxplisII下综合与与仿真,并在FPGA上测试过。能进行修改支持其他大小图像的sobeel边缘检测,同时还能实现其它的图像模块化处理算法,例如高斯滤波,平滑等。 -This is my own development vhd file, can be used for 256* 256 size image sobel edge detection under QuartusI
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2921
    • 提供者:兴奋
  1. image

    0下载:
  2. 主要是一些数字图像处理方法,高斯滤波之类的!-Some of the digital image processing method, Gaussian filtering or the like!
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:9064
    • 提供者:liu wei
  1. tt

    0下载:
  2. VC6.0写的MFC程序,主要功能: 1.打开BMP格式灰度图像,按BMP格式一点一点读; 2.显示灰度图像的直方图,可以在直方图上选择阈值进行二值化,可以直方图均衡化; 3.可以保存处理后的图片; 4.灰度位图的几何变换:平移变换、旋转变换、缩放变换; 5.灰度位图的噪声抑制:“中值滤波”的模板大小采用3*3与5*5分别实现、“均值滤波”的模板大小为3*3,实现“算术平均(H0)”和“加权平均(H1、H3)”、实现高斯滤波(H2);
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:5690121
    • 提供者:黄华楼
  1. guass

    0下载:
  2. 高斯滤波,用来去除图像上的噪声点,图像效果不错非常好用-Gaussian filter to remove the image noise point, images, the result is right is very nice
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:1474048
    • 提供者:曹志气
  1. gaussian-filter

    0下载:
  2. 图像去噪,高斯滤波是一个常用的滤波方法,尤其是在噪声为高斯噪声时-image denoising based on gauss filter
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:1156
    • 提供者:yeming
  1. guass

    0下载:
  2. opencv 实现图像高斯滤波,中值滤波 -The opencv achieve image Gaussian filtering, median filtering Gaussian filtering, median filtering
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:1230764
    • 提供者:
  1. Gaussuanfilter

    0下载:
  2. 本程序实现:读取三维图像裸数据,三维图像的高斯滤波,三维数据的保存。-The program: read a three-dimensional image bare data, three-dimensional image of the Gaussian filter, the preservation of the three-dimensional data.
  3. 所属分类:Console

    • 发布日期:2017-11-19
    • 文件大小:783259
    • 提供者:winking
  1. Wangyi

    0下载:
  2. MFC图像处理包括邻域滤波、直方图、中值滤波、高斯滤波、梯度锐化。-MFC image processing, including neighborhood filtering, histogram, median filtering, Gaussian filtering, gradient sharpening.
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:2534400
    • 提供者:王凤
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 30 »
搜珍网 www.dssz.com