suppression de l'affichage de toto
This commit is contained in:
parent
be328c464c
commit
d5ea644f76
@ -289,7 +289,6 @@ void seam_carving(unsigned char *source, int width, int height, int nbChannels,
|
|||||||
ini_energy[k] /= max_energy;
|
ini_energy[k] /= max_energy;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::cout << "toto" << std::endl;
|
|
||||||
for (auto k = 0; k < width * height; k++) {
|
for (auto k = 0; k < width * height; k++) {
|
||||||
// for (auto i=0; i < nbColorChannels; i++) //* Uncomment if you prefer to
|
// for (auto i=0; i < nbColorChannels; i++) //* Uncomment if you prefer to
|
||||||
// see darkened source image
|
// see darkened source image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user