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

搜索资源列表

  1. face-detect

    2下载:
  2. 在安卓NDK下实现了图像的sift检测,可以圈出特征点,并且能够匹配二幅图像,需要opencv库支持。-In the android to realize the image under the NDK sift detection, can circle the feature points, and the ability to match two images, need opencv library support.
  3. 所属分类:OpenCV

    • 发布日期:2016-05-16
    • 文件大小:22807552
    • 提供者:ganwei
  1. ICPdianyunpipei

    0下载:
  2. 对两组点云数据进行ICP匹配,最近点迭代法,进行点云匹配,含有两组点云数据-Two sets of point cloud data for ICP match
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-26
    • 文件大小:12120
    • 提供者:孙少平
  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. sift算法实现与研究,包括gaussian,DOG尺度空间的构造,极值点的检测,边缘检测,计算方向,形成描述子,关键点的匹配-sift algorithm and Research
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1399654
    • 提供者:liaoq
  1. l1-algorithm

    3下载:
  2. 该软件包包含了合并执行在MATLAB9升-1的最小化算法。每个函数都使用一组参数是一致的(如停止准则和公差)与我们的基准脚本接口。 正交匹配追踪:SolveOMP.m 原对偶内点法:SolvePDIPA.m 梯度投影:SolveL1LS.m 同伦:SolveHomotopy.m 迭代阈值:SolveSpaRSA.m 近梯度:SolveFISTA.m TFOCS:SolveTFOCS.m SesopPCD:SolveSesopPCD.m 原始增强拉格朗日乘子:S
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:92524
    • 提供者:王成
  1. opencvharris

    0下载:
  2. 自己写的使用opencv对图像进行harris角点特征提取,可用于特征匹配-Use the image opencv harris corner detection, feature matching can be used
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3708129
    • 提供者:jiangchen
  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. shibie

    0下载:
  2. 该识别程序是对26个英文字母和10个数字进行识别,用C++编程语言编写,同时采用13点特征提取对每一个字符进行有效的特征提取,再再用模板匹配最字符进行识别。-The identification procedure is 26 letters and 10 numbers identify, written C++ programming language, while 13-point feature for each character extract effective feature e
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:6737896
    • 提供者:邱昌峰
  1. ORB-Opencv

    0下载:
  2. 首先使用FAST对图像进行特征点提取,之后生成ORB描述符,进行点特征匹配,可以达到快速精确配准-The first to use the image FAST feature point extraction, after generating ORB descr iptors were point feature matching, can achieve fast and accurate registration
  3. 所属分类:Special Effects

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

    0下载:
  2. 一个简单实现角点检测的代码,附有图片,可用于匹配-A simple implementation of corner detection code, with pictures, can be used for matching...
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:17048
    • 提供者:田伟明
  1. point-set-registration-master

    1下载:
  2. 一种经典的点模式匹配方法—CPD,能较好解决点的刚性变换或非刚性变换的参数求解问题。-A kind of point set registration—CPD which can well solve the parameters of rigid and nonrigid transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1128299
    • 提供者:boyuan
  1. hungarian-rvm

    0下载:
  2. 一种基于匈牙利算法和相关向量机的点模式匹配算法,可以有效解决点集的刚性和非刚性变换的参数求解问题。-A point set registration method based on Hungarian Algorithm and RVM which can well solve the parameters of rigid and non-rigid transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:15226
    • 提供者:boyuan
  1. harris

    0下载:
  2. 基于matlab的特征点自动提取以及匹配,结合机器人三维空间的定位,实现机械手的定位抓取-Matlab-based feature point extraction and automatic matching, combined with three-dimensional space robot localization, achieve positioning robot crawl
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:476197
    • 提供者:冯少
  1. OpenSURFcpp

    1下载:
  2. OpenSurf是一款功能齐全的surf代码,程序中使用surf特征点进行了目标检测,视频目标识别,图像匹配等5项功能,代码经过调试可以成功运行。-OpenSurf is a full-featured surf the code, the program features the use of surf point target detection, video object recognition, image matching five function, the code after d
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-17
    • 文件大小:4570112
    • 提供者:zhongrui
  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. ASM-2.2.1

    0下载:
  2. 对模型特征点周围的纹理信息进行采样,对比图像和模型训练集的纹理,找到纹理最接近的点即认为是特征点。作者这里比较纹理的工具是马氏距离。为了提高搜索的效率,作者还提到了多分辨率搜索周围像素纹理,对于粗糙的尺度,搜索范围大,对于细致的尺度,进行细致的搜索,提高了匹配的效率。-The texture information model feature points around the sampling, texture contrast image and model train sets, find
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:184248
    • 提供者:李猛
  1. dutuajiaozheng

    0下载:
  2. 读取图像,检测特征点,寻找匹配特征点对,运用几何约束去除外点,校正图像-Reads the image detection feature point, look for matching feature points, the use of geometric constraints to except point, the corrected image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-11
    • 文件大小:1125
    • 提供者:
  1. RANSACPharris

    1下载:
  2. 运用harris提取角点,并通过领域检测获得初始匹配。通过RANSAC算法对初始匹配进行计算,在获得基础矩阵F的同时,获得精确匹配点。-Using Harris to extract corner points and obtain the initial matching through the field detection. The initial matching is calculated by RANSAC algorithm, and the exact matching poin
  3. 所属分类:Special Effects

    • 发布日期:2016-03-18
    • 文件大小:28766208
    • 提供者:黄屁屁
  1. 4pcs_1.4.tar

    1下载:
  2. 基于多尺度特征提取的3D点云匹配的4PCS算法的实现代码-Multiscale 3D point cloud matching algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-26
    • 文件大小:8902756
    • 提供者:Arvin
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com