X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=error_rates.h;h=abc5f70bf28284536f19411aa6d0c2cb51bef9a0;hb=b8222ae1fb874f0783803f55e0bc4c4b9ffca8b2;hp=1e4d8a0a06f4b0756cdebd3ad29f3fa0697f25d2;hpb=20ec321944108cd1fe74b37ea45db3ba1a2d526a;p=folded-ctf.git 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