awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesKD-Trees

Binary tree structures used for organizing points in k-dimensional space to optimize nearest-neighbor searches.

Distinct from Spatial Data Structures: A specific implementation of spatial data structures optimized for high-dimensional point queries.

Explore 3 awesome GitHub repositories matching data & databases · KD-Trees. Refine with filters or upvote what's useful.

Awesome KD-Trees GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pointcloudlibrary/pclPointCloudLibrary 的头像

    PointCloudLibrary/pcl

    11,028在 GitHub 上查看↗

    The Point Cloud Library is a collection of C++ algorithms designed for filtering, registering, and analyzing large-scale 3D spatial datasets. It provides a framework for 3D point cloud processing, incorporating tools for spatial data filtering and geometric feature estimation. The library includes specialized systems for aligning multiple spatial datasets into a single unified coordinate system and a rendering engine for the visual inspection and analysis of processed point cloud data. It also features tools for calculating spatial descriptors to identify structural patterns and shapes within

    Uses KD-tree spatial partitioning to enable fast nearest-neighbor searches and spatial queries within point clouds.

    C++c-plus-pluscomputer-visioncpp
    在 GitHub 上查看↗11,028
  • hku-mars/fast_liohku-mars 的头像

    hku-mars/FAST_LIO

    4,829在 GitHub 上查看↗

    FAST_LIO 是一个实时 SLAM 系统和激光雷达惯性里程计包,专为同步定位与建图而设计。它作为状态估计引擎和 3D 建图工具,将激光雷达点云与惯性测量单元(IMU)数据融合,以提供稳健的机器人状态估计。 该系统利用紧耦合传感器融合方法和迭代卡尔曼滤波器来估计位置和方向。它通过直接点对面匹配脱颖而出,该匹配通过将原始激光雷达点与地图表面匹配来计算里程计,而无需手动提取几何特征。为了保持高处理速度,它采用了增量 KD 树建图和并行空间搜索树。 该框架涵盖了广泛的功能,包括用于校正空间畸变的运动去畸变和传感器时间戳同步。它还提供了用于传感器外参标定、传感器对齐初始化以及累积全局点云导出的实用程序。 该项目使用 C++ 实现,并提供用于集成外部 IMU 和激光雷达传感器数据流的接口。

    Utilizes incremental KD-trees to optimize nearest-neighbor searches and point insertion during real-time mapping.

    C++lidar-odometrylivox-avia-lidar
    在 GitHub 上查看↗4,829
  • luigifreda/pyslamluigifreda 的头像

    luigifreda/pyslam

    3,081在 GitHub 上查看↗

    pyslam is a framework for Simultaneous Localization and Mapping that combines Python flexibility with C++ performance. It is a sparse SLAM implementation designed to map environment geometry and track device location by processing image frames into 3D points. The project features a bridge for exposing high-performance C++ classes to Python scripts using zero-copy memory sharing. This integration allows for switching between a scripting interface for rapid prototyping and a compiled core for execution speed. The system includes a spatial map optimizer to refine 3D point and camera pose estima

    Uses k-d trees to efficiently organize 3D points and accelerate nearest-neighbor searches for spatial matching.

    Python3d-reconstructiondepth-estimationdepth-prediction
    在 GitHub 上查看↗3,081
  1. Home
  2. Data & Databases
  3. Spatial Data Structures
  4. KD-Trees