PlugInpublic class Binner extends Object implements PlugIn
| Modifier and Type | Field | Description |
|---|---|---|
static int |
AVERAGE |
|
static int |
MAX |
|
static int |
MEDIAN |
|
static int |
MIN |
|
static int |
SUM |
| Constructor | Description |
|---|---|
Binner() |
| Modifier and Type | Method | 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)
PlugInpublic ImageProcessor shrink(ImageProcessor ip, int xshrink, int yshrink, int method)