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

搜索资源列表

  1. flann-1.2-src

    0下载:
  2. FLANN - Fast Library for Approximate Nearest neighbors This is a library for fast approximate nearest neighbor matching. -FLANN- Fast Library for Approximate Nearest neighbors This is a library for fast approximate nearest neighbor matching.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:277067
    • 提供者:cui
  1. flann-1.2-src

    0下载:
  2. 快速近似KNN库,是一个对于kd-tree的实现。可以用它实现特征向量的匹配。-Fast approximate KNN library, is one for the kd-tree implementation. You can use it to achieve the feature vector matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:277085
    • 提供者:
  1. flann-1.6.10-src

    0下载:
  2. a nearest datastructure
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:499308
    • 提供者:yazid
  1. flann-1.6.11-src

    1下载:
  2. 快速计算近似最近邻域,可用于图形处理中计算点云的k-Quickly compute approximate nearest neighbor, can be used for graphics processing point cloud computing knn
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:498114
    • 提供者:黄锦芳
  1. flann-1.7.1-src

    0下载:
  2. kd-tree的建立与操作,可以应用于三维重建,三维导航-kd-tree establishment and operation can be applied to three-dimensional reconstruction of three-dimensional navigation
  3. 所属分类:其他小程序

    • 发布日期:2013-03-04
    • 文件大小:582517
    • 提供者:lijing
  1. Image-rectification_surf

    0下载:
  2. 用于双目立体图像匹配:用surf提取特征点、Flann匹配、RANSAC计算基本矩阵完成立体图像对的极线校正,用opencv实现-For binocular stereo image matching feature extraction point: surf, Flann matching, RANSAC calculation of the completion of the fundamental matrix the epipolar rectification of the ster
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-08
    • 文件大小:2967
    • 提供者:guonan
  1. flann-1.8.4-src

    0下载:
  2. kd-tree的建立与查询,支持多核cpu-Fast Library for Approximate Nearest Neighbors
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:561057
    • 提供者:ccc
  1. 3D-gamer

    0下载:
  2. 雙camera,取出左右camera的image,做flann ransac matching(基予sift)同時計算出fundamental matrix和深度關係。另外做了光流法h檔 加載後 可以計算左右camera 運動位移。 如果不能解壓縮,請將檔案後綴改成7z。-3D geometry
  3. 所属分类:OpenCV

    • 发布日期:2017-11-19
    • 文件大小:5142
    • 提供者:Yang
  1. sift_flann

    0下载:
  2. sift算法实现图像匹配,利用flann匹配算子-sift algorithm of image matching using flann match operator
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:19974302
    • 提供者:dxl
  1. system-identification

    1下载:
  2. These are codes for system identification using various algorithm like LMS,RLS,PSO+FLA-These are codes for system identification using various algorithm like LMS,RLS,PSO+FLANN
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:1941
    • 提供者:rakesh
  1. iris_classification

    0下载:
  2. Classification of iris data set using FLANN and epoch based learning(not iterative).The same technique is again used for realizing XOR gate-Classification of iris data set using FLANN and epoch based learning(not iterative).The same technique is aga
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:11508
    • 提供者:rakesh
  1. flann-1.7.1-src

    1下载:
  2. flann 快速近邻搜索 win64已编译好-flann for win64 compiled
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-30
    • 文件大小:13110710
    • 提供者:宋新航
  1. showtest

    0下载:
  2. 这个程序在ubuntu 中的OpenCV2.4.4能运行,没试过其他平台,但应该是大同小异的。其中代码都是C++风格,用了surf算法寻找特征点,用flann算法匹配特征点,有简单拼接模式和加权平均匹配模式-This program can run in ubuntu in OpenCV2.4.4, have not tried other platforms, but it should be pretty much the same. Where the code is C++ style,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:743294
    • 提供者:huangjianpeng
  1. Feature_Matching_FLANN

    0下载:
  2. OpenCV使用FlannBasedMatcher实现快速高效匹配-Use the FlannBasedMatcher interface in order to perform a quick and efficient matching by using the FLANN
  3. 所属分类:Special Effects

    • 发布日期:2016-01-23
    • 文件大小:1024
    • 提供者:唐邵
  1. 3D-Reconstruction.

    0下载:
  2. 择了一种速度、特征点数量和精度都比较好的组合方案:FAST角点检测算法+sift特征描述子+FLANN(Fast Library for Approximate Nearest Neighbors) 匹配算法。-Choose a speed and precision of the number of feature points are relatively good combination scheme: FAST corner detection algorithm+sift featur
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7534732
    • 提供者:qinqin
  1. Use-the-feature-point-matching-FLANN

    0下载:
  2. 使用FLANN进行特征点的匹配 VS2010+Opencv2.49-Use FLANN feature points matching VS2010+ Opencv2.49
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:128831
    • 提供者:刘柯
  1. FLANN_and_SURF

    0下载:
  2. 检测Surf关键点、提取训练图像描述符,创建基于FLANN的描述符匹配对象-To check surf key points extracted image descr iptor training, create the descr iptor-based matching objects FLANN
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:5112115
    • 提供者:张苇宁
  1. FlannBasedMatcher

    0下载:
  2. 使用FLANN进行特征点匹配,利用SURF检测器检测的关键点,绘制出符合条件的匹配点 -The key point of the feature point matching using FLANN using SURF detector, the draw qualifying match point
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5334750
    • 提供者:张苇宁
  1. FLANN

    1下载:
  2. This a source code for implementing Functional Link Artificial neural network (FLANN) in matlab.-This is a source code for implementing Functional Link Artificial neural network (FLANN) in matlab.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1244
    • 提供者:Gaurav Kumar
  1. FLANN

    0下载:
  2. FLANN for Adaptive channel equalization
  3. 所属分类:Other systems

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