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

搜索资源列表

  1. matlab_guide_Harris

    0下载:
  2. 本程序使用MATLAB中的Guide来实现的,实现了算法功能和界面的设计,完成了Harris角点检测的程序。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:89116
    • 提供者:bin
  1. VC++_Harris

    0下载:
  2. 本程序用VC实现Harris角点检测的算法,浅显易懂,便于操作。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:191578
    • 提供者:bin
  1. harris

    1下载:
  2. 用IDL编写的角点检测程序,其中的K值在程序里设定可以得到不同的效果并适应不同的图象
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1539
    • 提供者:化鹏
  1. HarrisCorner

    0下载:
  2. Harris Corner Detector角点检测最基本算法,包含源码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:65648
    • 提供者:帅政风
  1. harris_matlab

    0下载:
  2. 基于harris的角点检测源码
  3. 所属分类:图形图象

    • 发布日期:2010-03-20
    • 文件大小:592
    • 提供者:chubuxiang
  1. SIFT

    0下载:
  2. SIFT角点检测
  3. 所属分类:人工智能/神经网络/遗传算法

  1. VC++ HARRIS算子

    0下载:
  2. 很好用的入门角点检测...
  3. 所属分类:源码下载

  1. Harris角点检测MATLAB

    0下载:
  2. 所属分类:源码下载

    • 发布日期:2011-06-09
    • 文件大小:1362
    • 提供者:number18@qq.com
  1. susan.rar

    0下载:
  2. 经典的角点检测算法susan角点检测的C语言代码。,Classic susan corner detection algorithm for corner detection of the C language code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:13027
    • 提供者:Lei ming
  1. harris.rar

    1下载:
  2. 利用harris算法实现角点检测,进行图像配准,use harris to detect the corner
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:2089
    • 提供者:风陵渡
  1. RegisterBasedOnHarrisCorner.ra

    0下载:
  2. 基于角点检测的图像匹配算法,用Harris作为角点检测,然后根据几何特点进行配准,Corner detection based on image matching algorithm, with Harris as the corner detection, and then according to the geometric characteristics of alignment
  3. 所属分类:图形图象

    • 发布日期:2017-04-10
    • 文件大小:1073454
    • 提供者:Milin
  1. SusanDetection

    0下载:
  2. 用c++编写了一个角点检测的测试程序,方法是利用最小核值相似区算法实现了图像角点的检测程序。-C++ written by a corner detection test procedure is similar to using the value of the minimum core area algorithm of the image corner detection process.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:125168
    • 提供者:ver
  1. Harris-Corner

    0下载:
  2. Harris角点检测的一套完整程序,可能对大家有用-Harris corner detection of a complete set of procedures that may be useful to everyone
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2868167
    • 提供者:babydream
  1. harris-code

    0下载:
  2. opencv c++ 实现harris角点检测-opencv harris
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:641
    • 提供者:皮耶罗
  1. harry-corner-detection

    0下载:
  2. harry角点检测c++源代码,利用差分算子对图像进行滤波,对Ix2/Iy2/Ixy进行高斯平滑,以去除噪声,计算角点量,进行局部非极大值抑制以获得最终角点-harry corner detection c++ source code, the use of differential operators on image filtering, Gaussian smoothing of Ix2/Iy2/Ixy to remove noise, calculate the amount of co
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:8093
    • 提供者:欣晨
  1. Harris

    0下载:
  2. 用高斯滤波函数实现哈里斯角点检测,并对文件夹中的几张图像进行标定-With a Gaussian filter function to achieve Harris corner detection, and a few folders in the calibration image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6367590
    • 提供者:邢姝姝
  1. harris_opencv

    0下载:
  2. 用OPENCV写的harris角点检测程序,简单易懂,对初学者比较有帮助-Written with OPENCV harris corner detection program, easy to understand, more helpful for beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1354909
    • 提供者:fjieaf
  1. SUSANCorner

    0下载:
  2. SUSAN角点检测程序,基于像素临域包含若干元素的近似圆形模板,对每个像素基于该模板领域的图像灰度计算角点响应函数(CRF)的数值,如果大于某阈值且为局部极大值,则认为该点为角点。-SUSAN corner detection procedures, pixel-based Pro Domain contains a number of elements in quasi-circular template, the value of each pixel based on the templa
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3224
    • 提供者:nana
  1. OpenCvHarris

    0下载:
  2. 在windows里调用OpenCv了的Harris角点检测算法-In the windows where call OpenCv the Harris corner detection algorithm for
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4313924
    • 提供者:ZhangyanNie
  1. BYFTAliazhen

    1下载:
  2. 该代码为Harris角点检测,进行多帧图像匹配的matlab代码-The code for Harris corner detection, multi-frame image matching matlab code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-01-14
    • 文件大小:2055
    • 提供者:蒯伟
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com