User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Images - Tracking - PointTrackC
 

  PUBLIC
PointTrackC::PointTrackC(void)
PointTrackC::PointTrackC(UIntT,const Point2dC &,RealT)
PointTrackC::ID(void) const
PointTrackC::Location(void) const
PointTrackC::Confidence(void) const

   PointTrackC   
 
Information on a single point track.
 
include "Ravl/Image/PointTrack.hh"
Created:24/7/2002 
User Level:Normal
Library:RavlImageProc
In Scope:RavlImageN

Variables:
Methods:
PointTrackC()
Default constructor.
Leave the track in an undefined state.

PointTrackC(UIntT nid,const Point2dC & nat,RealT confidence)
Constructor.

UIntT ID() const
ID for track.

const Point2dC & Location() const
Location of track.

RealT Confidence() const
Confidence in track
0=No information was found on the track in this frame. 1=Ideal match found.


Maintainer:Charles Galambos, Created: 24/7/2002, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002