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

搜索资源列表

  1. 930-3ff

    0下载:
  2. 自己做的数字识别的程序,主要是匹配方法,先栽入模版,再栽入所要识别的数字,还附带了矩算法和特征点算法-own digital identification procedures, mainly matching method, the first unknown template, and to identify the unknown by the figures, but also the incidental moments algorithm and feature points Alg
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:103328
    • 提供者:例为
  1. 3piontimagemosic

    0下载:
  2. 提出了一种基于3点匹配的图像拼接算法。该算法以有效的选取准则为基础,选取种子模板,按照预定的搜索策略,匹配出对应 的特征点,利用误匹配消除准则,消除可能出现的误匹配,为后续的优化算法提供初值。-Based on the 3:00 match image mosaic algorithm. The algorithm for the effective selection criteria, based on a template to select seed, according to th
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:116758
    • 提供者:zhangjia
  1. corner

    0下载:
  2. 对血管图像进行处理,得到图像的特征点,为以后进一步处理图像匹配做基础-Vascular image processing of image feature points, for the subsequent image matching as a foundation for further processing
  3. 所属分类:.net

    • 发布日期:2017-05-14
    • 文件大小:3764808
    • 提供者:zhailiangliang
  1. tezhengdianpipei

    0下载:
  2. 一个简单的OPENGL中的关于特征点匹配的例子,很有参考价值-OPENGL in a simple matching feature points on the example of great reference value
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:134712
    • 提供者:jiangwei
  1. sift--vcPP

    0下载:
  2. 基于sift的特征点匹配算法,实现图像特征点的匹配-Sift the feature points based on matching algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:508240
    • 提供者:秋林
  1. ssift-mattchi

    0下载:
  2. sift特征点提取代码和对两幅图像提取特征点后进行特特征点匹配,可用于图像拼接等。c和matlab代码都有 -sift feature point extraction code and the special feature points matching image stitching, etc., can be used to extract feature points of the two images. c and matlab code has
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:376404
    • 提供者:shakaqier
  1. SURF

    0下载:
  2. surf特征点检测,并实现两幅图像特征点的匹配-surf feature point detection, and the two images matching feature points
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:722814
    • 提供者:lijian
  1. chongmatch

    0下载:
  2. 该匹配算法是用surf特征点和随机一致性算法共同完成的,精度高,可靠性好。代码是OpenCV,C++写的 效果不错。-The matching algorithm is surf feature points and random consistency algorithm together to complete, high precision, good reliability. Code is OpenCV, C++ write good results.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1307290
    • 提供者:李增前
  1. SIFT-algorithm

    0下载:
  2. D.G lowe 的尺度不变特征转换算法(SIFT)在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配-D.G lowe s scale invariant feature transform (SIFT) algorithm based on opencv and on the basis of OpenGL source to increase the function of image preservation. Used
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:506269
    • 提供者:东风
  1. RS--tie-points-matching

    0下载:
  2. 影像特征提取与同名点匹配,读取图像,在窗口中显示,提取特征点(“+”表示),匹配同名像点(“+”表示),列表显示各特征点和匹配点的像素坐标位置-Image feature point extraction and matching tie points,Read image displayed in the window, extracts feature points ("+" indication), the same name as the matching point ("+" indi
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:190930
    • 提供者:
  1. fingerprint--defination

    3下载:
  2. 指纹识别的matlab全代码,包括预处理,提取特征点,点匹配。。。其中用到gabor滤波-The whole fingerprint recognition matlab code, including preprocessing, feature point extraction, points matching. . . Which uses gabor filter
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:98456
    • 提供者:belinda
  1. imageproc

    0下载:
  2. 图像处理中经常用到的算法。。。比较常用surf特征点匹配、二值化、边缘等需要配置相应的库才能运行-Image processing algorithm is often used in... More commonly used surf feature points matching, binarization and edge need to configure the corresponding library to run
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9940244
    • 提供者:顾浩
  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. Surf

    0下载:
  2. 本程序通过提取SURF特征,实现同一场景不同视角特征点的匹配-The SURF program by extracting features different perspectives of the same scene to achieve matching feature points
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:云长
  1. 2012302590033TemplateMatching

    0下载:
  2. 影响匹配,特征点提取后的影像相关系数,来找同名点。-Image matching, image feature points extracted correlation coefficient, and came to the point of the same name.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4667281
    • 提供者:谢聪
  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. Harris-Corner

    0下载:
  2. Harris算子提取特征点、匹配、提粗匹配程序,(基于opencv).-Harris operator extracting feature points, matching proposed matching program, (based on opencv).
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-29
    • 文件大小:174824
    • 提供者:烛光
  1. Harrismatch

    0下载:
  2. Harris operator extracting feature points, matching proposed matching program, (based on opencv).
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-31
    • 文件大小:12854307
    • 提供者:烛光
  1. matching_surf

    1下载:
  2. 对输入的两幅图像进行surf特征点匹配,并标注出特征点。-Matching Surf feature points between images
  3. 所属分类:Other windows programs

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

    0下载:
  2. sift查询找到特征点,根据这些特征点,读者可以使用特征匹配方式-Sift query find feature points, according to these feature points, readers can use the feature matching
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:500736
    • 提供者:magicmelon
« 12 »
搜珍网 www.dssz.com