Public Attributes

EvaluationMetrics Struct Reference
[Auxilliary Tools]

Auxilliary Tool: A data structure that collects statistics about the performance of a GentleBoostCascadedClassifier on some ImageDataSet. More...

#include <StructTypes.h>

List of all members.

Public Attributes

double num_hits
 Number of objects that were known to be in a given image that the detector found.
double num_misses
 Number of objects that were known to be in a given image that the detector did not find.
double num_false_alarms
 Number of objects reported by the detector which were not known to be objects in the image.
double hit_ratio
 Ratio of hits to total number of known objects: hits/(hits+misses).
double threshold
 Threshold on object detector confidence used to calculate the reported performance for a given image.
std::vector< cv::Rect > hits
 Locations in the image of hits.
std::vector< cv::Rect > misses
 Locations in the image of misses.
std::vector< cv::Rect > false_alarms
 Locations in the image of false alarms.

Detailed Description

Auxilliary Tool: A data structure that collects statistics about the performance of a GentleBoostCascadedClassifier on some ImageDataSet.

Author:
Nicholas Butko
Date:
2010
Version:
0.4

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