搜索资源列表

  1. Kd-tree

    0下载:
  2. KD 树代码,常见的数据搜索算法,比较实用-KD tree code, common data search algorithms, more practical
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4525
    • 提供者:nanyuan
  1. kdtree

    0下载:
  2. kd树的实现,用到matlab-kd tree realization used Matlab
  3. 所属分类:其他小程序

  1. simkd

    0下载:
  2. kd树的最快实现算法,经过了数次优化后,即使处理数十万个点,也仅仅需要几秒钟,内含使用说明。-kd tree algorithm to achieve the fastest, after a number of optimization, even hundreds of thousands of points. I only need a few seconds, intron use.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:207872
    • 提供者:胖丫
  1. Kd-tree

    0下载:
  2. KD 树代码,常见的数据搜索算法,比较实用-KD tree code, common data search algorithms, more practical
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:nanyuan
  1. bwdistsc

    0下载:
  2. This function computes Euclidean distance transform for 3D binary image with non-trivial aspect ratio (i.e. anisotropic pixels). The algorithm uses fast optimized line-scans and is actually faster than MATLAB s BWDIST im
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:49152
    • 提供者:fangfei
  1. kmlocal-1.7.1.tar

    0下载:
  2. 高效的k-means算法实现,使用了k-d树与局部搜索等提高k-means算法的执行效率,同时包含示例代码,用c++代码实现。 Effecient implementation of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:907264
    • 提供者:陈明
  1. KDTree

    0下载:
  2. k-d 树的类模板,比较简短.c++代码-kd-tree class template, relatively brief. c++ code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:zhengke
  1. KDTreeTest

    0下载:
  2. kd-tree c++类模板实现的演示例子. 是从国外网站上下的,结构简单,容易看懂. 文章在: http://www.codeproject.com/KB/architecture/KDTree.aspx-kd-tree c++ realize demonstration class template example. is the site from abroad, from top to bottom, simp
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:zhengke
  1. KdTree

    1下载:
  2. 用Java编写的KD TREE算法实现, 希望对大家有所帮助-Java prepared using KD TREE algorithm, I hope all of you to help
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:阎贺
  1. ann

    0下载:
  2. ANN is a library written in the C++ programming language to support both exact and approximate nearest neighbor searching in spaces of various dimensions. 可以直接用于工程 支持 Kd tree,BBF(best bin first) -ANN is a library writt
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:3192832
    • 提供者:hu
  1. visKDTree

    0下载:
  2. kd树源代码,代码简单易懂,很使用。大家可以下载试试看,希望对您有所帮助-kd tree source code, code easy-to-read, it is used. Everyone can download to try, I hope for your help
  3. 所属分类:界面编程

    • 发布日期:2024-05-09
    • 文件大小:475136
    • 提供者:liuyanfeng11
  1. sift-1.1.1_20071108_win

    0下载:
  2. Rob Hess的SIFT算法的C语言实现(基于OpenCV),金字塔采样和高斯差分提取特征点,K-D树寻找同名点,RANSAC去粗差-Rob Hess of the SIFT algorithm C language (based on OpenCV), sampling and Gaussian pyramid differential extraction of feature points, KD tree search for
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:448512
    • 提供者:lonfan
  1. sift_robhess

    0下载:
  2. Rob Hess Linux下的SIFT提取源码,金字塔采样和高斯差分提取特征点,KD树搜索寻找同名点,RANSAC去粗差-Rob Hess Linux source code under the SIFT extraction, sampling and Gaussian pyramid differential extraction of feature points, KD tree search to find the same
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:181248
    • 提供者:lonfan
  1. kdtree

    0下载:
  2. K-D树源码,不错的空间查找算法,在三维重建和匹配中应用较多!-KD tree source, good space search algorithm, in the three-dimensional reconstruction and matching the application of more!
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-09
    • 文件大小:105472
    • 提供者:yangronghao
  1. kd-trees

    0下载:
  2. 数据结构的选择与算法效率——从IOI98试题PICTURE谈起 高级数据结构:线段树-The choice of data structure and algorithm efficiency- from IOI98 questions about high-level data structure PICTURE: segment tree
  3. 所属分类:软件工程

    • 发布日期:2024-05-09
    • 文件大小:311296
    • 提供者:henry
  1. libkdtree_0.7.0

    0下载:
  2. 一个KD-tree的类STL模板库,版本为0.7.0-libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:111616
    • 提供者:黄常标
  1. kdtree2.tar

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

    • 发布日期:2024-05-09
    • 文件大小:1560576
    • 提供者:Gauz
  1. kdtree-0.5.4.tar

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

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

    0下载:
  2. C++构建简单的KD树并查找K近邻,是一篇文档,内附代码,代码亲测可用(C++ to build a simple KD tree, and find K nearest neighbor, is a document, enclosing code, code pro test available)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:235520
    • 提供者:StephenYoung
  1. kd-tree

    0下载:
  2. kd-tree点云索引方法,源码以及应用实例解析(kd-tree point cloud code)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:雨落潇湘
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org