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

搜索资源列表

  1. kdTree

    0下载:
  2. 最近邻算法的构建,构造kd-tree。是统计学习方法中的经典方法。是其源码实现。-Nearest neighbor algorithm, constructed kd-tree. The classical method is a statistical learning method. Its source code to achieve.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-04
    • 文件大小:16868
    • 提供者:孙栋衡
  1. CollectSample

    0下载:
  2. 项目中关于kdtree的实际运用,感兴趣的可以看下-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:3506498
    • 提供者:ljy
  1. numerical-recipe-code4

    0下载:
  2. 剑桥数据库源代码,包括huffcode、inter_curve、kdtree等算法-Cambridge database source code, including huffcode, inter_curve, kdtree algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:22290
    • 提供者:sherry
  1. kdtree

    0下载:
  2. KD-Tree的c++实现,并有文档详细介绍了KD-Tree的实现算法。-KD-Tree of c++ implementation, detailing the implementation of the KD-Tree algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1203759
    • 提供者:曹鹏
  1. kdtree.pointcloud.matlab

    0下载:
  2. 本实例旨在通过对同一空间坐标系的不同状态和特征的三维点云数据进行匹配,从而提取两者之间的关联特征与向量。-This example designed by the same spatial coordinates and characteristics of the different states of the three-dimensional point cloud data matching to extract the association between characteristi
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:114898
    • 提供者:钱东明
  1. kdtree-master

    0下载:
  2. K-d tree implementation in C++ for NN and KNN search Templated k-d tree example that makes use of boost geometry point classes. The k-d tree is build in bulk and supports N dimensions. The implementation contains a recursive and iterative ne
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:5478
    • 提供者:AMIMIMEK
  1. kdtree

    0下载:
  2. 用matlab进行图像拼接时,可以用到的程序,或可参考。K-D树。我没看懂-Using matlab for image stitching, you can use a program, or a reference. KD tree. I did not understand
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:301599
    • 提供者:余金
  1. kd-tree

    0下载:
  2. KD-Tree 介绍教程,关于kdtree的原理,邻域。对三位点云配准很有帮助。-KD-Tree introductory tutorial on the principle kdtree of the neighborhood. For three-point cloud registration is helpful.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:154751
    • 提供者:liulei
  1. KDTreeTest

    0下载:
  2. KDTree的具体实现demo,主要包括KDTree的建立和查询-KDTree specific implementation of the demo, mainly including the establishment of a KDTree and queries
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:635872
    • 提供者:
  1. kdtree

    0下载:
  2. k-d树(k-dimensional树的简称),是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)。K-D树是二进制空间分割树的特殊的情况。-kd tree (k-dimensional tree for short), is a data structure split k-dimensional data space. Mainly used in multi-dimensional space-critical data search (eg:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:726
    • 提供者:刺客
  1. KD-TREE3

    0下载:
  2. kd树程序,可运行,在txt中输入测试数据-kdtree program
  3. 所属分类:Game Program

    • 发布日期:2017-05-11
    • 文件大小:2505083
    • 提供者:沈东羽
  1. KDTREE

    0下载:
  2. kd树,一个简单的kd树实现,只能用于简单的理解-kd tree, a simple kd tree implementation, only for simple understanding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:19458
    • 提供者:杨堃
  1. kdtree-master

    0下载:
  2. 是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索(如:范围搜索和最近邻搜索)-a k-dimensional data space dividing data structures. Mainly used in multi-dimensional space-critical data search (eg: range search and nearest neighbor search)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:11660
    • 提供者:li
  1. kdtree

    0下载:
  2. kd树的c++语言实现,kd树对多维空间的划分起着重要的作用。-kd tree c++ language, kd tree to divide the multidimensional space plays an important role.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:14970
    • 提供者:王老虎
  1. CUDA_KDtree

    0下载:
  2. 使用KDtree进行KNN计算的source code-kd tree KNN
  3. 所属分类:MPI

    • 发布日期:2017-04-29
    • 文件大小:10600
    • 提供者:mamingfei
  1. TirMesh

    0下载:
  2. Kdtree 有别于trimesh 中的Kdtree ,可返回邻域内点的索引值; 补充了K邻域搜索功能;-Kdtree different trimesh Kdtree ,with index of neibor pt;and add function of knerborfind
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-15
    • 文件大小:6408
    • 提供者:志强
  1. source

    0下载:
  2. using pcl to relize kdtree search.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1114
    • 提供者:majian
  1. KDTree的Java代码

    0下载:
  2. 是对于KNN算法中KD树的构造的源码,主类中有测试数据可自行修改,包括注释
  3. 所属分类:Windows编程

  1. sift-kd-treePsansac

    1下载:
  2. 基于SIFT 的电子稳像技术。用SIFT+KDTREE+RANSCA实现-image stabilization based on sift+kd tree+ransac
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:11839508
    • 提供者:hanll
  1. SIFTVC6

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现-SIFT feature extraction and matching algorithm based on OPENCV. Contains the full the image of Gauss Pyramid, DOG, space extreme point extraction, key points descr iption, K
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:293282
    • 提供者:zhch85
« 1 2 3 4 56 »
搜珍网 www.dssz.com