X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=pose.h;h=8949269c669857a6ef5abf608738a6f42b897993;hb=346c6fdc3c36ca10142234cce291031064fa2b48;hp=acd7884179922b888273ac572b705eb430cce998;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/pose.h b/pose.h index acd7884..8949269 100644 --- a/pose.h +++ b/pose.h @@ -12,7 +12,9 @@ // 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 // /////////////////////////////////////////////////////////////////////////// @@ -27,7 +29,7 @@ public: scalar_t _bounding_box_xmin, _bounding_box_ymin; scalar_t _bounding_box_xmax, _bounding_box_ymax; scalar_t _head_xc, _head_yc, _head_radius; - scalar_t _body_xc, _body_yc; + scalar_t _belly_xc, _belly_yc; Pose(); @@ -35,8 +37,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);