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

搜索资源列表

  1. Angle-cosine--diffusion-distance

    0下载:
  2. 详细讲解了夹角余弦,扩散距离,KD-tree,他们的原理以及优势-In detail the included Angle cosine, diffusion distance, KD- tree, their principles and advantages
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:26158
    • 提供者:mumu
  1. icp3d

    1下载:
  2. 基于K-D tree的ICP算法的C代码,可以用于点云匹配。代码有注释。简单易懂。适合初学者研究学习。-ICP algorithm based KD tree C code that can be used to match point cloud. Code annotated. Easy to understand. Suitable for beginners to learn.
  3. 所属分类:Windows Develop

    • 发布日期:2015-03-02
    • 文件大小:16156672
    • 提供者:悠然
  1. sift_robkdtree

    0下载:
  2. sift算法寻找特征点,并用KD树法匹配特征点-sift algorithm to find the feature points and match with KD tree method feature points
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:42434
    • 提供者:杨过
  1. crosscode

    0下载:
  2. 自己编写的C++小程序,十字算法,用到KD树,能够有效进行点云去噪,压缩数据-I have written a small program C++, cross algorithm used in KD tree, the point cloud can be effectively de-noising, compression of data
  3. 所属分类:CSharp

    • 发布日期:2017-05-28
    • 文件大小:11073216
    • 提供者:陈霞
  1. kdtree_3

    0下载:
  2. here is matlab code for Kd tr-here is matlab code for Kd tree
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:60696
    • 提供者:Shubham
  1. kdtree11

    0下载:
  2. 用matlab编写的关于Kd树算法,很实用的-About using matlab Kd tree algorithm, a very practical
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:115146
    • 提供者:宁宁
  1. Processing.tar

    0下载:
  2. 包内为探测图像极值,检测SIFT特征和构建K-D树等功能的源码。- Package for the detection of extreme images, detecting SIFT features and functions to build the source code KD tree.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:21002
    • 提供者:王健
  1. ICPdemo_test

    0下载:
  2. 迭代最近点(ICP)算法 包括Kd-tree搜索实现-Iterative Closest Point (ICP) algorithm includes Kd-tree search implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-30
    • 文件大小:12605310
    • 提供者:朱新宇
  1. kdtreenew

    0下载:
  2. 用java写kd树,练习而已还请大家多多指教-Kd tree with java write, practice it also please exhibitions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:10536
    • 提供者:ly
  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. asift_Algorithm

    0下载:
  2. 实现图像的自动配准,是SIFT算法的改进算法,同时在ASIFT匹配阶段,对算法进行了修改,采用KD树结构进行搜索。-Automatic registration of images is SIFT algorithm improved algorithm, while ASIFT matching stage, the algorithm was modified using the KD tree search.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:759103
    • 提供者:keil_xin
  1. kdtree_search

    0下载:
  2. k-d树是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索-kd tree is a k-dimensional data structure segmentation data space. Mainly used in multi-dimensional space-critical data search
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-11
    • 文件大小:794
    • 提供者:芦花似雪
  1. kdtree-realization

    0下载:
  2. K-d树实现。采用matalb和C++混合编译的方式实现。-kdtree provides a minimalistic implementation of kd-tree. The implementation can be used either inside MATLAB by means of MEX calls, or as a standalone tool, directly a C/C++ program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:171219
    • 提供者:王淑丹
  1. ICPandKD_TREE-function

    1下载:
  2. icp算法的实现和kd-tree功能的实现,实现了三维激光扫描仪获取的多视点云配准和建立离散点间的拓扑关系,实现基于领域关系的快速查找。-kd-tree implementation and realization of function icp algorithm to achieve a multi-view point cloud registration and establish topological relations between discrete points, field-
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:22691
    • 提供者:LUOLIN
  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. MyKD_Tree

    0下载:
  2. KD树算法,能够实现对点云数据进行压缩,非常简单,适用于初学者-KD tree algorithm, can achieve the point cloud data compression, very simple, suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:6564231
    • 提供者:陈坤校
  1. knn

    0下载:
  2. KNN分类器的MATLAB代码,速度快效果好,适合初学者使用。-KNN search without using any gancy data structure, such as kd-tree. However, it is the fastest knn matlab implementation I ever found.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1973
    • 提供者:赵子龙
  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. SIFTPanorama

    0下载:
  2. KD树建立及树检索源代码,在多幅图像配准上有成功实现功能-KD tree and tree establishment to retrieve the source code in multiple image registration on the successful realization of functions
  3. 所属分类:Special Effects

    • 发布日期:2017-06-08
    • 文件大小:15546072
    • 提供者:ly
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com