GpuKLT_FeatureList Class Reference

Object represents a List of KLT Features This Object stores information regarding a collection of Features. For eg. all the GpuKLT Features found in an image. More...

#include <GpuVis.h>

List of all members.

Public Member Functions

 GpuKLT_FeatureList (int n)
 Constructor - allocates memory for n features.
 ~GpuKLT_FeatureList ()
 Destructor.
void printSummary ()
 Print Summary of what Feature List contains.
void printTracks ()
 Print Feature Tracks.
void releaseMemory ()
 Release Memory Allocated for Feature Lists.
void drawPoints (int imgw, int imgh, int winW, int winH)
 Draw Points.
void drawTracks (int imgw, int imgh, int winW, int winH)
 Draw Tracks.

Public Attributes

int _nFeats
 Maximum number of features that will be stored, tracked.
int _ftCount
 Current number of valid features.
GpuKLT_Feature ** _list
 The feature list.


Detailed Description

Object represents a List of KLT Features This Object stores information regarding a collection of Features. For eg. all the GpuKLT Features found in an image.


The documentation for this class was generated from the following files:
Generated on Sat Apr 15 01:22:18 2006 for GpuVis by  doxygen 1.4.6-NO