Expand description
3D Pose Estimation (PnP). 3D Pose Estimation (PnP) for fiducial markers.
This module recovers the 6-DOF transformation between the camera and the tag. It supports:
- Fast Mode (IPPE): Infinitesimal Plane-Based Pose Estimation for low latency.
- Accurate Mode (Weighted LM): Iterative refinement weighted by sub-pixel uncertainty.
Structs§
- Camera
Intrinsics - Camera intrinsics parameters.
- Pose
- A 3D pose representing rotation and translation.
Functions§
- estimate_
tag_ pose - Estimate pose from tag detection using homography decomposition and refinement.
- estimate_
tag_ pose_ with_ config - Estimate pose with explicit configuration for tuning parameters.
- refine_
poses_ soa - Refine poses for all valid candidates in the batch using the Structure of Arrays (SoA) layout.
- refine_
poses_ soa_ with_ config - Refine poses for all valid candidates with explicit config for tuning parameters.