Public Member Functions
vmal_homog2d Class Reference

#include <vmal_homog2d.h>

List of all members.

Public Member Functions

 vmal_homog2d ()
 Constructors.
virtual ~vmal_homog2d ()
 Destructor.
void compute_homo (const vcl_vector< vnl_double_3 > &pima1, const vcl_vector< vnl_double_3 > &pima2, vnl_double_3x3 &hmatrix)
 Compute the 2d homography from to set of matched points.

Detailed Description

Definition at line 13 of file vmal_homog2d.h.


Constructor & Destructor Documentation

vmal_homog2d::vmal_homog2d ( )

Constructors.

Definition at line 5 of file vmal_homog2d.cxx.

vmal_homog2d::~vmal_homog2d ( ) [virtual]

Destructor.

Definition at line 9 of file vmal_homog2d.cxx.


Member Function Documentation

void vmal_homog2d::compute_homo ( const vcl_vector< vnl_double_3 > &  pima1,
const vcl_vector< vnl_double_3 > &  pima2,
vnl_double_3x3 hmatrix 
)

Compute the 2d homography from to set of matched points.

A point pima1[i] in the first image match with the point pima2[i] in the second image.

Definition at line 13 of file vmal_homog2d.cxx.


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