automatic commit
[folded-ctf.git] / pi_feature.cc
index c3be53a..6a9b217 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        //
 ///////////////////////////////////////////////////////////////////////////
 
@@ -138,13 +140,6 @@ void PiFeature::draw_edge_thresholding(RGBImage *image,
                                   &registered_window_a);
 
   referential->draw_window(image, _registration_a, &registered_window_a, 0);
-
-//   if(!global.pictures_for_article) {
-//     int tag = referential->register_edge(_registration_a, _tag);
-
-//     referential->draw_edge_and_scale(image, _registration_a, &registered_window_a,
-//                                      tag, _edge_scale);
-//   }
 }
 
 void PiFeature::print_edge_thresholding(ostream *os) {