automatic commit
[folded-ctf.git] / detector.h
index 72248af..7a80be6 100644 (file)
 // You should have received a copy of the GNU General Public License     //
 // along with this program. If not, see <http://www.gnu.org/licenses/>.  //
 //                                                                       //
-// Written by Francois Fleuret, (C) IDIAP                                //
+// Written by Francois Fleuret                                           //
+// (C) Idiap Research Institute                                          //
+//                                                                       //
 // Contact <francois.fleuret@idiap.ch> for comments & bug reports        //
 ///////////////////////////////////////////////////////////////////////////
 
 /*
 
-  This is the main class, a folded hierarchy of classifiers.
+  This is the main class, a detector as a folded hierarchy of
+  classifiers.
 
 */
 
@@ -65,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);