kdtree

A simple C library for working with KD-Trees

  • 所有者: jtsiomb/kdtree
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

kdtree

.. image:: http://nuclear.mutantstargoat.com/sw/kdtree/img/kdtree_logo.png

Overview

kdtree is a simple, easy to use C library for working with kd-trees.

Kd-trees are an extension of binary search trees to k-dimensional data. They
facilitate very fast searching, and nearest-neighbor queries.

This particular implementation is designed to be efficient and very easy to
use. It is completely written in ANSI/ISO C, and thus completely
cross-platform.

See under the doc/ and examples/ directories to find out how to use the
kdtree library.

License

Author: John Tsiombikas nuclear@member.fsf.org

kdtree is free software. You may use, modify, and redistribute it under the
terms of the 3-clause BSD license.

Download

Latest release (0.5.7): http://nuclear.mutantstargoat.com/sw/kdtree/files/kdtree-0.5.7.tar.gz

You can find previous releases here:
http://nuclear.mutantstargoat.com/sw/kdtree/files/

You can also grab a copy of the source from github: https://github.com/jtsiomb/kdtree

主要指标

概览
名称与所有者jtsiomb/kdtree
主编程语言C
编程语言C (语言数: 2)
平台
许可证Other
所有者活动
创建于2015-03-13 02:06:19
推送于2021-08-07 15:57:28
最后一次提交2019-11-12 11:36:39
发布数3
最新版本名称v0.5.7 (发布于 )
第一版名称kdtree-0.5.5 (发布于 )
用户参与
星数397
关注者数27
派生数117
提交数23
已启用问题?
问题数18
打开的问题数5
拉请求数3
打开的拉请求数2
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?