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

搜索资源列表

  1. SIFT

    0下载:
  2. sift可对两幅图像进行对齐,配准,找出对应的特征点,画线,对进行拼接-Sift the two images aligned to registration, find out the corresponding feature points, line drawing, for stitching
  3. 所属分类:OpenCV

    • 发布日期:2017-06-03
    • 文件大小:15177537
    • 提供者:benzhi
  1. SIFT

    0下载:
  2. SIFT算法的特征点提取与匹配,程序效果较好,亲测可用。-SIFT feature point extraction and matching algorithms, application effect is good, close test available.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9930719
    • 提供者:cold
  1. featurepoints

    1下载:
  2. 基于sift特征点的图像复制粘贴篡改被动认证-sift feature points copy-move forgery detction
  3. 所属分类:Special Effects

    • 发布日期:2017-02-13
    • 文件大小:532480
    • 提供者:
  1. siftGPU

    0下载:
  2. 在GPU-CUDA平台上计算SIFT特征点,使用cuda-C,使SIFT提取特征加快-SIFT feature points calculated on the GPU-CUDA platform, use cuda-C, so SIFT feature extraction to accelerate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:383749
    • 提供者:
  1. SIFT

    1下载:
  2. Sift(Scale Invariant Feature Transform)是一个很好的图像匹配算法,同时能处理亮度、平移、旋转、尺度的变化,利用特征点来提取特征描述符,最后在特征描述符之间寻找匹配。本源码是用c语言实现的,代码简单易理解-Sift (Scale Invariant Feature Transform) is a good image matching algorithm, and can handle the brightness, pan, rotate, scale ch
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5197533
    • 提供者:huangxiaoli
  1. TestSift_siftFeat

    0下载:
  2. 测试sift特征点,并且在图片中显示出来。直接在sift源码上修改的,将提取特征点部分和匹配部分分开了,这部分是提取特征点。在vs2010上可运行,需要配置opencv-Test sift feature points and displayed in the picture. On sift modified source code directly, the feature points are extracted portion and mating portion separated,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4759552
    • 提供者:王小颖
  1. SIFT_VC

    0下载:
  2. 用vc实现的另一个sift特征点检测算法,从别处下载得到的,基于opencv实现。-With another sift feature detection algorithm vc implemented elsewhere downloaded based on opencv implementation.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-28
    • 文件大小:10510620
    • 提供者:wangshuang
  1. sift

    0下载:
  2. 图像处理中特征点检测sift变化的matlab源码-Image processing feature point detection sift change matlab source
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2661112
    • 提供者:肖路
  1. sift-mosaic

    0下载:
  2. sift 图像拼接,先找到两幅图像对应的特征点,然后算出变换矩阵,然后投影拼接图像-find the feature points of two images,using them to find the translate matrix,then complete the image mosaic
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1098057
    • 提供者:滕抱强
  1. SIFT

    0下载:
  2. 一个很好的sift算法实例,有图有真相,可以实现特征点匹配,并将两幅图像的匹配点连线,还可以实现拼接,内有几个demo。帮助大家学习。-A good sift algorithm instance, there are pictures and the truth, you can achieve the matching feature points, and the two images match point connection, you can also achieve stitchi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1302559
    • 提供者:尹珂
  1. sift

    0下载:
  2. sift算法匹配图像特征点(opencv)-sift algorithm for image matching feature points (opencv)
  3. 所属分类:OpenCV

    • 发布日期:2017-06-03
    • 文件大小:15173867
    • 提供者:吴旭
  1. SIFT_stitching

    0下载:
  2. 输入两幅图像,查找SIFT特征点,显示两张图的匹配点,并对图形进行拼接,效果不错。-Enter the two images, find SIFT feature point matching point display two graphs, graphics stitching, good results.
  3. 所属分类:Graph program

    • 发布日期:2017-05-03
    • 文件大小:972611
    • 提供者:saltfoto
  1. sift-matlab

    0下载:
  2. 纯matlab的sift算法。实现了图像特征点的提取!-sift algorithm based on matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1356999
    • 提供者:肖新
  1. siftDemoV

    0下载:
  2. 找sift特征点,图像处理中特征提取。sift特征有对光照,尺度,旋转变化不敏感的优势。-Find sift feature points and feature extraction in image processing.Sift feature of illumination, scale and rotation changes the advantage of less sensitive.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:376422
    • 提供者:白梅娟
  1. SIFT-copy-move-detection

    2下载:
  2. matlab 提取SIFT特征,并完成特征点的匹配以实现复制粘贴篡改检测-Extract SIFT features of the image and match the keypoint to detect the cony-move fogery
  3. 所属分类:Special Effects

    • 发布日期:2017-02-14
    • 文件大小:11994112
    • 提供者:谢云芳
  1. matlab-sift

    0下载:
  2. matlab程序,解决sift算法对图像特征点的检测,描述和匹配,特征点个数的计算以及程序运行时间,可与其他算法做比较,直接修改参数即可运行-matlab for image matching,include the time and the number of the interest points
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-13
    • 文件大小:2589765
    • 提供者:王佳
  1. Sift

    0下载:
  2. c++写的sift查找特征点的算法代码。思路清晰,注释明确。-c++ to write the code search algorithms sift feature points. Clear ideas, comments clear.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:749137
    • 提供者:JONSE
  1. SIFT--VC

    0下载:
  2. Sift 角点检测,适用于图像特征的匹配,在VC6.0中调试通过.-Sift corner detection, apply to the image feature matching, in VC6.0 debugging through.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-25
    • 文件大小:8370078
    • 提供者:常迎帅
  1. sift-Matlab

    0下载:
  2. Matlab 写的sift查找特征点和特征匹配的算法代码。 输入两幅图像,检测特征点并匹配,输出匹配结果-Matlab write sift Find feature points and feature matching algorithm code. Enter the two images, the feature point detection and matching, output matching results
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:17247
    • 提供者:舒梦
  1. sift

    0下载:
  2. 这个代码是SIFT代码,SIFT是基于特征点的配准方。具有尺度,旋转不变性等特点-This code is a SIFT Code, SIFT is feature registration based on feature points. It has the scale, rotation invariance。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1240
    • 提供者:Grace
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 23 »
搜珍网 www.dssz.com