From d5ea644f769d3b5e24a28c3c5e79e11e52e7e69f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Colin=20de=20Verdi=C3=A8re?= Date: Tue, 1 Apr 2025 17:54:28 +0200 Subject: [PATCH] suppression de l'affichage de toto --- src/seam-carving.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/seam-carving.cpp b/src/seam-carving.cpp index 484ab07..f893bef 100644 --- a/src/seam-carving.cpp +++ b/src/seam-carving.cpp @@ -289,7 +289,6 @@ void seam_carving(unsigned char *source, int width, int height, int nbChannels, ini_energy[k] /= max_energy; } } - std::cout << "toto" << std::endl; for (auto k = 0; k < width * height; k++) { // for (auto i=0; i < nbColorChannels; i++) //* Uncomment if you prefer to // see darkened source image