#include <homographyestimator.h>
|
| static auto | fit (const std::vector< Datum > &data, std::span< const int > sample) -> std::optional< Model > |
| |
| static auto | residual (const Model &hmtx, const Datum &observation) -> double |
| |
| static auto | refit (const std::vector< Datum > &data, std::span< const int > inliers) -> std::optional< Model > |
| |
| static auto | is_degenerate (const std::vector< Datum > &data, std::span< const int > sample) -> bool |
| |
Definition at line 16 of file homographyestimator.h.
◆ Datum
◆ Model
◆ fit()
| auto calib::HomographyEstimator::fit |
( |
const std::vector< Datum > & |
data, |
|
|
std::span< const int > |
sample |
|
) |
| -> std::optional<Model> |
|
static |
◆ is_degenerate()
| auto calib::HomographyEstimator::is_degenerate |
( |
const std::vector< Datum > & |
data, |
|
|
std::span< const int > |
sample |
|
) |
| -> bool |
|
static |
◆ refit()
| auto calib::HomographyEstimator::refit |
( |
const std::vector< Datum > & |
data, |
|
|
std::span< const int > |
inliers |
|
) |
| -> std::optional<Model> |
|
static |
◆ residual()
| auto calib::HomographyEstimator::residual |
( |
const Model & |
hmtx, |
|
|
const Datum & |
observation |
|
) |
| -> double |
|
static |
◆ k_min_samples
| constexpr size_t calib::HomographyEstimator::k_min_samples = 4 |
|
staticconstexpr |
The documentation for this struct was generated from the following files: