automatic commit
[folded-ctf.git] / error_rates.h
index 1e4d8a0..abc5f70 100644 (file)
 // Contact <francois.fleuret@idiap.ch> for comments & bug reports        //
 ///////////////////////////////////////////////////////////////////////////
 
+/*
+
+  Two functions to compute a detector error rate on a pool of scenes.
+
+ */
+
 #ifndef ERROR_RATES_H
 #define ERROR_RATES_H
 
@@ -27,6 +33,4 @@
 
 void print_decimated_error_rate(int level, LabelledImagePool *pool, Detector *detector);
 
-void parse_scene(Detector *detector, const char *image_name);
-
 #endif