Commit Graph

4 Commits

Author SHA1 Message Date
crosstyan ed721729fd 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
2026-03-26 13:04:57 +08:00
crosstyan d7769794fb Migrate Python bindings from SWIG to nanobind 2026-03-11 21:56:30 +08:00
crosstyan cab98936dd Refactor CMake configuration: separate RPT core library into its own CMakeLists.txt and streamline SWIG integration 2026-01-29 17:54:21 +08:00
crosstyan 7405454480 Add CMake support and SWIG bindings for RapidPoseTriangulation 2026-01-29 17:37:38 +08:00