suppression de l'affichage de toto

This commit is contained in:
François Colin de Verdière 2025-04-01 17:54:28 +02:00
parent be328c464c
commit d5ea644f76

View File

@ -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