X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=error_rates.h;fp=error_rates.h;h=abc5f70bf28284536f19411aa6d0c2cb51bef9a0;hp=1e4d8a0a06f4b0756cdebd3ad29f3fa0697f25d2;hb=5b78a555f6c7ff20a71d0520db63bc43e69e1f41;hpb=a44d56305517dddd36027c2a84693f2785fd019a diff --git a/error_rates.h b/error_rates.h index 1e4d8a0..abc5f70 100644 --- a/error_rates.h +++ b/error_rates.h @@ -18,6 +18,12 @@ // Contact 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