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

搜索资源列表

  1. gaosipinghua

    0下载:
  2. 本人初学图像处理,这是一个简单的高斯平滑的源代码。-I am beginner image processing, it is a simple Gaussian smoothing of the source code.
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1596923
    • 提供者:李雪
  1. DIP

    0下载:
  2. 数字图像处理经典问题及算法,比如高斯滤波,傅里叶等-Digital Image Processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:146139
    • 提供者:yaya
  1. restoration

    0下载:
  2. (1) 先由原始图像(任选)产生待恢复的图像;(产生方法如下:冲激函数为 ,将原始图像与冲激函数卷积产生模糊,然后再迭加均值为0,方差为8,16,32的高斯随机噪声而得到一组待恢复的图像。分别用逆滤波和维纳滤波恢复模糊后的图像。-(1) The first be the original image (optional) produces the image to be restored (generated as follows: impulse function, the original
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:180512
    • 提供者:紫瓶
  1. Butterworth_low_pass_and_high_pass_filters

    0下载:
  2. 对二维图像实现巴特沃斯低通和高通滤波,已经仿真,效果不错。-Pairs of two-dimensional image realization of Butterworth low-pass and high-pass filtering, has been simulation, good results.
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:3175
    • 提供者:tom
  1. 3

    0下载:
  2. 增强图像的对比度,模拟图像受高斯白噪声和椒盐噪声的影响,均值滤波等-Enhance the image contrast, analog image by Gaussian white noise and salt-pepper noise, mean filtering,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:36759
    • 提供者:hello
  1. MyImage

    0下载:
  2. 基于VC++平台,对图像进行处理,可以添加高斯白噪声,运用laplace,gabor等算法实现图像的处理-VC++ based platform for image processing, you can add white Gaussian noise, the use of laplace, gabor such as image processing algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2712391
    • 提供者:zhou
  1. 22

    0下载:
  2. 对图像进行高斯平滑,以达到去除噪声的效果-Gaussian smoothing of the image in order to achieve the effect to the dry
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:768933
    • 提供者:门菲
  1. canny

    2下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
  3. 所属分类:Graph program

    • 发布日期:2016-01-15
    • 文件大小:185038
    • 提供者:hanyantao
  1. gaotonglvbo

    0下载:
  2. 通过高通滤波对图像进行处理,采用的是二阶巴特沃斯滤波器-Through high-pass filter image processing, using the second-order Butterworth filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:591
    • 提供者:yun
  1. gaussian_filter

    0下载:
  2. 用VC语言,实现了gaussian filter,并通过高斯滤波对图像进行处理。-it s the implement of the gaussian filter
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:77924
    • 提供者:yh
  1. BilaFlt

    1下载:
  2. 对图像进行双边滤波的函数。有两个高斯核,一个是对像素点见的距离,一个是对像素点见的灰度差。-Right image bilateral filtering function. There are two Gaussian kernel, one is the pixel to see distance, one is to see the gray scale pixel difference.
  3. 所属分类:Special Effects

    • 发布日期:2015-08-06
    • 文件大小:1610
    • 提供者:陈利聪
  1. Real-TimeRobustAlgorithmofDigitalImageStabilizatio

    0下载:
  2. 电子稳像的实时鲁棒性算法,首先对采集到的每帧图像建立高斯金字塔。然后在高斯金字塔的顶层进行 初估计,采用图像块法得到整像素的运动估计矢量。精估计采用光流梯度法。为提高鲁棒性,运用简化的M 收敛法 进行梯度约束。最后阶段采用双线性内插对当前帧与参考帧进行匹准-Electronic image stabilization, real-time robust algorithm, first collected in the establishment of Gaussian pyramid
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:940442
    • 提供者:才鸟
  1. image

    0下载:
  2. 此为图像的一些变换的vc++程序,内含图像的阙值变换,高斯平滑,图像镜像,图象旋转,图像平滑等程序-This is the image of some transformation vc++ program that contains the image Threshold transform, Gaussian smoothing, image mirroring, image rotation, image smoothing and other procedures
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:800092
    • 提供者:zz
  1. Gaussianfunction

    0下载:
  2. 高斯算法 图像处理 挺好的 高斯算法 图像处理 高斯算法 图像处理 不错 值得下载-Gauss Algorithm for Image Processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1442972
    • 提供者:我爱罗
  1. gsph

    0下载:
  2. 用c编的用于高斯平滑的程序,用于图像处理中的图像平滑-With the c series for Gaussian smoothing process for image processing in image smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:134297
    • 提供者:王伟
  1. Gaussian

    0下载:
  2. 高斯滤波 对图像首先进行加噪处理 然后在实现滤波-Gaussian filter to the image first and then deal with noise filtering in the realization of
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:902763
    • 提供者:刘超
  1. gussian

    0下载:
  2. 高斯混合模型在图像处理方面运用广泛。她是利用已知的数学模型,通过逐渐逼近的方法,使得给定数据集和数据模型之间达成最佳拟合。-Gaussian mixture model widely used in image processing. She is the use of known mathematical models, through a gradual approximation approach that makes a given data set and the best fit b
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:2401
    • 提供者:赵晓霞
  1. graythresh

    0下载:
  2. 对图像进行高斯滤波,然后用全局阈值对图像进行分割,使用的函数参考冈萨雷斯图像处理-Gaussian filtering of the image and then use the global threshold for image segmentation, using the function reference, image processing Gonzalez
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:13413
    • 提供者:刘一霖
  1. Probing_into_Technique_of_Image_Enhancement_Based_

    1下载:
  2. :图像增强是图像处理的一个重要分支,是图像边缘提取、图像分割等的基础.文章介绍了常用的图像增强技 术,并且以Madab为工具完成图像的直方图均衡化、巴特沃斯高通滤波器操作的示例,给出了处理前后的对照图像.重点介 绍了利用小波变换进行图像增强,获得了比较好的增强效果.-: Image enhancement is an important branch of image processing is the image edge extraction, image segmentation,
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:195070
    • 提供者:hope
  1. MFC_Graphic

    0下载:
  2. 这MFC图像处理源代码总集包括了均值滤波,直方图均衡,高斯平滑,,锐化,拉普拉斯锐化(边缘检测),阈值变-This MFC source code for the total set of image processing, including the mean filter, histogram equalization, Gaussian smoothing, sharpening, Laplacian sharpening (edge detection), the threshold c
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8815078
    • 提供者:萤火虫
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 50 »
搜珍网 www.dssz.com