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

搜索资源列表

  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. sift

    0下载:
  2. sift算法,很好的描述局部特征的算法,具有尺度不变性,附有图片,程序可运行-Sift algorithm, good descr iption algorithm of local characteristics, has the scale invariance, illustrations, programs can run
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:212144
    • 提供者:小闽
  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. DIF-from-SIFTKeypoints

    0下载:
  2. SIFT 特征描述符 尺度空间 高斯差分 关键点 图像压缩-Distinctive Image Features from Scale-Invariant Keypoints
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:735864
    • 提供者:
  1. sift

    0下载:
  2. 基于sift的特征匹配,需要用到gsl库-Sift-based feature matching, need to use gsl library
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:707311
    • 提供者:殷文斌
  1. 2

    0下载:
  2. 本文在在尺度不变特征变换(Scale invariant feature transform,SIFT)特征匹配算法的基础上, 提出了一种基于累积特征的多目标的跟踪算法, 通过对目标的SIFT特征进行实时更新来去除由噪声(或形变)带来的\过时"特征信息, 保证了特征的稳定, 提高了匹配准确度. 实验结果表明, 本算法能够有效处理目标由于旋转、形变而导致跟踪性能下降甚至跟踪目标丢失的问题, 同时对跟踪过程中多目标的关联, 也具有较好的鲁棒性.-In this paper, the Scale In
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1169007
    • 提供者:wenping
  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. Quiz3

    0下载:
  2. 实现两幅图像的SIFT特征提取和匹配识别,开发平台是VS2010.-Two images SIFT feature extraction and matching identification, development platform is VS2010.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:3701698
    • 提供者:pp
  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. pics_match

    0下载:
  2. 用于图像拷贝检测的图像匹配,提取图像的SIFT特征点,构成图像的特征。-For image copy detection of image matching, image SIFT feature point extraction, and then sift feature point the image characteristics
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-06
    • 文件大小:952
    • 提供者:amber
  1. SIFT_VC

    0下载:
  2. SIFT算法,实现了SIFT特征的匹配。要运行得配置好opencv.-SIFT algorithm, realized the SIFT feature matching.To run the configuration well opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-15
    • 文件大小:24095089
    • 提供者:ALan
  1. SIFT_NEW

    0下载:
  2. SIFT特征检测算法 ,检测的特征点具有平移、旋转、尺度变化不变性,实验效果较好。-The SIFT feature detect algorithm.The feature is scale- and rotation-invariant.The algorithm performs well in experiments.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:81812
    • 提供者:Feng Qi
  1. sift

    0下载:
  2. 一种sift提取特征算法的VC实现源代码,测试可以正确实现特征点的检测和提取-sift feature extraction codes by VC
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5421337
    • 提供者:袁柳
  1. matlab

    1下载:
  2. (1) 读取n副连续有重叠部分的图像,在n副图像中检测SIFT特征,并用SIFT 特征描述子对其进行描述。 (2) 匹配相邻图像的特征点,并根据特征点向量消除误匹配。 (3) 使用RANSAC方法,确定变换参数。 (4) 图像融合 -(1) Read n successive overlapping sub-part of the image, the image of the n sub-SIFT features detected and characterized us
  3. 所属分类:matlab

    • 发布日期:2015-09-30
    • 文件大小:4096
    • 提供者:石梦鑫
  1. sift

    0下载:
  2. sift局部特征C代码,可以有效提取角点-sift local feature C code, you can effectively extract the corner points
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:43061
    • 提供者:garth
  1. SIFT

    0下载:
  2. 用SIFT算法实现了刚性和非刚性图像的配准 并且效果非常理想 SIFT的特征点的提取 描述 和匹配的算法有注释-Nonrigid Registration Using Free-Form Deformation.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:330652
    • 提供者:李伟
  1. siftDemoV4

    0下载:
  2. SIFT发明人LOWE的SIFT特征提取程序代码及执行文件,用于图像特征点识别和图像拼接等。-LOWE inventor SIFT SIFT feature extraction program code and executable file for image feature point recognition and image stitching.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:440891
    • 提供者:彭晨
  1. SIFT-matlab

    1下载:
  2. SIFT算法大致有四个步骤: 1,尺度空间极值检测。在尺度空间通过高斯微分函数来检测潜在的对于尺度和旋转不变的兴趣点。 2,关键点定位。在兴趣点位置上,确定关键点的位置和尺度。 3,方向确定。基于图像局部的梯度方向,给每个关键点分配方向。 4,关键点描述。在每个关键点的领域内测量图像局部的梯度。最终用一个特征向量来表达。 -SIFT算法大致有四个步骤: SIFT algorithm has four steps: 1,尺度空间极值检测。在尺度空间
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-11
    • 文件大小:675941
    • 提供者:张绍泉
  1. pipei

    0下载:
  2. 基于sift特征点的图像匹配,还有很好的改进程序-Sift feature point based image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:424354
    • 提供者:zzc
  1. Affine_transformation_SURF

    0下载:
  2. 基于SURF的仿射变换识别源代码,包括提取灰度图像的尺度不变特征(SIFT特征)-SURF-based affine transformation recognition source code, including the extraction of grayscale images scale invariant feature (SIFT features)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:10176
    • 提供者:张飞
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 ... 50 »
搜珍网 www.dssz.com