FIcontent.Gaming.Enabler.AugmentedReality.FastFeatureTracking  1.0.0
The Fast Feature Tracking enabler performs a highly optimised feature detection process suitable for high speed interactive operation on any web, mobile or PC platform. The algorithm computes a parallel sum on x and y screen pixel values to yield the first moment of the image integral, which gives us the centre of mass (and optionally area) of the feature. It provides a general purpose markerless augmented reality tracking method (blob, colour feature tracking).
Public Member Functions | Public Attributes | List of all members
BackgroundWebcamFeed Class Reference
Inheritance diagram for BackgroundWebcamFeed:

Public Member Functions

void Start ()
 
void Update ()
 

Public Attributes

bool delay = false
 
int bufferSize = 20
 
int fps = 60
 

Member Function Documentation

void BackgroundWebcamFeed.Start ( )
void BackgroundWebcamFeed.Update ( )

Member Data Documentation

int BackgroundWebcamFeed.bufferSize = 20
bool BackgroundWebcamFeed.delay = false
int BackgroundWebcamFeed.fps = 60

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