Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Nov 6, 2024
1 parent 111b4a9 commit 8e13997
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ public static Roi getROIs()
}

int numRois = rm.getCount();
Roi r = null;

return r;
return rm.getRoi( 0 );
}

public static void fit( int type )
Expand Down Expand Up @@ -99,7 +97,8 @@ public static void main( String[] args )
int z = 0;
img = Views.hyperSlice( img, 2, z );
ImageJFunctions.show( img );


new RoiManager(); // Create a new instance
//
//new BG_Plugin().run( null );
}
Expand Down

0 comments on commit 8e13997

Please sign in to comment.