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

搜索资源列表

  1. freakTest

    0下载:
  2. 基于opencv的freak特征描述方法的例子,特征提取采用的sift算法。-Based on the descr iption of the method freak feature opencv example, sift feature extraction algorithm used.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-10
    • 文件大小:17326070
    • 提供者:pang
  1. 2-1

    0下载:
  2. Opencv图像处理,sifT算子,模式识别 图像检索 形状特征 文理特征 形状特征 空间分布特征。-IMAMGE PROCESING
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:94051
    • 提供者:小五子
  1. 3-6

    0下载:
  2. Opencv图像处理,sifT算子,模式识别 图像检索 形状特征 文理特征 形状特征 空间分布特征。-IMAGE PROCESSING
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2339
    • 提供者:小五子
  1. opencv_sift

    0下载:
  2. 该算法为SIFT单幅图像特征点提取算法,经过调试可以运行。正确配置opencv即可,版本号为2.4.3,vs2008-The sift algorithm for single image feature point extraction algorithm, a debugging can run. opencv is configured correctly and the version number for 2.4.3,vs2008
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1254986
    • 提供者:
  1. match

    0下载:
  2. 基于opencv的SIFT特征提取:捕捉摄像头视频,进行角点匹配-SIFT-based feature extraction opencv: camera, video capture, carried corner matching
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:632
    • 提供者:李少芳
  1. sift3

    0下载:
  2. 本代码用opencv实现了提取图像SIFT特征向量,并将结果保存到了txt文档中,对于之后实现图像分类、图像检索有很大帮助!-This code extraction with opencv image SIFT feature vectors, and save the results to a txt document, after the realization for image classification, image retrieval great help!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7178790
    • 提供者:房雪键
  1. Pic_True

    0下载:
  2. 纯java代码写的sift图片识别算法,欢迎交流指正!图片匹配效果还是可以的,可以直接运行!木有使用opencv、metlab等api-Pure java code written sift picture recognition algorithm, welcomed the exchange correction! Image matching effect, or can, can run! Wood using opencv, metlab etc. api
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:149488
    • 提供者:yao
  1. Image_Process

    1下载:
  2. sift特征提取,sift图像拼接,OPENCV读取视频,gdal读取大的遥感图像,gdal建立金字塔,gdal分割图像(需配置3个库,GDAL,GSL,OPENCV)。-feature extraction sift, sift image stitching, OPENCV read the video, gdal read large remote sensing image, gdal build pyramids, gdal segmented image (you need to c
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3540556
    • 提供者:yuanzi
  1. OPENCV_SIFT

    0下载:
  2. 用openCV进行sift特征提取和匹配-sift feature detection and matching using openCV
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:19194704
    • 提供者:王华
  1. OpenCv_BoFSIFT

    0下载:
  2. OpenCV 图像处理与特征分析示例: SIFT 特征提取、计算处理与分析应用. OPENCV 爱好的必备, C++ 代码实现。 -OpenCV image processing and feature analysis example: SIFT feature extraction, processing and analysis to calculate the necessary application OPENCV hobby, C++ code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1738
    • 提供者:george
  1. face-detect

    2下载:
  2. 在安卓NDK下实现了图像的sift检测,可以圈出特征点,并且能够匹配二幅图像,需要opencv库支持。-In the android to realize the image under the NDK sift detection, can circle the feature points, and the ability to match two images, need opencv library support.
  3. 所属分类:OpenCV

    • 发布日期:2016-05-16
    • 文件大小:22807552
    • 提供者:ganwei
  1. SIFTMATCH

    0下载:
  2. 利用SIFT算法,用opencv的2.4.9的库进行目标的匹配和定位-using the SIFT algorithm,match the object with opencv lib
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1378671
    • 提供者:dragonfive2015
  1. SIFT_detector_matcher

    0下载:
  2. 用opencv使用SIFT算法提取图像的特征点,并显示特征点的属性-Opencv use SIFT algorithm was used to extract image feature points, and displays the attribute feature points
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1400493
    • 提供者:dragonfive2015
  1. 360_panorama

    0下载:
  2. 采用opencv库,实现柱面全景拼接,采用特征点匹配SIFT算法。-Using OpenCV library to achieve cylindrical panoramic stitching.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:21870641
    • 提供者:贺云飞
  1. SIFTandSURF

    0下载:
  2. 基于OpenCV,VS2010的环境下,通过SIFT或SURF算法提取物体(此处为象棋)的特征,两张图像的特征进行匹配,匹配点多则认为是同一图像。电脑系统是WIN7,x64。假如是其他版本系统简要配置一下OpenCV环境就可以使用。-Determine the objects are same or not based on OpenCV.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11749081
    • 提供者:111
  1. SURFandRANSAC

    0下载:
  2. 本程序的功能是基于opencv库,用SURF提取特征,并保存描述子,再用随机抽样一致性算法剔除错误的匹配点,保存匹配好的点坐标,效果可以,你也可以换成SIFT或ORB来看效果。-This procedure is the function of feature extraction using SURF, and save the descr iptor matching points and random consistency algorithm to eliminate errors, s
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2310
    • 提供者:lgz。
  1. OpenCV_Surf

    0下载:
  2. 基于OpenCV实现的,基于SIFT和SURF算法的特征点提取匹配程序,包含野点消除,和Ransac处理过程。-OpenCV to achieve, based on the feature point extraction algorithm SIFT and SURF matching procedures, including the elimination of outliers, and Ransac process based.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-24
    • 文件大小:7280385
    • 提供者:Kamison
  1. SIFTVC6

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现-SIFT feature extraction and matching algorithm based on OPENCV. Contains the full the image of Gauss Pyramid, DOG, space extreme point extraction, key points descr iption, K
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:293282
    • 提供者:zhch85
  1. AR

    0下载:
  2. 利用SIFT算法在opencv的基础上实现AR系统的简单设计-Use SIFT algorithm AR system on the basis of a simple design opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:2600
    • 提供者:刘力冉
  1. siftTest

    0下载:
  2. 基于opencv的SIFT程序的源码,图像处理的学习者极为有用。-Opencv based SIFT program source code, image processing learner extremely useful.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-21
    • 文件大小:35332005
    • 提供者:zhao
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com