CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 边缘检测 极大值

搜索资源列表

  1. 边缘检测算法的基本步骤

    0下载:
  2. 边缘检测算法的基本步骤 (1)滤波。边缘检测主要基于导数计算,但受噪声影响。但滤波器在降低噪声的同时也导致边缘强度的损失。 (2)增强。增强算法将邻域中灰度有显著变化的点突出显示。一般通过计算梯度幅值完成。 (3)检测。但在有些图象中梯度幅值较大的并不是边缘点。最简单的边缘检测是梯度幅值阈值判定。 (4)定位。精确确定边缘的位置。 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方
  3. 所属分类:绘图程序

    • 发布日期:2014-01-18
    • 文件大小:2895
    • 提供者:丁绍辉
  1. 小波变换在活塞环图像边缘检测中的应用研究

    0下载:
  2. 摘 要 小波变换是时间频率的局部化分析,它可以通过伸缩平移运算对信号逐步进行多尺度细化。本文正是基于小波变换在图像处理领域中表现出的多尺度分析,提出了用小波变换检测活塞环图像边缘的方法,这种方法通过对二维小波变换图像局部极大值的检测得到图像的边缘信息。通过实验证明了这种方法的有效性。-Abstract wavelet transform is the local time frequency analysis, it can shift computing through telescopic
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:82967
    • 提供者:蓝婧
  1. 基于小波模极大值的图像边缘检测源码

    1下载:
  2. 本源码来源于硕士生毕业设计的一部分,将小波模极大值引入图像边缘检测,比原有的小波图像边缘检测的速度和性能都有一定的提高,该程序对代码也进行了优化,经过测试,下载后在matlab环境下可直接使用。
  3. 所属分类:图形/文字识别

    • 发布日期:2010-05-15
    • 文件大小:510
    • 提供者:zhusj2010
  1. 多尺度边缘检测实例

    2下载:
  2. 一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像,A multi-scale edge detection example, the method is: 1, first image of the three-scale wavelet transform 2, and the modulus value of wavelet coefficient and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-22
    • 文件大小:8373
    • 提供者:zsy
  1. waveletmatlab

    1下载:
  2. 小波模极大值用于图像形状检索,很实用,谢谢大家指点-wavelet
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:196868
    • 提供者:陈杨
  1. edge_detection

    1下载:
  2. 本Matlab程序用于小波模极大值用于边缘提取-The Matlab program is used for the Wavelet Modulus Maxima Edge Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1225
    • 提供者:陈民
  1. MRIbianyuan

    1下载:
  2. 小波变换模极大值用于MRI图像的边缘检测以及特征值提取-Wavelet transform modulus maxima for the MRI images and the Feature Extraction of Edge Detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1215
    • 提供者:陈羿辰
  1. wavelet

    1下载:
  2. 一个基于MATLAB的小波模极大值的计算方法-A MATLAB-based wavelet modulus maxima method
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:890
    • 提供者:lilei
  1. Wavelettransformmodulusmaximaprocedure

    1下载:
  2. 小波变换模极大值程序,调试过,基本能用。欢迎大家请出宝贵意见-Wavelet transform modulus maxima procedure
  3. 所属分类:Wavelet

    • 发布日期:2016-05-23
    • 文件大小:4859
    • 提供者:肖才子
  1. cannywave

    1下载:
  2. 用canny算子边缘检测,以及用db4小波模极大值算法边缘检测,可以直接运行,用的是标准图像Lena-Using canny edge detection operator, and using db4 wavelet modulus maxima algorithm for edge detection, can be run directly, using the standard image Lena
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1368
    • 提供者:jin jing
  1. edge_detection

    0下载:
  2. 通过检测二维小波变换的模极大值点可以确定图像的边缘点,利用小波变换的多尺度性用于图像的边缘检测-By detecting modulus maxima point of two-dimensional wavelet transform we can determine the image edge points, using multi-scale nature of wavelet transform in image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:736
    • 提供者:岳明彦
  1. canny

    0下载:
  2. 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1271572
    • 提供者:lx
  1. wavemax

    1下载:
  2. 输入为JPG格式图像,通过小波模极大值提取图像边缘,共分3级进行提取,输出包括原图像边缘检测结果和不同级别小波边缘图像。-JPG format input image, the wavelet modulus maxima extracted image edge extraction is divided into three, the output includes the original image edge detection results and the different lev
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:515
    • 提供者:张扬
  1. canny

    0下载:
  2. 自己实现的canny边缘检测算子,包括高斯滤波,非极大值抑制,双阈值处理,边缘细化等步骤。-Own implementation of canny edge detection operator, including the Gaussian filtering, non-maxima suppression, double threshold, edge thinning step.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2324
    • 提供者:pxjy
  1. 小波多尺度边缘检测

    3下载:
  2. 小波多尺度边缘检测matlab程序,采用局部极大值法,注解详细,可以运行,比较适合初学者学习
  3. 所属分类:图形图象

  1. CANNY

    0下载:
  2. 对特定图片进行canny边缘检测。首先是高斯模糊,然后sobel算子处理,再局部极大值确定,最后阈值判断。(Canny edge detection for a particular picture. The first is the Gauss fuzzy, and then the Sobel operator is processed, and then the local maximum is determined, and finally the threshold is judged
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-19
    • 文件大小:7168
    • 提供者:TonytheGreat
  1. CANNY

    0下载:
  2. 根据CNNAY算法的4个步骤 1. 用高斯滤波器平滑图像;(图像去噪) 2. 用一阶偏导有限差分计算梯度幅值和方向;(特征增强) 3. 对梯度幅值进行非极大值抑制 ;(边缘检测) 4. 用双阈值算法检测和连接边缘。(形态学处理) 编写的边缘检测程序,简单实用(There are four parts of Canny edge detection: 1. smoothing the image with Gauss filter; (image denoising) 2. c
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:UJSLEMON
  1. bianyuanjiance

    0下载:
  2. 利用matlab,对图像进行高斯滤波,然后通过非极大值抑制,设置双阈值,实现图像边缘检测(Image edge detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:144384
    • 提供者:呀呀呀可乐
  1. d2wt_test

    0下载:
  2. 用多层小波变换模极大值法对图像进行边缘检测(Edge detection using wavelet transform modulus maxima method)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:tesla88
  1. 模极大值边缘检测-高斯噪声

    1下载:
  2. 用小波的模极大值法有效检测噪声图像的边缘(Detecting the edge of noisy image by modulus maximum method of wavelet transform)
  3. 所属分类:图形图象

« 12 3 4 »
搜珍网 www.dssz.com