public class Binner extends Object implements PlugIn
Modifier and Type | Field and Description |
---|---|
static int |
AVERAGE |
static int |
MAX |
static int |
MEDIAN |
static int |
MIN |
static int |
SUM |
Constructor and Description |
---|
Binner() |
Modifier and Type | Method and Description |
---|---|
void |
run(String arg)
This method is called when the plugin is loaded.
|
ImagePlus |
shrink(ImagePlus imp,
int xshrink,
int yshrink,
int zshrink,
int method) |
ImageProcessor |
shrink(ImageProcessor ip,
int xshrink,
int yshrink,
int method) |
ImagePlus |
shrinkHyperstackZ(ImagePlus imp,
int zshrink) |
public static int AVERAGE
public static int MEDIAN
public static int MIN
public static int MAX
public static int SUM
public void run(String arg)
PlugIn
public ImageProcessor shrink(ImageProcessor ip, int xshrink, int yshrink, int method)