#include <HMatrix1DCompute3Point.h>
Public Member Functions | |
HMatrix1DCompute3Point (void) | |
~HMatrix1DCompute3Point () | |
void | verbose (bool) |
bool | compute (const vcl_vector< vgl_homg_point_1d< double > > &, const vcl_vector< vgl_homg_point_1d< double > > &, HMatrix1D *) |
bool | compute (const double[], const double[], int, HMatrix1D *) |
Protected Member Functions | |
bool | compute_cool_homg (const vcl_vector< vgl_homg_point_1d< double > > &, const vcl_vector< vgl_homg_point_1d< double > > &, HMatrix1D *) |
virtual bool | compute_array_dbl (const double[], const double[], int N, HMatrix1D *) |
Protected Attributes | |
bool | verbose_ |
Definition at line 15 of file HMatrix1DCompute3Point.h.
HMatrix1DCompute3Point::HMatrix1DCompute3Point | ( | void | ) |
Definition at line 35 of file HMatrix1DCompute3Point.cxx.
HMatrix1DCompute3Point::~HMatrix1DCompute3Point | ( | ) |
Definition at line 36 of file HMatrix1DCompute3Point.cxx.
bool HMatrix1DCompute::compute | ( | const vcl_vector< vgl_homg_point_1d< double > > & | p1, |
const vcl_vector< vgl_homg_point_1d< double > > & | p2, | ||
HMatrix1D * | H | ||
) | [inherited] |
Definition at line 61 of file HMatrix1DCompute.cxx.
bool HMatrix1DCompute::compute | ( | const double | [], |
const double | [], | ||
int | , | ||
HMatrix1D * | |||
) | [inherited] |
bool HMatrix1DCompute::compute_array_dbl | ( | const double | p1[], |
const double | p2[], | ||
int | N, | ||
HMatrix1D * | H | ||
) | [protected, virtual, inherited] |
Definition at line 26 of file HMatrix1DCompute.cxx.
bool HMatrix1DCompute3Point::compute_cool_homg | ( | const vcl_vector< vgl_homg_point_1d< double > > & | points1, |
const vcl_vector< vgl_homg_point_1d< double > > & | points2, | ||
HMatrix1D * | H | ||
) | [protected, virtual] |
Reimplemented from HMatrix1DCompute.
Definition at line 39 of file HMatrix1DCompute3Point.cxx.
void HMatrix1DCompute::verbose | ( | bool | v | ) | [inherited] |
Definition at line 17 of file HMatrix1DCompute.cxx.
bool HMatrix1DCompute::verbose_ [protected, inherited] |
Definition at line 37 of file HMatrix1DCompute.h.