Uncertainty-Aware Cross-Scale Hand-Eye Calibration of 2D Optical Coherence Tomography using a Plane Target
This repository provides MATLAB implementations, datasets, and evaluation utilities for cross-scale hand-eye calibration of 2D Optical Coherence Tomography (OCT) using a plane target.
- MATLAB: R2024b
repository-root/
├─ data/
│ └─ oct/ Calibration datasets (plane and sphere target profile points, poses)
├─ evaluation/ Simulation and real-world experiments scripts
├─ fun/
│ ├─ calib/ Proposed calibration algorithms and baseline implementations
│ ├─ sim/ Simulation data generation functions
│ └─ misc/ Helper utilities
└─ result/ Output directory
- Add the repository root to the MATLAB search path,
- Run the scripts in
evaluationto reproduce simulation and real-world experiments results.
For calibration with your own data, please read the comments on data format in fun/calib.