Skip to content
Snippets Groups Projects
Commit 8d07e65f authored by Provot Bertrand's avatar Provot Bertrand
Browse files

2018: Auto stash before merge of "dev2018" and "origin/dev2018"

parent 1232613b
No related branches found
No related tags found
No related merge requests found
......@@ -40,11 +40,15 @@ void DoubleEntropyOp::operator()(const Image_t<double>* image, const std::map<co
double entropy = image->getEntropy();
outText(qApp->translate("Operations", "Entropy of the image (sum of channels entropy) = %1\n").arg(entropy).toStdString());
<<<<<<< Updated upstream
<<<<<<< Updated upstream
outText(qApp->translate("Operations", "Pas d'échantillonnage choisi : 1\n").toStdString());
=======
// outText(qApp->translate("Pas d'échantillonnage choisi : 1\n"));
>>>>>>> Stashed changes
=======
// outText(qApp->translate("Pas d'échantillonnage choisi : 1\n"));
>>>>>>> Stashed changes
}
bool DoubleEntropyOp::needCurrentImg() const {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment