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

搜索资源列表

  1. colorful_sift

    0下载:
  2. 由于只是利用图像的灰度信息, SIFT 算法不能很好地区分形状相似但颜色不同的物体。针对这一问题, 提出了一种基于彩色的SIFT 特征点提取算法, 并着重分析了多种彩色模型对算法性能的影响。-Since only the use of images of gray-scale information, SIFT algorithm can not distinguish between good shape similar but different colors of objects. In
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:189364
    • 提供者:lirongjie
  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
    • 文件大小:31214405
    • 提供者: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
    • 文件大小:3037
    • 提供者:tjj
  1. parnrama

    0下载:
  2. 根據sift feature 演算法找出特徵點後 進而將多張影像合成為一張大張的全景圖-According to sift feature after feature point algorithms to identify multiple images to be synthesized for a large sheet of Panoramic Image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:6417
    • 提供者:張以儒
  1. sift

    0下载:
  2. 利用sift算法提取图像特征点,为进一步实现图像间的匹配做准备。-Sift algorithm using image feature extraction point for the further implementation of the matching between images ready to do.
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:816584
    • 提供者:季全
  1. cse576

    0下载:
  2. sift算法是提取特征点的经典算法,本代码全面实现了sift算法,以及特征点匹配-sift algorithm is a classic feature point extraction algorithm, the code sift the full realization of the algorithm, as well as the matching feature points
  3. 所属分类:Graph program

    • 发布日期:2017-11-16
    • 文件大小:59270025
    • 提供者:洪红
  1. SIFTkey

    0下载:
  2. 由于只是利用图像的灰度信息,sl 算法不能很好地区分形状相似但颜色不同的物体:针对这一问题,提出了一种基于彩 色的SIFT特征点提取算法,并着重分析了多种彩色模型对算法性能的影响?这种算法也是在图像的灰度尺度空间上检测特征点, 但其特征向量由各描述子子区域的彩色模型分量的均值组成并在原始的彩色图像上进行计算:实验结果证明了该算法的有效性。-Abstract:Because only the gray scale information is utilized.the SIFT metho
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:270002
    • 提供者:李李
  1. iav07-surf

    0下载:
  2. Detecting, identifying, and recognizing salient regions or feature points in images is a very important and fundamental problem to the computer vision and robotics community. Tasks like landmark detection and visual odometry, but also object re
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:869441
    • 提供者:yangwei
  1. SIFT

    0下载:
  2. SIFT相关源代码。SIFT为目前为止公认的在图像特征点特权方面有很好的优点的算法-SIFT-related source code. SIFT is now recognized as privileged in the image feature point has a good advantage of the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2811241
    • 提供者:许群山
  1. sift

    0下载:
  2. sift特征提取,包括三部分,特征点提取,特征点描述,特征点匹配-sift feature extraction consists of three parts, feature extraction, feature point descr iption, feature point matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:709894
    • 提供者: 奋斗
  1. SIFT

    0下载:
  2. SIFT特征点提取方法,在图像中寻找特征点的原理和步骤。近几年用的比较多的方法。-SIFT feature point extraction method, for in the image of the feature point principle and process. In recent years more of the method of use.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:739878
    • 提供者:chenliang
  1. sift-matlab

    0下载:
  2. 对3副图像分别用sift算法实现图像的特征点提取-Three images, respectively, sift algorithm of the image feature point extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:619150
    • 提供者:bluedream
  1. immosaic-by--sift

    0下载:
  2. 基于sift的图像特征点提取和图像拼接,有可直接运行的代码和图片-Sift the image feature point extraction and image stitching, can be directly run the code and pictures
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:262229
    • 提供者:余书剑
  1. SIFT-iamge

    0下载:
  2. 这是一个SIFT的特征提取程序,我已经试验过,可以找到特征点并且声称特征点描述子。代码结构很清晰,简单易懂,非常适合初学者的学习。-This is a SIFT feature extraction procedures, I' ve been tested, you can find the feature points and claimed that the descr iption of the feature point. Code structure is very clear
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:15108
    • 提供者:乔乔
  1. Based-on-improved-SIFT-

    0下载:
  2. 基于改进SIFT的特征点提取算法的论文开题报告-Based on improved SIFT feature point extraction algorithm of thesis opening report
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:1292440
    • 提供者:李小龙
  1. sift

    0下载:
  2. 根据lowe教授sift算子 对不同角度拍摄的两幅二维图像 进行特征点匹配 结果用一个 appending 子程序显示 主程序没有开源 控制台为 siftmatch.m 有一张实验结果-Professor Lowe sift operators of different angles of the two two-dimensional image feature point matching the main program not open an experimental results
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:3030054
    • 提供者:lk
  1. opencv-sift-text1

    0下载:
  2. 基于opencv的sift特征点匹配测试程序,对比两张图片上的特征点匹配程度-Based on the opencv sift feature point matching test program, compared to two pictures on the degree of matching feature points
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:1551
    • 提供者:wangjiansen
  1. SIFT

    0下载:
  2. 运用sift特征点提取算法提取特征点,用matlab实现图像拼接。-Feature extraction algorithm using sift feature point extraction, using matlab image mosaic.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1677639
    • 提供者:jason
  1. sift

    0下载:
  2. David G. Lowe的SIFT特征点检测及匹配源代码,内有自己总结的各文件及参数功能的PPT文档-David G. Lowe' s SIFT feature point detection and matching source code, the summary of each document has its own functions and parameters PPT documents
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:333238
    • 提供者:纸鸢
  1. The-MFC-Sift-feature-extraction

    0下载:
  2. sift 特征点检测 对初学者有很好的参考-sift feature point detection is a good reference for beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4403540
    • 提供者:暖冬
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com