Functions
contrib/rpl/rgrl/rgrl_estimator.cxx File Reference
#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)

Detailed Description

Author:
Amitha Perera
Date:
Feb 2003

Definition in file rgrl_estimator.cxx.


Function Documentation

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.