Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
HMatrix2DAffineCompute Class Reference

#include <HMatrix2DAffineCompute.h>

Inheritance diagram for HMatrix2DAffineCompute:
Inheritance graph
[legend]

List of all members.

Public Types

typedef vcl_vector< HomgPoint2DPointArray
typedef vcl_vector< HomgLine2DLineArray

Public Member Functions

int minimum_number_of_correspondences () const
void verbose (bool v)
bool compute (PointArray const &, PointArray const &, HMatrix2D *)
bool compute (LineArray const &, LineArray const &, HMatrix2D *)
bool compute (PointArray const &, PointArray const &, LineArray const &, LineArray const &, HMatrix2D *)
bool compute (PairMatchSetCorner const &, HMatrix2D *)
HMatrix2D compute (LineArray const &, LineArray const &)
HMatrix2D compute (PointArray const &, PointArray const &, LineArray const &, LineArray const &)

Static Public Member Functions

static HMatrix2D compute (const vcl_vector< HomgPoint2D > &p1, const vcl_vector< HomgPoint2D > &p2)
static HMatrix2D compute (vcl_vector< vgl_homg_point_2d< double > > const &p1, vcl_vector< vgl_homg_point_2d< double > > const &p2)
static HMatrix2D compute (const PairMatchSetCorner &matches)

Protected Member Functions

bool compute_p (vcl_vector< HomgPoint2D > const &, vcl_vector< HomgPoint2D > const &, HMatrix2D *)
virtual bool compute_l (LineArray const &, LineArray const &, HMatrix2D *)
virtual bool compute_pl (PointArray const &, PointArray const &, LineArray const &, LineArray const &, HMatrix2D *)

Protected Attributes

bool verbose_

Detailed Description

Definition at line 30 of file HMatrix2DAffineCompute.h.


Member Typedef Documentation

typedef vcl_vector<HomgLine2D> HMatrix2DCompute::LineArray [inherited]

Definition at line 38 of file HMatrix2DCompute.h.

typedef vcl_vector<HomgPoint2D> HMatrix2DCompute::PointArray [inherited]

Definition at line 37 of file HMatrix2DCompute.h.


Member Function Documentation

HMatrix2D HMatrix2DAffineCompute::compute ( const vcl_vector< HomgPoint2D > &  p1,
const vcl_vector< HomgPoint2D > &  p2 
) [static]

Reimplemented from HMatrix2DCompute.

Definition at line 131 of file HMatrix2DAffineCompute.cxx.

HMatrix2D HMatrix2DAffineCompute::compute ( vcl_vector< vgl_homg_point_2d< double > > const &  p1,
vcl_vector< vgl_homg_point_2d< double > > const &  p2 
) [static]

Definition at line 122 of file HMatrix2DAffineCompute.cxx.

HMatrix2D HMatrix2DAffineCompute::compute ( const PairMatchSetCorner matches) [static]

Reimplemented from HMatrix2DCompute.

Definition at line 111 of file HMatrix2DAffineCompute.cxx.

bool HMatrix2DCompute::compute ( PointArray const &  p1,
PointArray const &  p2,
HMatrix2D H 
) [inherited]

Definition at line 53 of file HMatrix2DCompute.cxx.

bool HMatrix2DCompute::compute ( LineArray const &  l1,
LineArray const &  l2,
HMatrix2D H 
) [inherited]

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 
) [inherited]

Definition at line 91 of file HMatrix2DCompute.cxx.

bool HMatrix2DCompute::compute ( PairMatchSetCorner const &  matches,
HMatrix2D H 
) [inherited]

Definition at line 114 of file HMatrix2DCompute.cxx.

HMatrix2D HMatrix2DCompute::compute ( LineArray const &  l1,
LineArray const &  l2 
) [inherited]

Definition at line 80 of file HMatrix2DCompute.cxx.

HMatrix2D HMatrix2DCompute::compute ( PointArray const &  p1,
PointArray const &  p2,
LineArray const &  l1,
LineArray const &  l2 
) [inherited]

Definition at line 101 of file HMatrix2DCompute.cxx.

bool HMatrix2DCompute::compute_l ( LineArray const &  l1,
LineArray const &  l2,
HMatrix2D H 
) [protected, virtual, inherited]

Reimplemented in HMatrix2DCompute4Line.

Definition at line 20 of file HMatrix2DCompute.cxx.

bool HMatrix2DAffineCompute::compute_p ( vcl_vector< HomgPoint2D > const &  pts1,
vcl_vector< HomgPoint2D > const &  pts2,
HMatrix2D H 
) [protected, virtual]

Reimplemented from HMatrix2DCompute.

Definition at line 140 of file HMatrix2DAffineCompute.cxx.

bool HMatrix2DCompute::compute_pl ( PointArray const &  ,
PointArray const &  ,
LineArray const &  ,
LineArray const &  ,
HMatrix2D  
) [protected, virtual, inherited]

Definition at line 29 of file HMatrix2DCompute.cxx.

int HMatrix2DAffineCompute::minimum_number_of_correspondences ( ) const [inline, virtual]

Implements HMatrix2DCompute.

Definition at line 40 of file HMatrix2DAffineCompute.h.

void HMatrix2DCompute::verbose ( bool  v) [inline, inherited]

Definition at line 31 of file HMatrix2DCompute.h.


Member Data Documentation

bool HMatrix2DCompute::verbose_ [protected, inherited]

Definition at line 57 of file HMatrix2DCompute.h.


The documentation for this class was generated from the following files: