automatic commit
[folded-ctf.git] / global.h
index a053d3d..d19596d 100644 (file)
--- a/global.h
+++ b/global.h
@@ -12,7 +12,9 @@
 // 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        //
 ///////////////////////////////////////////////////////////////////////////
 
@@ -43,12 +45,10 @@ public:
   char detector_name[buffer_size];
   char result_path[buffer_size];
 
-  char materials_image_numbers[buffer_size];
-  char materials_pf_numbers[buffer_size];
-
   int loss_type;
 
   int nb_images;
+  int material_feature_nb;
 
   int tree_depth_max;
 
@@ -73,7 +73,7 @@ public:
   int nb_scales_per_power_of_two;
   scalar_t min_head_radius;
   scalar_t max_head_radius;
-  int root_cell_nb_xy_per_scale;
+  int root_cell_nb_xy_per_radius;
 
   scalar_t pi_feature_window_min_size;