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

搜索资源列表

  1. OrbTest

    0下载:
  2. ORB描述子,是比sift算法更加快速的图像特征点提取方法,检测的方法更加暴力。opencv已经实现。-ORB descr iptors, sift algorithm is faster than the image feature extraction methods, detection of the method is more violence. opencv has been achieved.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3.12mb
    • 提供者:李联合
  1. opencv-shift-graphics-match

    1下载:
  2. opencv的shift图像匹配程序 实现了角点检测 特征点检测 图像匹配-opencv shift graphics match
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1.52mb
    • 提供者:weihouzhen
  1. Image-feature-extraction

    0下载:
  2. 图像特征点提取,需要安装opencv2.1-Image feature extraction, need to install opencv2.1
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:25.9mb
    • 提供者:董亚锋
  1. SURF_VC6.0

    0下载:
  2. Visual C++ 6.0 平台下使用OpenCV库实现的SURF特征点检测算法,效率较SIFT特征点检测要高。正确配置OpenCV后能修改输入图像能正确运行。-SURF feature point detection algorithm implemented using the OpenCV library under the Visual C 6.0 platform, more efficient than the SIFT feature point detection is hig
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4.37mb
    • 提供者:king
  1. sift-win-recompiled

    0下载:
  2. VC2010可用,SIFT特征提取,并做两个图片的匹配,最终输出匹配点。适用于Windows操作系统。-VC2010 is available, the SIFT feature extraction, and make the two images match, the final output of the matching point. Applies to the Windows operating system.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-20
    • 文件大小:29.77mb
    • 提供者:niyabo
  1. find_obj

    1下载:
  2. surf 方法 直接能运行 配上opencv 图像特征点匹配 sift方法的改进版本,在时间上面大大提高同时在光照方面比sift要好很多-Methods can be run directly coupled surf opencv image feature point matching method sift improved version of the above at the time of greatly increased both the light much better th
  3. 所属分类:OpenCV

    • 发布日期:2017-03-24
    • 文件大小:2.97kb
    • 提供者:tjj
  1. aamlibrary_Ya0Wei

    0下载:
  2. 通过一系列凸显预处理,实现人脸边缘检测。然后提取出眼、鼻、口三处特征点、并标记出来。-Highlighted by a series of pre realize the face edge detection. Then extract the eyes, nose, mouth three feature points, and marked.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:10.89mb
    • 提供者:ql
  1. mySift

    1下载:
  2. sift的C++版,在sift上找出鲁棒性最强的几个特征点,然后以这个点为圆心,以自适应性的尺度为半径画圆,这个非常适合运用于数字水印领域,适用于抵抗数字水印的几何攻击-sift the C++ version of the robustness of the sift to find the strongest on the number of feature points, and then to this point as the center of the scale of self-a
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12.52mb
    • 提供者:房英明
  1. feature-matching-based-on-opencv

    0下载:
  2. 基于opencv来简单实现图像处理中的特征点提取和匹配-Opencv to simple implementation based on image processing feature extraction and matching
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3.06mb
    • 提供者:lvhaixia
  1. testOpenCVSurf

    0下载:
  2. 一个用opencv库编写的Demo,用于两幅图像的特征点提取及匹配-A library written using opencv Demo, for the two images feature point extraction and matching
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:17.39mb
    • 提供者:william
  1. Harris

    0下载:
  2. opencv环境下实现的harris-laplace算法(多尺度harris角点特征提取算法)-opencv environment Harris-laplace algorithm (multi-scale Harris corner feature extraction algorithm)
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:3.13kb
    • 提供者:张哲敏
  1. cornersFeature

    0下载:
  2. 使用OPencv,读图像的角点特征.vc++6.0环境-Use OPencv, read the image corner features. Vc++6.0 environment
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2.48mb
    • 提供者:cl
  1. 062501

    0下载:
  2. 角点检测算法是一种基于信号的点特征提取算法,Harris角点检测算子是通过Taylor级数展开法扩展了思路,计算窗口沿任何方向移动后的灰度变换情况,利用数学解析式来进一步确定特征点。-Corner detection algorithm is a point-based feature extraction algorithm signal, Harris corner detection operator is expanded by Taylor series expansion ideas
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:594.72kb
    • 提供者:zheng mingzhi
  1. harris

    0下载:
  2. 运用opencv编译Harris算子进行点特征提取,运行快,效果好-Opencv Harris
  3. 所属分类:OpenCV

    • 发布日期:2017-12-11
    • 文件大小:2.22kb
    • 提供者:annie
  1. opencv_surf

    0下载:
  2. opencv提取surf特征点 并进行匹配(Extracting surf feature points using opencv)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:7.99mb
    • 提供者:lotus5265
  1. code1

    0下载:
  2. 特征点提取及图像匹配,局部图像特征提取匹配(Feature point extraction and image matching, local image feature extraction matching.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-29
    • 文件大小:1kb
    • 提供者:东&子
  1. 代码 特征点匹配目标提取

    0下载:
  2. 利用OpenCV以及vc++实现对物体特征点匹配目标的提取,(Using OpenCV and vc++ to achieve object feature point matching target extraction,)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-04
    • 文件大小:1kb
    • 提供者:momo12
  1. quickly match

    0下载:
  2. 基于亮度/色彩一致性,在SURF算法的基础上提出了一种快速图像特征点匹配算法,可以缩小特征点匹配所需的运行时间,提高正确匹配率。(Based on the brightness / color consistency, a fast image feature point matching algorithm based on SURF algorithm is proposed, which can reduce the running time of feature point matchi
  3. 所属分类:OpenCV

    • 发布日期:2018-01-05
    • 文件大小:2kb
    • 提供者:落尘薇
  1. 特征检测

    0下载:
  2. 图像特征提取是计算机视觉和图像处理中的一个概念。它指的是使用计算机提取图像信息,决定每个图像的点是否属于一个图像特征。包括:Harris角点、ShiTomasi角点、亚像素级角点、SURF角点、Star关键点、FAST关键点、Lepetit关键点等等(Image feature extraction is a concept in computer vision and image processing. It refers to using a computer to extract imag
  3. 所属分类:OpenCV

    • 发布日期:2018-04-19
    • 文件大小:22kb
    • 提供者:独剑客
  1. venv

    1下载:
  2. OpenCv3.4+py3.4 实现特征点检测、匹配以及相机的标定(OpenCv3.4+py3.4 Realization of feature point detection, matching and camera calibration)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-30
    • 文件大小:1kb
    • 提供者:超鬼夜魔
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com