#include <HMatrix1DComputeDesign.h>
Public Member Functions | |
HMatrix1DComputeDesign (void) | |
~HMatrix1DComputeDesign () | |
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 7 of file HMatrix1DComputeDesign.h.
HMatrix1DComputeDesign::HMatrix1DComputeDesign | ( | void | ) |
Definition at line 16 of file HMatrix1DComputeDesign.cxx.
HMatrix1DComputeDesign::~HMatrix1DComputeDesign | ( | ) |
Definition at line 17 of file HMatrix1DComputeDesign.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 HMatrix1DComputeDesign::compute_cool_homg | ( | const vcl_vector< vgl_homg_point_1d< double > > & | P, |
const vcl_vector< vgl_homg_point_1d< double > > & | Q, | ||
HMatrix1D * | M | ||
) | [protected, virtual] |
Reimplemented from HMatrix1DCompute.
Definition at line 20 of file HMatrix1DComputeDesign.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.