#include <HMatrix1DCompute.h>
Public Member Functions | |
HMatrix1DCompute () | |
virtual | ~HMatrix1DCompute () |
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 | |
virtual 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 16 of file HMatrix1DCompute.h.
HMatrix1DCompute::HMatrix1DCompute | ( | ) | [inline] |
Definition at line 20 of file HMatrix1DCompute.h.
virtual HMatrix1DCompute::~HMatrix1DCompute | ( | ) | [inline, virtual] |
Definition at line 21 of file HMatrix1DCompute.h.
bool HMatrix1DCompute::compute | ( | const vcl_vector< vgl_homg_point_1d< double > > & | p1, |
const vcl_vector< vgl_homg_point_1d< double > > & | p2, | ||
HMatrix1D * | H | ||
) |
Definition at line 61 of file HMatrix1DCompute.cxx.
bool HMatrix1DCompute::compute | ( | const double | [], |
const double | [], | ||
int | , | ||
HMatrix1D * | |||
) |
bool HMatrix1DCompute::compute_array_dbl | ( | const double | p1[], |
const double | p2[], | ||
int | N, | ||
HMatrix1D * | H | ||
) | [protected, virtual] |
Definition at line 26 of file HMatrix1DCompute.cxx.
bool HMatrix1DCompute::compute_cool_homg | ( | const vcl_vector< vgl_homg_point_1d< double > > & | , |
const vcl_vector< vgl_homg_point_1d< double > > & | , | ||
HMatrix1D * | |||
) | [protected, virtual] |
Reimplemented in HMatrix1DCompute3Point, HMatrix1DComputeDesign, and HMatrix1DComputeOptimize1.
Definition at line 43 of file HMatrix1DCompute.cxx.
void HMatrix1DCompute::verbose | ( | bool | v | ) |
Definition at line 17 of file HMatrix1DCompute.cxx.
bool HMatrix1DCompute::verbose_ [protected] |
Definition at line 37 of file HMatrix1DCompute.h.