Normalize CLIP - fixe a bug divide by zero - format iplocallab.cc

This commit is contained in:
Desmis
2019-01-18 16:08:02 +01:00
parent 5da3b1b50f
commit f7578c23fc
2 changed files with 299 additions and 242 deletions

View File

@@ -852,7 +852,7 @@ void ImProcCoordinator::updatePreviewImage(int todo, bool panningRelatedChange)
exlocalcurve.clear();
*/
}
/*
for (int sp = 0; sp < params.locallab.nbspot && sp < (int)params.locallab.spots.size(); sp++) {
//update references after threatment
if (params.locallab.spots.at(sp).spotMethod == "exc") {
@@ -865,8 +865,9 @@ void ImProcCoordinator::updatePreviewImage(int todo, bool panningRelatedChange)
chromar = chromarefs[sp] = chromare;
lumar = lumarefs[sp] = lumare ;
sobeler = sobelrefs[sp] = sobelre;
}
*/
}
//*************************************************************