X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=materials.h;h=34d70816e3745a2cdeb2760de273ba24144e28fe;hb=3742a88173bc958488370aefb7035426d3650e1d;hp=4d6b337cec5a8b42c9ec49d4f1f8ed887d43835e;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/materials.h b/materials.h index 4d6b337..34d7081 100644 --- a/materials.h +++ b/materials.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 // /////////////////////////////////////////////////////////////////////////// +/* + + Functions to produce the figures for the paper. + + */ + #ifndef MATERIALS_H #define MATERIALS_H @@ -32,13 +40,6 @@ void write_pool_images_with_poses_and_referentials(LabelledImagePool *pool, Detector *detector); -void write_one_pi_feature_png(char *filename, - LabelledImage *image, - PoseCellHierarchy *hierarchy, - int nb_target, - int level, - PiFeature *pf); - void write_image_with_detections(const char *filename, LabelledImage *image, PoseCellSet *detections,