automatic commit
[folded-ctf.git] / detector.h
index 86d13e6..7a80be6 100644 (file)
@@ -20,7 +20,8 @@
 
 /*
 
-  This is the main class, a folded hierarchy of classifiers.
+  This is the main class, a detector as a folded hierarchy of
+  classifiers.
 
 */
 
@@ -67,6 +68,9 @@ public:
                      LabelledImagePool *validation_pool,
                      LabelledImagePool *hierarchy_pool);
 
+  // Compute the thresholds at the various levels to reach the desired
+  // overall true positive rate
+
   virtual void compute_thresholds(LabelledImagePool *validation_pool, scalar_t wanted_tp);
 
   virtual void parse(RichImage *image, PoseCellScoredSet *result_cell_set);