-
Notifications
You must be signed in to change notification settings - Fork 33
Home
JokerJohn edited this page Apr 21, 2026
·
6 revisions
DCReg is a Schur-complement-based framework for efficient degenerate LiDAR registration. It decouples rotation and translation observability, maps the raw eigenspace into physical motion axes, and stabilizes only the weak directions through a targeted preconditioned solve.

- Full DCReg implementation is publicly available on the
mainbranch. - The historical public snapshot is preserved on the
baselinebranch. - The current release depends on
Eigen + PCL, with optionalTBB/OpenMP. - The default synthetic input is shipped inside the repository.
- Runtime code lives under
DCReg/. - The default sample input is
DCReg/data/shifted_cylinder/measured_cloud_shifted_cylinder.pcd. - The tabbed HTML docs remain in
docs/wiki/index.htmlfor maintainers who want a custom web-style view.