automatic commit
[folded-ctf.git] / error_rates.h
index 71906d6..abc5f70 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        //
 ///////////////////////////////////////////////////////////////////////////
 
+/*
+
+  Two functions to compute a detector error rate on a pool of scenes.
+
+ */
+
 #ifndef ERROR_RATES_H
 #define ERROR_RATES_H
 
@@ -25,6 +33,4 @@
 
 void print_decimated_error_rate(int level, LabelledImagePool *pool, Detector *detector);
 
-void parse_scene(Detector *detector, const char *image_name);
-
 #endif