automatic commit
[folded-ctf.git] / pose.h
diff --git a/pose.h b/pose.h
index 8362d1d..d509d04 100644 (file)
--- a/pose.h
+++ b/pose.h
 // 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        //
 ///////////////////////////////////////////////////////////////////////////
 
+/*
+
+  This the pose of a target. In the case of cats, we have a bounding
+  box, the head location and scale, and the body location. All are
+  given in the image coordinate system.
+
+ */
+
 #ifndef POSE_H
 #define POSE_H
 
@@ -35,8 +45,6 @@ public:
   bool collide(int level, Pose *pose);
 
   void horizontal_flip(scalar_t scene_width);
-  void translate(scalar_t dx, scalar_t dy);
-  void scale(scalar_t factor);
 
   void draw(int thickness, int r, int g, int b, int level, RGBImage *image);