#include "rgrl_estimator.h"
#include <rgrl/rgrl_set_of.h>
#include <rgrl/rgrl_match_set_sptr.h>
#include <rgrl/rgrl_match_set.h>
Go to the source code of this file.
Functions | |
bool | rgrl_est_compute_weighted_centres (rgrl_set_of< rgrl_match_set_sptr > const &matches, vnl_vector< double > &from_centre, vnl_vector< double > &to_centre) |
Determine the weighted centres of the From and To points. | |
unsigned | rgrl_est_matches_residual_number (rgrl_set_of< rgrl_match_set_sptr > const &matches) |
Definition in file rgrl_estimator.cxx.
bool rgrl_est_compute_weighted_centres | ( | rgrl_set_of< rgrl_match_set_sptr > const & | matches, |
vnl_vector< double > & | from_centre, | ||
vnl_vector< double > & | to_centre | ||
) |
Determine the weighted centres of the From and To points.
Definition at line 42 of file rgrl_estimator.cxx.
unsigned rgrl_est_matches_residual_number | ( | rgrl_set_of< rgrl_match_set_sptr > const & | matches | ) |
Definition at line 103 of file rgrl_estimator.cxx.