UWARG Computer Vision
Public Member Functions | List of all members
GMapsMatcher Class Reference
Collaboration diagram for GMapsMatcher:
Collaboration graph

Public Member Functions

void analyze_targets_in_frame (Frame *f)
 Puts the given frame into the analysis queue Frame will be freed after analysis. More...
 
vector< Target * > get_processed ()
 retrieves a vector containing all of the unique Targets that have been indentified. The caller of the function should not delete the Targets as they will be deleted by the TargetAnalyzer destructor More...
 

Member Function Documentation

void GMapsMatcher::analyze_targets_in_frame ( Frame f)

Puts the given frame into the analysis queue Frame will be freed after analysis.

Parameters
fFrame containing the targets to analyze
vector<Target *> GMapsMatcher::get_processed ( )

retrieves a vector containing all of the unique Targets that have been indentified. The caller of the function should not delete the Targets as they will be deleted by the TargetAnalyzer destructor

Returns
vector containing the unique Targets which have been analyzed

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