X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=error_rates.h;h=abc5f70bf28284536f19411aa6d0c2cb51bef9a0;hb=b8222ae1fb874f0783803f55e0bc4c4b9ffca8b2;hp=71906d6b2a26b6344231a82cb1697e130df61853;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/error_rates.h b/error_rates.h index 71906d6..abc5f70 100644 --- a/error_rates.h +++ b/error_rates.h @@ -12,10 +12,18 @@ // You should have received a copy of the GNU General Public License // // along with this program. If not, see . // // // -// Written by Francois Fleuret, (C) IDIAP // +// Written by Francois Fleuret // +// (C) Idiap Research Institute // +// // // 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 @@ -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