Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
CorSpecT::CorSpecT(void)
CorSpecT::CorSpecT(const CorSpecT &)
CorSpecT::operator=(const CorSpecT &)
CorSpecT::~CorSpecT(void)
CorSpecT
 
CorSpecT holds the information for one correspondence set.
 
include "amma/CorrSet.hh"
User Level:Default
Library:Regis
Example: testcom.cc
Section: 3D Surface.Registration
In Scope:std

Variables:

int view_a;
The numbers of the views

int view_b;
The numbers of the views

VectorSetC seta;
The vector sets

VectorSetC setb;
The vector sets

RealSArray1dC wab;
The weights
Constructors, destructor, assignment -------------------------------------

Methods:
CorSpecT()
Null Constructor

CorSpecT(const CorSpecT & p)
Copy constructor

CorSpecT & operator=(const CorSpecT & p)

~CorSpecT()
Destructor


Programmer: Simon Cunnington , Documentation by CxxDoc: Tue Mar 20 10:49:27 2001