|
| auto | sanitize_intrinsics_impl (const CameraMatrix &kmtx, const std::optional< CalibrationBounds > &bounds) -> std::pair< CameraMatrix, bool > |
| |
| auto | rms (const std::vector< double > &vals) -> double |
| |
| int | calculate_iterations (double confidence, double inlier_ratio, int min_samples, int iters_so_far, int max_iters) |
| |
| template<typename Estimator , typename Model > |
| void | find_inliers (const std::vector< typename Estimator::Datum > &data, const Model &model, double threshold, std::vector< int > &inliers, std::vector< double > &inlier_residuals) |
| |
| template<typename Estimator , typename Model > |
| auto | refit_model (const std::vector< typename Estimator::Datum > &data, const Model &model, const std::vector< int > &inliers, double threshold, std::vector< int > &updated_inliers, std::vector< double > &updated_residuals) -> Model |
| |
| auto | is_better_model (bool has_current_best, size_t new_inlier_count, double new_inlier_rms, size_t best_inlier_count, double best_inlier_rms) -> bool |
| |
| std::string | idx_key (std::size_t idx) |
| |