automatic commit
[folded-ctf.git] / materials.h
index 4d6b337..34d7081 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        //
 ///////////////////////////////////////////////////////////////////////////
 
+/*
+
+  Functions to produce the figures for the paper.
+
+ */
+
 #ifndef MATERIALS_H
 #define MATERIALS_H
 
 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,