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

搜索资源列表

  1. marrh.rar

    0下载:
  2. Marr-Hildreth 边缘检测算法
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:1053
    • 提供者:
  1. edgeCheck.

    2下载:
  2. 一个通用的边缘提取函数。通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。-a common edge extraction function. By entering different parameters to achieve Sobel operator, Prewitt operator, Roberts operator, Marr Operator and Canny edge detection.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:255400
    • 提供者:胡雪飞
  1. EdgeCode

    0下载:
  2. 各种图像边缘提取算法的C语言实现及一些测试用图像。这些算法包括:Marr、Canny、shen-Castan、Sobel等等。(注:这些代码是《Algorithms for Image Processing And Computer Vision》一书中的内容,要想理解代码最好参看原书)。-various Image Edge Extraction Algorithm in C language and some test images. These algorithms include : M
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2108120
    • 提供者:钱 峰
  1. Marr-Hildreth

    0下载:
  2. Harr-Hildreth衡
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1038
    • 提供者:糂翬
  1. EdgeDetection

    2下载:
  2. 用matlab做的一个边缘侦测,包含Sobel,Prewitt,Roberts,Marr,Canny算子的边缘侦测程序.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:20094
    • 提供者:Johnson Huang
  1. WaveLet-C-code

    0下载:
  2. 实现小波变换的C代码,其中小波选择Marr小波。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3453
    • 提供者:yequnsong
  1. EdgeDetect

    0下载:
  2. 用sobel、prewitt、robert、marr和canny算子实现边缘检测
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:359248
    • 提供者:冯沁红
  1. EdgeDetection

    1下载:
  2. 一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 附设计文档。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:592958
    • 提供者:
  1. Smoothed_Sobel_Gradient

    0下载:
  2. Sobel算子是图像处理中的算子之一,主要用作边缘检测。本程序使用Sobel算子检测图像边缘信息-Sobel operator is the image processing operator, one is mainly used for edge detection. This procedure using Sobel edge detection operator information
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:88559
    • 提供者:shen hong
  1. edgeDetection

    0下载:
  2. 本程序实现边缘检测,并可通过设置阀值t二值化输出图像,选择类型设置检测算子(Roberts , sobel , sobel_diagonal ,sobel算子, Prewit ,canny , LoG )。-Edge detection of the program, and by setting the threshold t of the output binary image, select the type of operator settings (Roberts' , '
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:24226
    • 提供者:cui ju
  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. Chinese-PDF__(p1-50)

    0下载:
  2. 给定一个归一化的指纹图像,算法的主要步骤如下: ** ** 1 - 将G分成大小为 w x w - (15 x 15) 的块; ** ** 2 - 计算每个象素 (i,j)的梯度 dx(i,j) 和 dy(i,j) , ** 根据计算的需求,梯度算子可以从简单的Sobel算子到复杂的Marr-Hildreth 算子。 ** ** 3 - 估算优势方向(i,j)-Given a normalized fingerprint image, the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1629035
    • 提供者:zhangbao369
  1. _DIP

    0下载:
  2. 边缘检测——各种算子 通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。-Edge Detection- Various Operators
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:11976
    • 提供者:Evan
  1. cany-matlab-algorithm

    0下载:
  2. CANNY AND MARR ALGORITHM FOR LINE DETECTION
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4195
    • 提供者:ali
  1. EdgeCheck

    0下载:
  2. 用于对图像的边缘检测,可通过输入不同的参数采用sobel,prewitt,roberts,marr,canny等算子进行边缘检测。-Matlab code for edge detection,including sobel,prewitt,roberts,marr,canny s.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1573
    • 提供者:xuxiaping
  1. assignment3

    0下载:
  2. 编制一个通用的边缘提取函数。通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 实验图像任选 -Preparation of a common edge extraction function. By entering different parameters to achieve the Sobel operator, Prewitt operator, Roberts, operator, operator of Ma
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:169152
    • 提供者:David Lucky
  1. ass3

    0下载:
  2. 本程序实现了对灰度图像的边缘检测,可采用5中算子(sobel、prewitt、roberts、canny、marr)对图像检测-This program implements the edge detection of gray-scale image can be used 5 operator (sobel, prewitt, roberts, canny, marr) image detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:185182
    • 提供者:Hunt
  1. Marr2x

    0下载:
  2. 本程序二维Marr张量小波求小波基的运算,并有绘图命令相辅助实现-Marr dimensional tensor Wavelets based
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:793
    • 提供者:gaoxiangyang
  1. st_marr

    3下载:
  2. 基于宽带Marr子波的广义S变换程序,与常规S变换相比,时频聚焦性更高。-Generalized S transform broadband Marr wavelet-based program, compared with the conventional S-transform time-frequency focus more.
  3. 所属分类:matlab例程

    • 发布日期:2013-07-15
    • 文件大小:14527
    • 提供者:袁殿
  1. Marr-Hildreth-edge-detection

    0下载:
  2. 利用opencv进行Marr-Hildreth图像边缘检测,改进的边缘检测算子-Marr-Hildreth image edge detection with opencv, improved edge detection operator
  3. 所属分类:OpenCV

    • 发布日期:2017-12-12
    • 文件大小:1446
    • 提供者:张军
« 1 23 »
搜珍网 www.dssz.com