Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 30th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. importClass(Packages.ij3d.image3d.IntImage3D);
  2. imp=IJ.getImage();
  3. ima=new IntImage3D(imp.getStack());
  4. r=3;
  5. ima2=ima.createLocalMaximaImage(r,r,r, true);
  6. plus=new ImagePlus("localmaxima",ima2.getStack());
  7. plus.show();