#include <HMatrix1DComputeOptimize1.h>
Public Member Functions | |
HMatrix1DComputeOptimize1 (void) | |
~HMatrix1DComputeOptimize1 () | |
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 HMatrix1DComputeOptimize1.h.
HMatrix1DComputeOptimize1::HMatrix1DComputeOptimize1 | ( | void | ) |
Definition at line 91 of file HMatrix1DComputeOptimize1.cxx.
HMatrix1DComputeOptimize1::~HMatrix1DComputeOptimize1 | ( | ) |
Definition at line 92 of file HMatrix1DComputeOptimize1.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 HMatrix1DComputeOptimize1::compute_cool_homg | ( | const vcl_vector< vgl_homg_point_1d< double > > & | p1, |
const vcl_vector< vgl_homg_point_1d< double > > & | p2, | ||
HMatrix1D * | M | ||
) | [protected, virtual] |
Reimplemented from HMatrix1DCompute.
Definition at line 95 of file HMatrix1DComputeOptimize1.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.