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

搜索资源列表

  1. sift

    0下载:
  2. 基于sift有较大区别图像的特征检测即找出两幅有较大区别图像相同的特征点 本人开发环境为vc2010和opencv2.4.0版本 如有版本不同的开发者,需设当修改配置文件,特别是opencv版本不同-Code by Utkarsh Sinha * Based on JIFT by Jun Liu * Visit http://aishack.in/ for more indepth articles and tutorials on artificial intelligen
  3. 所属分类:OpenCV

    • 发布日期:2017-11-05
    • 文件大小:256056
    • 提供者:李辉
  1. sift

    0下载:
  2. 尺度不变特征点提取,sift角点检测技术-the book is about sift.Please read it carefuly thank you
  3. 所属分类:Special Effects

    • 发布日期:2017-12-09
    • 文件大小:364914
    • 提供者:胡景涛
  1. SIFT

    0下载:
  2. 图像处理方面SIFT算法有关,SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量 SIFT特征是图像的局部特征-Image processing related to the SIFT algorithm SIFT algorithm is an algorithm to extract local features to find the extreme points in the scale space, extract the location, sca
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:616673
    • 提供者:meesa
  1. SiftDemo

    0下载:
  2. 利用opencv编写的sift特征点提取程序,适用于研究此算法-Sift feature point extraction programming using opencv, which is applicable to research this algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-26
    • 文件大小:13553015
    • 提供者:张伟丽
  1. stitching

    0下载:
  2. 基于sift特征点的图像拼接算法,效果不错,有需要的同学可以下载-Image mosaic algorithm based on sift feature point, well, needy students can download to see
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:5671265
    • 提供者:魏园波
  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. SIFT-algorithm

    0下载:
  2. SIFT特征(Scale-invariant feature transform,尺度不变特征转换)是一种计算机视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,此算法由 David Lowe 在1999年所发表,2004年完善总结。其应用范围包含物体辨识、机器人地图感知与导航、影像缝合、3D模型建立、手势辨识、影像追踪和动作比对。此算法有其专利,专利拥有者为 英属哥伦比亚大学。 局部影像特征的描述-SIFT algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-12-07
    • 文件大小:2976916
    • 提供者:李小龙
  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. sift2_imMosaic

    0下载:
  2. 基于sift特征点的图像拼接代码,sift代码-Sift feature point-based image stitching code, sift code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:442064
    • 提供者:shorfy
  1. SIFT

    0下载:
  2. SIFT算法的VC代码实现,实现图像的SIFT特征提取和显示特征点位置,算法用class封装完整,直接可以使用-code for SIFT of VC++
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:11480
    • 提供者:jecky
  1. SIFTTest3

    0下载:
  2. 实现对图像的sift特征点检测,能够对图像添加噪声、旋转、缩放,检验sift算法效果,实现两幅图像间的sift特征点匹配。-Sift feature point detection on the image, you can add noise on the image, rotate, zoom, testing the effect of sift algorithm, sift feature point matching between two images.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-02
    • 文件大小:557623
    • 提供者:sherry
  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. DXCapture1

    0下载:
  2. 此代码通过directShow技术实时采集到摄像头中所看到的图像,将此图像经过sift算法的处理后再图像上得到了sift特征点-This code directShow technology through real-time collection into the camera can see the image, this image processing algorithm and then sift through the images obtained sift feature poi
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:18456665
    • 提供者:chenguifang
  1. Gauss-Pyramid-sift_openvc

    0下载:
  2. 用opencv实现了高斯金字塔,得到了图像的sift特征点,并得到了不同高斯尺度下得图形-Gaussian pyramid with opencv obtained image sift feature point, and has been obtained under different graphical Gaussian scale
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:17812905
    • 提供者:chenguifang
  1. SIFT

    0下载:
  2. SIFT算法,基于特征的特征点提取及基于置信度的特征匹配-SIFT algorithm, feature-based feature extraction and matching based on the characteristics of Confidence
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:594338
    • 提供者:wuxue
  1. SIFT_demo

    0下载:
  2. SIFT算法的相关实现 自己用matlab写的sift特征点检测与匹配程序,运行能通过-SIFT algorithm related to realize their written with matlab sift feature point detection and matching program, run through
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:1473854
    • 提供者:xiaoxian
  1. 36691740match_correlation

    0下载:
  2. sift特征点匹配程序,实现特征点匹配,.m文件,直接在matlab中运行即可。-sift feature point matching process, to achieve feature point matching,. m files can be run directly in matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:316828
    • 提供者:刘冰
  1. SIFT_and_ransac

    2下载:
  2. 用c++实现sift特征点的检测,匹配,并用RANSAC滤除掉误匹配点,在VC2008运行效果不错。-With c++ achieve sift feature point detection, matching, and filtered out using RANSAC mismatching points, the VC2008 run good results.
  3. 所属分类:Other windows programs

    • 发布日期:2015-07-24
    • 文件大小:6068224
    • 提供者:飞羽
  1. image-mosaic

    0下载:
  2. 用于图像拼接,将两幅带有重叠区域的两幅图像,首先寻找它的SIFT特征点,然后根据它的特征点进行图像配准,最后再对图像进行拼接。-For image mosaic of two images, two images with overlapping area, first find the SIFT feature of it, then the image registration based on feature points of it, then the image mosaic.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3833385
    • 提供者:孟德剑
  1. SIFT-feature-matching-

    0下载:
  2. SIFT 特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处 理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄 的图像也具备较为稳定的特征匹配能力。该算法目前外文资料较多,但中文方面的介绍较少。为此 我撰写了这篇文档,以帮助国内的研究学者尽快入门,以最快的速度去体验 特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处 理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1634662
    • 提供者:yangzhijuan
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 23 »
搜珍网 www.dssz.com