public class Slice_Keeper extends Object implements ij.plugin.PlugIn
Constructor and Description |
---|
Slice_Keeper() |
Modifier and Type | Method and Description |
---|---|
void |
keepSlices(ij.ImageStack stack,
int first,
int last,
int inc) |
void |
keepSlices(ij.ImageStack stack,
int first,
int last,
int inc,
ij.measure.Calibration cal) |
void |
run(String arg) |
boolean |
showDialog(ij.ImageStack stack) |
public void run(String arg)
run
in interface ij.plugin.PlugIn
public boolean showDialog(ij.ImageStack stack)
public void keepSlices(ij.ImageStack stack, int first, int last, int inc)
public void keepSlices(ij.ImageStack stack, int first, int last, int inc, ij.measure.Calibration cal)
Copyright © 2015–2021 Fiji. All rights reserved.