Skip to content
Snippets Groups Projects
Commit fdb3b87d authored by Marius Hintsche's avatar Marius Hintsche
Browse files

remove contrast stretching

parent 9d382471
No related branches found
No related tags found
No related merge requests found
......@@ -103,10 +103,8 @@ for (i=0; i<iMax; i++) {
}
selectImage(resultName);
setSlice(1);
run("Enhance Contrast...", "saturated=0.4 process_all");
if (saveToDisk) {
saveAs("Tiff",basePath+inputName+"_"+resultName+"-grouped");
}
//run("Enhance Contrast...", "saturated=0.4 process_all");
saveAs("Tiff",basePath+inputName+"_"+resultName+"-grouped");
close();
close(inputID);
setBatchMode(false);
......
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