feat(rgbd): add RGB-D reconstruction pipeline

Add end-to-end RGB-D reconstruction support across the C++ core and Python API.

- add a native merge_rgbd_views path, view-aware 3D pose containers, and nanobind bindings

- expose Python helpers to sample aligned depth, apply per-joint offsets, lift UVD poses to world space, and run reconstruct_rgbd

- add RGB-D regression tests for merging, manual pipeline parity, symmetric depth sampling windows, and out-of-bounds joints

- bump the project version from 0.1.0 to 0.2.0 for the new feature surface
This commit is contained in:
2026-03-26 13:04:57 +08:00
parent 6c09f7044b
commit ed721729fd
12 changed files with 1932 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "rapid-pose-triangulation"
version = "0.1.0"
version = "0.2.0"
description = "Rapid Pose Triangulation library with nanobind Python bindings"
readme = "README.md"
requires-python = ">=3.10"