Ross ROSS = Recommend OSS · open-source software intelligence for agents

koide3/small_gicp

Efficient and parallel algorithms for point cloud registration [C++, Python] observed · 2026-09-01

github.com/koide3/small_gicp · C++ · MIT (permissive) observed · 2026-09-01

Health v2 · maintenance only

60/100

  • Activity 100
  • Release rhythm 8
  • Longevity 63
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 894
  • days_rel: n/a
  • days_push: 2
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1023 stars · 129 forks observed · 2026-09-01

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

small_gicp is a header-only C++ library with Python bindings for fast, parallelized point cloud registration algorithms including ICP, Point-to-Plane ICP, GICP, and VGICP. It is an optimized rewrite of fast_gicp with minimal dependencies (Eigen, bundled nanoflann and Sophus) and OpenMP/Intel TBB parallelism backends.

Use cases

  • align two 3d point clouds with icp in c++
  • fast gicp scan matching for lidar slam
  • python point cloud registration with open3d
  • drop-in replacement for pcl iterative closest point
  • parallel kd-tree construction and point cloud downsampling
  • register 3d scans for robotics odometry
  • multithreaded point cloud alignment library

When to choose

  • you need CPU-based point cloud registration with high performance and parallelism
  • you want minimal dependencies and a header-only C++ integration
  • you need Python bindings that work with Open3D without PCL
  • you want a customizable registration pipeline via traits and templates

When to avoid

  • you need GPU-accelerated registration - this package has no GPU implementations
  • you require coarse/global registration rather than fine local alignment
  • your project is not C++ or Python

Facets

library · maturity active

computer-vision image-processing math concurrency robotics computer-vision autonomous-vehicles cpp python windows cross-platform point-cloud-registration icp gicp scan-matching lidar slam header-only openmp tbb pcl open3d kd-tree algorithms linux macos

1 source

Member repositories

RepositoryRoleHealth v2
koide3/small_gicpmain60

For agents

markdown · JSON · MCP: product_card(name="koide3/small_gicp")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem