搜索资源列表

  1. SURF

    0下载:
  2. 实现基于2幅二维图像的目标的三维重构,相机定标,图像配准-The task of fi nding correspondences between two images of the same scene or object
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-06
    • 文件大小:2293760
    • 提供者:weiyantao
  1. OpenSURF

    0下载:
  2. surf算法是现在最新的寻找图像特征点并匹配的算法,与SIFT算法相比速度更快,可以用在3D重建、图像拼接等多个领域-surf algorithm is now the latest to find the image feature points and matching algorithms, compared with the SIFT algorithm is faster, can be used in 3D reconstr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-06
    • 文件大小:1604608
    • 提供者:xmchen
  1. eccv06

    0下载:
  2. SURF: Speeded Up Robust Features suft算法-SURF: Speeded Up Robust Features suft algorithm
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-06
    • 文件大小:680960
    • 提供者:liqi
  1. GetCodebook_surf

    0下载:
  2. get the surf features from videos and generate the codebook
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:1972224
    • 提供者:stoic
  1. save_surf_image

    0下载:
  2. For every image, to extract the surf features, and save for further research.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:10029056
    • 提供者:stoic
  1. save_surf_video

    0下载:
  2. To down sample some fr a mes from videos, and extract their surf images.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:18284544
    • 提供者:stoic
  1. OpenSURFwithimg

    0下载:
  2. 注意,本程序测试是在VISUAL STUDIO2005下实现的,这个是本人搜索到的基于OPENCV和vc++的SURF算法,原来找到后,无法使用,自己在里面添加了opencv的一些头文件和库函数,直接可以使用,显示结果,希望对大家有帮助。-Note that this procedure test is VISUAL STUDIO2005 to achieve, and this is my search-based OPENCV an
  3. 所属分类:图形图象

    • 发布日期:2024-05-06
    • 文件大小:1379328
    • 提供者:吴若鸿
  1. SIFTSURF

    0下载:
  2. SIFT算法、SURF算法和PCA—SIFT算法的实例,里面要安装OPENCV才能用的-SIFT algorithm, SURF algorithm and PCA-SIFT algorithm instance, which can be used to install OPENCV
  3. 所属分类:OpenCV

    • 发布日期:2024-05-06
    • 文件大小:1756160
    • 提供者:宋丹
  1. OpenSURFcpp

    0下载:
  2. C++版的SURF算法,效率较高,但必须事先安装OpenCV2.0-C++ version of the SURF algorithm is efficient, but must be pre-installed OpenCV2.0
  3. 所属分类:OpenCV

    • 发布日期:2024-05-06
    • 文件大小:1232896
    • 提供者:redcat1
  1. surf_character

    0下载:
  2. 课程设计中编写的使用surf进行视频片段特征识别的程序-Preparation of curriculum design in the use of surf video clips feature recognition process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-06
    • 文件大小:6498304
    • 提供者:天天
  1. drc_surf

    0下载:
  2. SUrf algorithm for opencv version
  3. 所属分类:OpenCV

    • 发布日期:2024-05-06
    • 文件大小:1042432
    • 提供者:Torres
  1. OpenSURF2010.1.8

    0下载:
  2. SURF特征检测算法代码,需要配置openVC环境,程序在VS2005环境下VC++开发。-SURF detection code.Project use VC++.net2005.You need config openCV .
  3. 所属分类:OpenCV

    • 发布日期:2024-05-06
    • 文件大小:1600512
    • 提供者:
  1. OpenSURFcpp

    0下载:
  2. SURF descr iptor library based on opencv.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-06
    • 文件大小:209920
    • 提供者:lomazzacamo
  1. 2009-Surftracking

    0下载:
  2. 中科院写的用surf特征实现目标跟踪,很有参考价值.-Characteristics of written Chinese Academy of Sciences Target tracking with surf, a good reference.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:424960
    • 提供者:陈杰克
  1. opencvlizi

    0下载:
  2. 在mfc中使用opencv的示例,实现了canny算法、surf算法、矩形检测等算法-Opencv mfc used in the example, to achieve a canny algorithm, surf algorithm, the rectangle detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2024-05-06
    • 文件大小:12143616
    • 提供者:ckolk
  1. csurf

    0下载:
  2. These are the files containing approaches behind the solutions of C-Surf Programming contest. These provide pointers and methods used to solve the problem.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:405504
    • 提供者:Rahul
  1. surfature

    0下载:
  2. [K,H,P1,P2] = surfature(X,Y,Z) returns the gaussian curvature of a surface (K), mean curvature (H), and principal curvatures (P1,P2). The inputs (X,Y,Z) are 2D arrays corresponding to the surface being analyzed. Exa
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:tao lu
  1. find_obj

    0下载:
  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
  3. 所属分类:OpenCV

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:tjj
  1. SurfGesture

    0下载:
  2. this code does hand gesture recoginition using SURF feature points
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-06
    • 文件大小:6014976
    • 提供者:jumanji
  1. SURFGPU-1.0.1_build

    0下载:
  2. This program does a very fast SURF feature extraction and matching using NVidia s GPU hardware
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-06
    • 文件大小:15161344
    • 提供者:jumanji
« 1 2 3 4 56 7 8 9 10 ... 31 »

源码中国 www.ymcn.org