Commit Graph

10 Commits

Author SHA1 Message Date
crosstyan 69e83d8430 Clean up nanobind typing and source layout 2026-03-27 11:19:53 +08:00
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 68b2b32510 Document Python API and ship package stubs 2026-03-12 14:53:42 +08:00
crosstyan 0209986a2c Add tracked triangulation association reports 2026-03-12 14:16:31 +08:00
crosstyan 31c4690121 Unify camera model into immutable factory-built type 2026-03-12 00:24:02 +08:00
crosstyan c23f25f871 Simplify triangulation API with config struct 2026-03-12 00:08:56 +08:00
crosstyan 7df34b18c3 Simplify triangulation core and remove integrations 2026-03-11 23:55:04 +08:00
crosstyan 103aeb5887 Refactor triangulation stages and camera model 2026-03-11 23:42:07 +08:00
crosstyan 24f74c87f1 Make triangulation a zero-copy pure function 2026-03-11 22:29:21 +08:00
crosstyan d7769794fb Migrate Python bindings from SWIG to nanobind 2026-03-11 21:56:30 +08:00