Expand description
High-level Rust API for SupeRANSAC.
This module provides user-friendly functions for estimating geometric models similar to the Python API.
Structs§
- Estimation
Result - Result of a RANSAC estimation.
Functions§
- estimate_
absolute_ pose - Estimate absolute pose (OnP) from 3D-2D point correspondences.
- estimate_
essential_ matrix - Estimate an essential matrix from 2D point correspondences.
- estimate_
fundamental_ matrix - Estimate a fundamental matrix from 2D point correspondences.
- estimate_
homography - Estimate a homography matrix from 2D point correspondences.
- estimate_
line - Estimate a line from 2D points using RANSAC.
- estimate_
rigid_ transform - Estimate rigid transform from 3D-3D point correspondences.