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

搜索资源列表

  1. MySUSAN

    0下载:
  2. SUSAN 算法 可以利用susan算法进行图像的角点检测-SUSAN algorithm can susan algorithm for image corner detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1093
    • 提供者:sqqs
  1. harris_corners_image_registration

    0下载:
  2. 应用harris算子进行角点检测,然后利用相关性检测得到匹配焦点,然后进行图像的重采样,适于对于彩色图像的处理,对于灰度图像,只要将harris算子检测时的图像从彩色道灰度图像的语句去掉即可-Application of operator harris corner detection, and then make use of relevant test match to be the focus, and then carried out resampling images, suitabl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:4498
    • 提供者:sai
  1. matching

    0下载:
  2. 基于opencv,用vc开发的实现角点匹配的原程序,-opencv vc source for corner matching
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1205966
    • 提供者:杨刚
  1. CornerDetect

    0下载:
  2. 使用OpenCV检测五子棋盘角点,采用Harr算子进行角点检测-Corner detection using OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:792573
    • 提供者:郭俊杰
  1. Corner

    0下载:
  2. 一种带有自适应阈值和动态支持区域的CSS角点检测算法,其效果被认为优于目前所有的CSS角点检测算法和大多数的其他类型角点检测算法。-a curvature scale space corner detector with adaptive threshold and dynamic region of support, it is considered to be the one of the best corner detection algorithms.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-15
    • 文件大小:920470
    • 提供者:BileiZhu
  1. RANSAC-match

    0下载:
  2. 可以在harris角点检测和ncc粗匹配之后实现精确准确的角点匹配,为下一步配准做准备-Can the Harris corner detection and NCC coarse matching after achieve precise accurate angular point matching, preparing for the next registration
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1710
    • 提供者:lee
  1. fast-corner-detect

    1下载:
  2. 基于VC++环境的快速的角点检测算法,比灰度面积法和边缘曲率法,有着更好的效果-Based on VC++ environment, a fast corner detection algorithm, than the gray area of law and the edge curvature method, have better results
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-02-17
    • 文件大小:2283301
    • 提供者:liqi
  1. Harris-Corner

    0下载:
  2. 针对Harris角点检测算法对T型和斜T型角点存在定位不准确以及运算速度慢的问题,提出了一种改进算法.改进算法计算目标像素点的8邻域范围内与之灰度相似的点的数目,然后对目标像素点周围其他像素点按同样方法处理,并对得到的计算数据进行比较,分析出局部范围内的像素点的灰度值分布.根据比较结果,从中遴选出部分像素点作为下一步角点检测的计算对象,并计算其角点响应函数值,如果角点响应函数值大于设定的阈值,该点则会被确定为最终的角点.实验结果表明:改进算法的角点检测时间仅为原算法的14.3 ,并实现了对T、斜
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:36916
    • 提供者:tlcling
  1. CameraCalibration

    0下载:
  2. 根据棋盘图,自动获取角点,标定相机的内、外参数-Camera Calibration
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2464407
    • 提供者:pangli
  1. harris

    0下载:
  2. harris角点检测,检测图像中的角点,可以用来匹配两幅图像-harris coner dictertor
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:310995
    • 提供者:聂良伟
  1. MYSUSAN

    0下载:
  2. SUSAN算法检测角点的MATLAB的实现方法-SUSAN corner detection algorithm of MATLAB Realization
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1120
    • 提供者:闫晓强
  1. XCornerDetectionAlgorithm

    1下载:
  2. Opencv的棋盘格角点检测例程。代码简单,注释齐全。-Chessboard grid Opencv corner detection routines. Code is simple, complete notes.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1839682
    • 提供者:fuhaiyang
  1. Harris-VC

    0下载:
  2. 图像处理和相机标定中的经典角点提取算法,Harris算法的VC源代码-Image processing and camera calibration in the classical corner-point extraction algorithm, Harris algorithm source code for VC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:45174
    • 提供者:railwayboy
  1. SUSAN

    0下载:
  2. SUSAN角点检测很实用,里面还有详细说明,希望对大家有帮助!-SUSAN corner detection is very useful, there is also a detailed descr iption, and they hope to help everyone!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:61546
    • 提供者:高晓伟
  1. xiangweidianpipei

    0下载:
  2. 基于相位角点检测的特征匹配研究,很好用的。-Corner detection based on phase matching of the characteristics of research, a good use.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:345295
    • 提供者:susuyutian
  1. harriscornerdetector

    0下载:
  2. 图像处理基于harris角点特征的图像配准程序-Image processing based on the characteristics of harris corner image registration procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:576146
    • 提供者:吳吉翔
  1. GPU-KLT-1.1

    0下载:
  2. 在gpu上运行的klt算法,可以实现角点检测与跟踪-In the GPU running on KLT algorithm, can achieve corner detection and tracking
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:52399
    • 提供者:zk
  1. HarrisCorner

    0下载:
  2. harris角点检测,可以自己设置参数,检测结果用红色叉叉表示,效果比较好。-harris corner detection, you can set their own parameters, test results indicated that叉叉in red, the effect is better.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:56563
    • 提供者:韩坤芳
  1. harris

    1下载:
  2. harris角点检测,此程序为经典程序,用matlab写的,效果比较好.-harris corner detection, this procedure for the classical procedures, written with matlab, the effect is better.
  3. 所属分类:Special Effects

    • 发布日期:2016-03-26
    • 文件大小:1992
    • 提供者:韩坤芳
  1. newmatch

    1下载:
  2. 对两幅图像进行角点检测,并对检测到的角点进行特征匹配,效果非常好,误匹配率非常低,耗时仅9毫秒-Two images of the corner detection, and detects the angular point feature matching, the effect is very good, very low false match rate, time-consuming only 9 ms
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-12-26
    • 文件大小:8531
    • 提供者:张志超
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com