File tree Expand file tree Collapse file tree
src/test/java/fiji/plugin/appose/cellpose Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public static void main( final String[] args )
4545 final ImageJ ij = new ImageJ ();
4646 ij .launch ();
4747 IJ .openImage ( "http://imagej.net/images/blobs.gif" ).show ();
48- // IJ.openImage( "sample_data /test.tif" ).show();
48+ // IJ.openImage( "samples /test.tif" ).show();
4949 ij .command ().run ( CellposeAppose .class , true );
5050 }
5151}
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ public static void main( final String[] args )
4444 {
4545 final ImageJ ij = new ImageJ ();
4646 ij .launch ();
47- IJ .openImage ( "http://imagej.net/images/blobs.gif" ).show ();
48- // IJ.openImage( "sample_data /test.tif" ).show();
47+ // IJ.openImage( "http://imagej.net/images/blobs.gif" ).show();
48+ IJ .openImage ( "samples /test.tif" ).show ();
4949 ij .command ().run ( CellposeSAMAppose .class , true );
5050 }
5151}
You can’t perform that action at this time.
0 commit comments