Skip to content
Snippets Groups Projects

Island Search : new feature and tests

Merged Céline TREBEAU requested to merge dev-tests into dev
8 files
+ 246
260
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -57,11 +57,12 @@ public class Main
@@ -57,11 +57,12 @@ public class Main
// Input of the image.
// Input of the image.
final String imagePath =
final String imagePath =
"doc/STK.tif";
// "doc/C0T0.tif";
// "C:\\Users\\ctrebeau\\Desktop\\MoucheAile\\STK\\STK_Mouche_c01_f0001_p005.tif";
// "C:\\Users\\ctrebeau\\Desktop\\MoucheAile\\STK\\STK_Mouche_c01_f0001_p005.tif";
// "C:\\Users\\ctrebeau\\Downloads\\phantom3b_combined.tif";
// "C:\\Users\\ctrebeau\\Downloads\\phantom3b_combined.tif";
// "C:\\Users\\ctrebeau\\Desktop\\HighRes\\STK_170706_Vangl2-Lp-wt_E14.5_Phall_cochlea_01bHighRes_c01_f0001_p005.tif";
// "C:\\Users\\ctrebeau\\Desktop\\HighRes\\STK_170706_Vangl2-Lp-wt_E14.5_Phall_cochlea_01bHighRes_c01_f0001_p005.tif";
// "C:\\Users\\ctrebeau\\Desktop\\HighRes\\STK_170706_Vangl2-Lp-wt_E14.5_Phall_cochlea_01bHighRes_c01_f0001_p002.tif";
// "C:\\Users\\ctrebeau\\Desktop\\HighRes\\STK_170706_Vangl2-Lp-wt_E14.5_Phall_cochlea_01bHighRes_c01_f0001_p002.tif";
 
"C:\\Users\\ctrebeau\\Desktop\\Acq060720\\C2-MucilairB spike zo1 J2 Mock-2.tif";
System.out.println(imagePath);
System.out.println(imagePath);
// Creation of the image : version with unsigned type. */
// Creation of the image : version with unsigned type. */
/* JY version for opening files. */
/* JY version for opening files. */
Loading