#include <HMatrix2DCompute.h>

Definition at line 25 of file HMatrix2DCompute.h.
| typedef vcl_vector<HomgLine2D> HMatrix2DCompute::LineArray |
Definition at line 38 of file HMatrix2DCompute.h.
| typedef vcl_vector<HomgPoint2D> HMatrix2DCompute::PointArray |
Definition at line 37 of file HMatrix2DCompute.h.
| HMatrix2DCompute::HMatrix2DCompute | ( | ) | [inline] |
Definition at line 27 of file HMatrix2DCompute.h.
| virtual HMatrix2DCompute::~HMatrix2DCompute | ( | ) | [inline, virtual] |
Definition at line 28 of file HMatrix2DCompute.h.
| bool HMatrix2DCompute::compute | ( | PointArray const & | p1, |
| PointArray const & | p2, | ||
| HMatrix2D * | H | ||
| ) |
Definition at line 53 of file HMatrix2DCompute.cxx.
Definition at line 72 of file HMatrix2DCompute.cxx.
| bool HMatrix2DCompute::compute | ( | PointArray const & | p1, |
| PointArray const & | p2, | ||
| LineArray const & | l1, | ||
| LineArray const & | l2, | ||
| HMatrix2D * | H | ||
| ) |
Definition at line 91 of file HMatrix2DCompute.cxx.
| bool HMatrix2DCompute::compute | ( | PairMatchSetCorner const & | matches, |
| HMatrix2D * | H | ||
| ) |
Definition at line 114 of file HMatrix2DCompute.cxx.
| HMatrix2D HMatrix2DCompute::compute | ( | PointArray const & | p1, |
| PointArray const & | p2 | ||
| ) |
Reimplemented in HMatrix2DAffineCompute, HMatrix2DEuclideanCompute, and HMatrix2DSimilarityCompute.
Definition at line 61 of file HMatrix2DCompute.cxx.
Definition at line 80 of file HMatrix2DCompute.cxx.
| HMatrix2D HMatrix2DCompute::compute | ( | PointArray const & | p1, |
| PointArray const & | p2, | ||
| LineArray const & | l1, | ||
| LineArray const & | l2 | ||
| ) |
Definition at line 101 of file HMatrix2DCompute.cxx.
| HMatrix2D HMatrix2DCompute::compute | ( | PairMatchSetCorner const & | matches | ) |
Reimplemented in HMatrix2DAffineCompute, HMatrix2DEuclideanCompute, and HMatrix2DSimilarityCompute.
Definition at line 124 of file HMatrix2DCompute.cxx.
| bool HMatrix2DCompute::compute_l | ( | LineArray const & | l1, |
| LineArray const & | l2, | ||
| HMatrix2D * | H | ||
| ) | [protected, virtual] |
Reimplemented in HMatrix2DCompute4Line.
Definition at line 20 of file HMatrix2DCompute.cxx.
| bool HMatrix2DCompute::compute_p | ( | PointArray const & | p1, |
| PointArray const & | p2, | ||
| HMatrix2D * | H | ||
| ) | [protected, virtual] |
Reimplemented in HMatrix2DAffineCompute, HMatrix2DEuclideanCompute, HMatrix2DSimilarityCompute, HMatrix2DCompute4Point, and HMatrix2DComputeLinear.
Definition at line 11 of file HMatrix2DCompute.cxx.
| bool HMatrix2DCompute::compute_pl | ( | PointArray const & | , |
| PointArray const & | , | ||
| LineArray const & | , | ||
| LineArray const & | , | ||
| HMatrix2D * | |||
| ) | [protected, virtual] |
Definition at line 29 of file HMatrix2DCompute.cxx.
| virtual int HMatrix2DCompute::minimum_number_of_correspondences | ( | ) | const [pure virtual] |
| void HMatrix2DCompute::verbose | ( | bool | v | ) | [inline] |
Definition at line 31 of file HMatrix2DCompute.h.
bool HMatrix2DCompute::verbose_ [protected] |
Definition at line 57 of file HMatrix2DCompute.h.
1.7.5.1