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

搜索资源列表

  1. Image-Classification-master

    0下载:
  2. 图像分类程序,此图像分类采用 SIFT + Kmeans 聚类的方法,然后调用 MLP 对其特征进行分类处理,速度实现比较快,正确率高-Image classification procedures, the use of this image classification method SIFT+ Kmeans clustering, and then call the MLP classification of its features, faster speed to achieve th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10985743
    • 提供者:guai111
  1. SIFT_imm

    0下载:
  2. 尺度不变特征转换是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量-SIFT is a computer vision algorithms to detect and describe the characteristics of the image in the locality, it is looking at the spatial scale of the extreme points, and extract its p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:256237
    • 提供者:ljg
  1. siftm

    0下载:
  2. sift算法对两张图像的共同特征点进行对比提取,找到共同点-sift algorithm to exact the same point of image features, and get the point pairs
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1265
    • 提供者:wm
  1. sift_robkdtree

    0下载:
  2. sift算法寻找特征点,并用KD树法匹配特征点-sift algorithm to find the feature points and match with KD tree method feature points
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:42434
    • 提供者:杨过
  1. vlfeat-0.9.18-bin

    0下载:
  2. 行人检测、图像目标分类的相关特征如HOG,SIFT、LIOP、聚类等,对初始研究者有很大帮助。-Pedestrian detection, correlation feature of image classification as HOG, SIFT, LIOP, clustering, the initial investigators of great help.
  3. 所属分类:Graph program

    • 发布日期:2017-06-10
    • 文件大小:17151005
    • 提供者:张晓伟
  1. ORBtest

    0下载:
  2. ORB提取特征点 最新提取算法,与sift 和surf 相比较-ORB latest extraction algorithm to extract feature points, compared with sift and surf
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1218389
    • 提供者:柴先涛
  1. image-mosaic

    1下载:
  2. 图像拼接,利用SIFT算法提取点特征,并进行点匹配,解算单应性矩阵,根据结算出的单应性矩阵对图像进行仿射变换,最后进行拼接,程序中的备注很详细,各位感兴趣的同志可以下载看看。-Image mosaic using SIFT feature point extraction algorithm, and point matching, homography matrix solver, based on the settlement of the homography image affine t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:548688
    • 提供者:li
  1. classical-algorithm

    0下载:
  2. 关于经典算法的思考与总结。涵盖KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT A*.Dijkstra.DP.BFS/DFS.红黑树等 15 个经典基础算法, 共计 31 篇文章,包括算法理论的研究与阐述,及其编程的具体实现。很多个算法都后续写 了续集-Thinking about the classical algorithm and summary. Covering the KMP. Genetic heuri
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11722863
    • 提供者:
  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. 1

    0下载:
  2. 这是一个关于图像匹配的代码,有sift,surf的 特征检测 , 特征提取等,有它们的具体实现算法,很值得研究,也比较适合初学者-This is a code on the image matching, there sift, surf feature detection, feature extraction, etc., have their specific algorithm, it is worth studying, but also more suitable for begin
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16680735
    • 提供者:吕孟娇
  1. sift_match_feature

    0下载:
  2. 基于sift算法的图像匹配,能检测特征点和进行图像匹配-Image matching based on SIFT algorithm,Can detect feature points and image matching
  3. 所属分类:Compiler program

    • 发布日期:2017-05-27
    • 文件大小:9403170
    • 提供者:黎小威
  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. Bag-of-visual-words

    0下载:
  2. SIFT等局部特征的词袋模型实现。包括K-means聚类,直方图特征的形成,以及KNN分类。-SIFT local features such as word bag model implementation. Including K-means clustering to form histogram features, and KNN classification.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-17
    • 文件大小:26533888
    • 提供者:张志智
  1. code

    0下载:
  2. SIFT算子检测特征点RANSAC算法优化完成图像拼接-SIFT feature point detection operator RANSAC algorithm optimization of image stitching
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-02
    • 文件大小:564692
    • 提供者:min
  1. Dsift

    0下载:
  2. 用于图像特征点提取的稠密型sift,很好的一种特征点提取-Dense type sift for image feature extraction, a good feature point extraction
  3. 所属分类:Graph Recognize

    • 发布日期:2016-01-25
    • 文件大小:3072
    • 提供者:彭沛沛
  1. robwhess-opensift

    0下载:
  2. 基于局部不变特征的图像匹配。利用SIFT算法实现局部特征的检测与提取,再用RANSAC算法筛选特征点,提高正确的匹配率。-Based image matching local invariant features. Use SIFT algorithm to detect and local feature extraction, and then filtering feature points RANSAC algorithm to improve the correct match rat
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:131094
    • 提供者:朱迪
  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. sift_C-code

    0下载:
  2. 此代码为SIFT算法的C代码,用于提取图像的特征信息,可用于人脸识别等各种领域-This code is SIFT algorithm C code for extracting image feature information can be used in various fields such as face recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:1020795
    • 提供者:陈大禄
  1. sift_programm

    0下载:
  2. SIFT匹配算法,实现多个匹配特征。匹配效果较好。-Based on matlab programm,sift come true to match.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:8780
    • 提供者:郭聪
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com