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

搜索资源列表

  1. fast+sift

    0下载:
  2. 用FAST算法检测角点,用SIFT特征描述符描述角点(FAST algorithm is used to detect corner points and SIFT feature descr iptors are used to describe corner points)
  3. 所属分类:图形图象

    • 发布日期:2017-12-24
    • 文件大小:41984
    • 提供者:erinliu
  1. susanCorner

    0下载:
  2. 基于SUSAN算法的角点检测,只能检测灰度图像的角点和边缘(Corner detection based on SUSAN algorithm.only the corners and edges of grayscale images can be detected.)
  3. 所属分类:图形图像处理

  1. main

    0下载:
  2. 下载后自己看吧,就是一个角点检测代码。 基于c++ 64位 需要加载opencv3以上的版本(Download your own look, it is a corner detection code. Based on c++ 64 You need to load more than opencv3 version)
  3. 所属分类:图形图象

  1. Hariis

    0下载:
  2. 基于MATLAB实现的图像中Hariis角点检测方法示例(Hariis corner detection based on MATLAB)
  3. 所属分类:图形图象

    • 发布日期:2017-12-30
    • 文件大小:275456
    • 提供者:lightly
  1. ORB

    0下载:
  2. 该算法基于opencv库,能够实现图像ORB角点检测,并实现图像匹配(ORB image key point detection algorithm, fast and efficient implementation of image feature point detection and matching)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:276480
    • 提供者:jerry he
  1. harris3D

    0下载:
  2. 该工程基于pcl库,能够实现点云中harris3D角点的检测,(This project is based on PCL library, and can realize the detection of harris3D corner in point cloud,)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:38889472
    • 提供者:jerry he
  1. 新建 好压 ZIP 压缩文件

    0下载:
  2. 基于matlab平台的harris coener角点检测算法,检测一幅图像中比较突出的特征点,可用于图像匹配或者导航(Harris coener corner detection algorithm based on MATLAB platform detects the salient feature points in an image, which can be used for image matching or navigation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:668672
    • 提供者:clearlove7
  1. harris角点检测

    0下载:
  2. harris角点检测,基于自己的理解,自己实现的matlab代码(Harris corner detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:45056
    • 提供者:QQxiaochongQQ
  1. Harris_jiaodianTest7

    0下载:
  2. 采用Harris_jiaodian算子对房屋进行角点检测(Adopt Harris_jiaodian operator to carry on corner detection to the house)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-04
    • 文件大小:698368
    • 提供者:chiry
  1. harris

    0下载:
  2. 在QT平台上对一幅图片进行Harris角点检测(Harris corner detection for a picture)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:2167808
    • 提供者:无可取代7
  1. Corner

    0下载:
  2. 1。将Canny边缘检测器应用于灰度图像,得到二值边缘图。 2。从边缘图中提取边缘轮廓,填补等高线上的空白。 三.计算每个轮廓的低曲率以保持所有真实的角,所有曲率的局部极大值被认为是初始角点。 4。使用自适应局部阈值来去除初始角点,以去除圆角。 5。角候选的角度进行评估,以消除任何虚假角落由于量化噪声和琐碎的细节。上述评价基于一个动态的支持区域,该区域根据其相邻的角候选对象进行更改。 6。轮廓线的端点被认为有附加的标准。(1. Apply the Canny edge detector
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:109568
    • 提供者:下一秒
  1. corners

    0下载:
  2. harris角点检测,多尺度harris角点检测(Harris corner detection and multi-scale Harris corner detection)
  3. 所属分类:GDI/图象编程

    • 发布日期:2018-01-09
    • 文件大小:4022272
    • 提供者:asd1asd
  1. jiaodianjiance

    0下载:
  2. 这是角点检测的canny算法的代码,实现角度和位置自己设置,有界面,可运行。(This is the corner detection of the Canny algorithm code, the realization of the angle and location of their own settings, there is an interface, can run.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:89088
    • 提供者:王春水
  1. harris.m

    0下载:
  2. 检测图像角点特征,学习matlab应用程序,学习计算机视觉基础知识(Detection of image corner features)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:谢大海
  1. Harris

    0下载:
  2. 对图像进行角点检测,带注释,图片请另行添加(Corner detection of images, annotated ,Please add a new picture)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:221184
    • 提供者:嘻1
  1. cornerHarris

    0下载:
  2. 对于一幅灰度图像,找到角点的位置,并圈出角点的位置。(For a grayscale image, the position of the corner point is found and the position of the corner point is circled.)
  3. 所属分类:图形图像处理

  1. ScaleInvariantHarris

    0下载:
  2. 对图像进行尺度适应性Harris角点检测(scale invariant Harris Corner detector)
  3. 所属分类:图形图象

    • 发布日期:2018-04-28
    • 文件大小:92160
    • 提供者:SHC2012377
  1. corner

    0下载:
  2. 通过将图像二值化,找到目标对象,检测目标对象中的角点并标记(By two values of the image, the target object is found, and the corner points in the target object are detected and marked)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:yingbai18
  1. CSDN_JIAODIANJIANCE

    0下载:
  2. 该程序能够对提供的图片中的角点进行很好的检测,实际图片可以根据自己的需要进行选择,在matlab2014a中正常运行(The program can detect corners in the pictures provided, and the actual pictures can be selected according to their needs, and run normally in matlab2014a.)
  3. 所属分类:图形图象

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:幽暗天琴
  1. 1.6 尺度不变特征提取

    0下载:
  2. 角点特征的特征,该小节说明角点问题,详细说明(The feature of the angular feature, which indicates the Angle point problem)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:16384
    • 提供者:daisy!
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com