java.lang.Object
ij.plugin.Binner
- All Implemented Interfaces:
PlugIn
This plugin implements the Image/Transform/Bin command.
It reduces the size of an image or stack by binning groups of
pixels of user-specified sizes. The resulting pixel can be
calculated as average, median, maximum or minimum.
- Author:
- Nico Stuurman, Wayne Rasband
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called when the plugin is loaded.shrink
(ImageProcessor ip, int xshrink, int yshrink, int method)
-
Field Details
-
AVERAGE
public static int AVERAGE -
MEDIAN
public static int MEDIAN -
MIN
public static int MIN -
MAX
public static int MAX -
SUM
public static int SUM
-
-
Constructor Details
-
Binner
public Binner()
-
-
Method Details