X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=pi_referential.h;h=06995f436041799b7c94df48449901f543a04869;hp=d1341acf7c215c2cd3a28072266781bfc64febd9;hb=eb6fe78a4990416473d703d05b9abbafd6825705;hpb=33852c7b378d419be75d15a9663ee6b071c2f534 diff --git a/pi_referential.h b/pi_referential.h index d1341ac..06995f4 100644 --- a/pi_referential.h +++ b/pi_referential.h @@ -50,7 +50,6 @@ class PiReferential { // with g++ gives the same results as some reference // experiments. Sorry for that. scalar_t _body_xc, _body_yc; -// scalar_t _body_radius_1, _body_radius_2; scalar_t _body_tilt; // The belly frame is defined by the belly location and head scale @@ -119,10 +118,6 @@ public: int registration_mode, Rectangle *window, int filled); - void draw_edge_and_scale(RGBImage *image, - int registration_mode, Rectangle *window, - int _tag, int _edge_scale); - static void print_registration_mode(ostream *out, int registration_mode); };