搜索资源列表

  1. kdtree

    0下载:
  2. 用matlab编写的k-dtree,加快搜索,在点云拼合中应用广泛。-Matlab prepared with k-dtree, to speed up the search, put together in the point cloud in a wide range of applications.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:302080
    • 提供者:翟乐
  1. kdtree-0.5.4.tar

    1下载:
  2. kd tree implementation java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:Gauz
  1. KdTree

    0下载:
  2. this class is an implementation of the kd-tree algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:bilz
  1. KDTreeTest

    0下载:
  2. 一个KDtree的程序,包含建树过程和消耗的时间。-A KDtree procedures, including the contribution to the process and time consuming.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:8192
    • 提供者:hl
  1. kdtree

    0下载:
  2. 有matlab和vc联合编程实现kd树实现过程,附有它们之间转化用的max文件和动态链接库dll文件。-Matlab and vc are the joint programming process to achieve the realization of kd tree, accompanied by their transformation with the max files and dynamic link library d
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:115712
    • 提供者:徐军
  1. siftdemo

    0下载:
  2. 改程序采用C语言编写SIFT算法,包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-Change the use of C language program SIFT algorithm, contains the complete Gaussian pyramid from the image, DOG, space extrem
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:12288
    • 提供者:tjy
  1. kdtree

    0下载:
  2. a kctree method programm written in c-a kctree method programm written in cpp
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:217088
    • 提供者:yao
  1. raytracer-sample

    0下载:
  2. 基于KDTree的CPU光线跟踪例程,可以直接编译运行-KDTree of CPU-based ray-tracing routines can be directly compiled to run
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-19
    • 文件大小:6726656
    • 提供者:william
  1. kdtree

    0下载:
  2. kd树类的实现。内部提供了三种搜索方法。-kd tree class implementation。
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1107968
    • 提供者:彭合国
  1. siftKdtreeRansacCode

    0下载:
  2. 计算机视觉基本算法 包括: sift KDtree Ransac 提取特征 检索 排错 不错的代码-computer vision including: sift KDtree Ransac
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-19
    • 文件大小:448512
    • 提供者:blizzard
  1. kdtree

    0下载:
  2. In computer science, a kd-tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points in a k-dimensional space. kd-trees are a useful data structure for several applications, such as
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:Lee Sangmin
  1. moore-tutorial_KDTREES

    0下载:
  2. kdtree学习指导,介绍kdtree的基本原理、相关基本概念、kdtree的构建方法等。-kdtree tutorial
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:149504
    • 提供者:shiziw369
  1. kdtree

    0下载:
  2. Implementation of k-d tree(including insertion/deletion). Well suited for beginners in advanced Multi-dimensional datastructures and algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:danan
  1. kdtree

    0下载:
  2. kd 近邻查找. 一般用在图像拼接等领域-k-d tree to find the nearest one
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:114688
    • 提供者:alisha
  1. kdtree-0.5.6.tar

    0下载:
  2. kdtree的C语言实现,便于用户使用和翻译-kdtree realize
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:雷龙
  1. kdtree

    0下载:
  2. Kdtree 搜索算法,建树方法,邻近点搜索,查询-Kdtree searching algorithm,build tree, search neigbhor, query
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:58368
    • 提供者:Ding R
  1. @kdtree

    0下载:
  2. kd树在matlab下的实现主要包含4个子函数-The following code implements a KDTree search algorithm in MATLAB.There are 4 main functions
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:198656
    • 提供者:
  1. KDTree

    0下载:
  2. 图像配准中,采用基于SIFT求得的特征点配准方法中需要用到的KDTree,求出2最近邻-Image registration needed based on SIFT feature points matching obtained KDTree, find the nearest neighbor
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:酝酿
  1. kdtree

    0下载:
  2. 用matlab语言写的kdtree函数(k-d树,是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索)-failed to translate
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:114688
    • 提供者:ljy
  1. kdtree

    0下载:
  2. kd树,matlab源码 kd树,matlab源码-kdtree wiritten in matlab
  3. 所属分类:通讯编程

    • 发布日期:2024-05-19
    • 文件大小:302080
    • 提供者:温佳
« 1 23 4 5 6 7 »

源码中国 www.ymcn.org