Skip to content
Snippets Groups Projects

Reduction of parameter requirements

Merged Céline TREBEAU requested to merge reduce_parameter_requirements into dev
11 files
+ 711
557
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -102,7 +102,7 @@ public class Main
@@ -102,7 +102,7 @@ public class Main
ImageJFunctions.show( stackImage, "original" );
ImageJFunctions.show( stackImage, "original" );
ImageJFunctions.show( TestMIP.findMIP( stackImage, stackImage.factory() ), "MIP" );
ImageJFunctions.show( TestMIP.findMIP( stackImage, stackImage.factory() ), "MIP" );
SurfacesExtraction.extract(stackImage,amplitude,otsu, sigmas, false, delta, false,
SurfacesExtraction.extract(stackImage, stackImage.factory(),amplitude,otsu, sigmas, false, delta, false,
false, true, "MIP", k1, percent1, k2, percent2);
false, true, "MIP", k1, percent1, k2, percent2);
}
}
else
else
Loading