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

搜索资源列表

  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

    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. kdtree

    0下载:
  2. KD树 KDtree的建立到最近领域的搜索,简单易懂-KD tree KDtree establishment to the nearest field of search, easy to understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:298221
    • 提供者:叶轩楠
  1. KD_Tree

    0下载:
  2. 基于K维空间索引的点查询算法KD树,本代码实现一般的查询功能-K-dimensional space-based index point KD tree search algorithm, the code search function in general
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2573
    • 提供者:陈江
  1. siftPransac

    0下载:
  2. SIFT点提取,KD树特征匹配,再用随机抽样一致算法去除无匹配-SIFT extraction, KD tree feature matching, and then remove the non-random sample consensus algorithm matches
  3. 所属分类:OpenCV

    • 发布日期:2017-04-17
    • 文件大小:181805
    • 提供者:zk
  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. 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 2 3 4 56 »
搜珍网 www.dssz.com