Skip to content
Snippets Groups Projects
Commit a3a75e0d authored by Céline  TREBEAU's avatar Céline TREBEAU
Browse files

image path

parent 80840dfe
No related branches found
No related tags found
1 merge request!40Draft: Resolve "Multi-channel image handling"
Pipeline #118148 passed
...@@ -64,8 +64,8 @@ public class Main ...@@ -64,8 +64,8 @@ public class Main
// Input of the image. // Input of the image.
final String imagePath =// "C:\\Users\\ctrebeau\\Desktop\\Zellige analysis\\files\\SNR\\snr_000\\multiSurfaces\\phantoms_snr0.mat.tif"; final String imagePath ="C:\\Users\\ctrebeau\\Desktop\\ramp_20_20.tif";
args[ 0 ]; /* The image path goes here !!!! */ // args[ 0 ]; /* The image path goes here !!!! */
LOGGER.debug( imagePath ); LOGGER.debug( imagePath );
/* JY version for opening files. */ /* JY version for opening files. */
final SCIFIOImgPlus< ? > imgPlus = IO.openAll( imagePath ).get( 0 ); final SCIFIOImgPlus< ? > imgPlus = IO.openAll( imagePath ).get( 0 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment