|
Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
|
This is the complete list of members for calib::HomographyEstimator, including all inherited members.
| Datum typedef | calib::HomographyEstimator | |
| fit(const std::vector< Datum > &data, std::span< const int > sample) -> std::optional< Model > | calib::HomographyEstimator | static |
| is_degenerate(const std::vector< Datum > &data, std::span< const int > sample) -> bool | calib::HomographyEstimator | static |
| k_min_samples | calib::HomographyEstimator | static |
| Model typedef | calib::HomographyEstimator | |
| refit(const std::vector< Datum > &data, std::span< const int > inliers) -> std::optional< Model > | calib::HomographyEstimator | static |
| residual(const Model &hmtx, const Datum &observation) -> double | calib::HomographyEstimator | static |