automatic commit
[folded-ctf.git] / labelled_image.h
index 2a26d73..bac7c6c 100644 (file)
@@ -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,9 +45,6 @@ public:
   // it is far enough from any target
   int pose_cell_label(PoseCell *cell);
 
-  void crop(int xmin, int ymin, int width, int height);
-  void reduce();
-
   virtual void write(ostream *out);
   virtual void read(istream *in);
 };