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

搜索资源列表

  1. edge-detection

    0下载:
  2. 本内容是图像处理中边缘检测的程序,包括了金字塔算法,小波变换,形态学,高斯算子,模版算子,canny算子-The content is image processing of edge detection program, including the pyramids algorithm, wavelet transform, morphology, gaussian operator, templates operator, canny operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:148813
    • 提供者:娄艳阳
  1. Bilateral-Filtering

    0下载:
  2. 双边滤波器,用来对图像进行处理,能够保持边缘,比高斯滤波器更好用的一种滤波器。-It s a bilateral filter, which is used to process images. It can preserve the edges of image, and it functions better than gaussian filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:121412
    • 提供者:隆姣
  1. shiyan

    0下载:
  2. 通过高斯函数导数检测图像边缘,实质是方向可调小波变换检测图像边缘。-Derivative to detect image edges by Gaussian function, in essence, the steerable wavelet transform to detect image edges.
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:47963
    • 提供者:辛昊
  1. noise

    0下载:
  2. 1. 用 butterworth和理想低通滤波器对受椒盐噪声和高斯噪声污染的图像进行平滑处理, 计算平滑前后的PSNR(峰值信噪比). 2. 用 3x3邻域平均平滑和3x3中值滤波对受椒盐噪声和高斯噪声污染的图像进行平滑处理, 计算平滑前后的PSNR(峰值信噪比). 3. 用 roberts算子和Laplace算子对一图像进行锐化处理, 得到其边缘二值图像.-Salt and pepper noise and Gaussian noise images with butterworth
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:20457
    • 提供者:Xucheng
  1. The-detection-of-traffic-lights

    1下载:
  2. 交通信号灯的检测是复杂场景下交通灯识别的重点。采用了色彩分割与关联滤波方案进行交通灯的检测。首先,建立交通信号灯的高斯模型,利用高斯向量与多色彩空间结合的方法进行图像分割。然后,采用基于区域增长与相似性判定的关联滤波,对色彩分割后的图像进行处理。最后,使用基于canny算子的边缘提取算法获取方向指示灯轮廓特征,并使用基于改进hu不变矩和马氏距离对方向指示信号灯进行分类。-The detection of traffic lights is the focus of traffic lights
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:13332
    • 提供者:谷文彦
  1. GSS

    0下载:
  2. 建立图像的高斯尺度空间,并利用高斯尺度空间进行边缘提取。-Gaussian scale space, for edge detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:21057
    • 提供者:西西艾路
  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. 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. Linear_and_Nonlinear_Diffusions

    0下载:
  2. Jd=diffusion(J,method,N,K) J :待扩散的原图像 method : lin : 线性扩散 (常数 c=1). pm1 : perona-malik, c=exp{-(|grad(J)|/K)^2} pm2 : perona-malik, c=1/{1+(|grad(J)|/K)^2} rmp : 复数 K :边缘门限参数 N :迭代次数 dt:时间步长 (0 < dt <= 0.25, 缺省值为0.2)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3674972
    • 提供者:alison
  1. edge

    0下载:
  2. 采用Canny算法进行边缘检测。主要包括以下几个步骤:1、用高斯滤波器平滑图像。2、用一阶偏导的有限差分计算梯度的幅值和方向。3、对梯度幅值进行非极大值抑制。4、用双阈值算法检测和连接边缘。5、采用高斯平滑函数-Using the Canny edge detection algorithm. Include the following steps: 1, smooth image with a Gaussian filter. 2, first-order partial derivative
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:85258
    • 提供者:王云舒
  1. image-edge

    0下载:
  2. 通过高斯函数导数检测图像边缘,实质是方向可调小波变换检测图像边缘。-Derivative of Gaussian function to detect image edges, essentially Steerable wavelet transform to detect the image edge.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:715604
    • 提供者:best don
  1. edge

    0下载:
  2. 图像边缘检测,模版子算法,高斯算子,形态学边缘检测,小波变换边缘检测-Image edge detection, template sub algorithm, Gaussian operator, morphological edge detection, wavelet transform edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:126038
    • 提供者:Tong.w
  1. digital-image-process

    0下载:
  2. 数字图像处理边缘检测,高斯,kirsch算子等等检测-digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:155682
    • 提供者:田兵兵
  1. code

    0下载:
  2. 使用matlab进行图像处理,经过灰度处理,边缘锐化的过程,最终经过高斯拟合提取激光高斯中心-Matlab image processing, grayscale processing, edge sharpening process, the final after extracted Gaussian laser Gaussian center
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:8549
    • 提供者:王静
  1. openImage

    0下载:
  2. 八链码的实现以及对图像的sobel,高斯,等等一系列的边缘检测的实现-Eight-chain code to achieve and sobel image Gaussian, so a series of edge detection to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:16206492
    • 提供者:yandong
  1. tu-xiang-chu-li-suan-fa-ji-he

    0下载:
  2. 文件中包含各种图像处理源代码,包括二值化处理的源代码,对图像进行直方图均衡处理的源代码,对图像进行中值滤波处理(图像复原)的源代码,对图像进行均值滤波处理(图像复原)的源代码对图像进行对角镜像处理(几何变换)的源代码,对图像进行离散余弦变换处理(图像变换)的源代码,对图像进行傅立叶变换处理(图像变换)的源代码,对图像进行高斯模糊处理(图像复原)的源代码,在图像中加入随机噪声的源代码,对图像进行水平镜像处理(几何变换)的源代码,利用LoG边缘算子法对图像进行边缘提取的源代码,利用Prewitte边
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:18882
    • 提供者:nimizi
  1. image

    2下载:
  2. 利用matlab的gui显示两幅图像并对图像进行边缘提取,高斯变换、滤波、特效的浮雕马赛克、雾化、添加水印、图像增强等各种图像处理功能-Gui matlab the two images and image edge extraction, Gaussian transform, filtering, effects relief mosaic, atomization, add watermark, image enhancement, and other image processing f
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:117473
    • 提供者:
  1. Gaussfilter_Area_SNR

    0下载:
  2. 对于磁共振图像,使用高斯滤波器对图像进行滤波,对滤波后的图像进行边缘和图像区域的选取,计算两者的均值和标准差,最后得到新的信噪比值。-For magnetic resonance images, we can use a Gaussian filter to the image for filtering. After the selection of the area of the air and the area of the image,then calculate the mean
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:1008448
    • 提供者:lisha
  1. EDGE

    0下载:
  2. 图像处理: 打开图片 可实现边缘检测 基于 模板算子法,高斯算子 canny算子,小波变换,金字塔,灰度形态学 实现边缘检测-Image processing: Open the image edge detection can be realized Edge detection based the template operator method, Gaussian operator canny operator, wavelet transform, pyramid, gr
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:184343
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com