Package ij.plugin

Class Binner

java.lang.Object
ij.plugin.Binner
All Implemented Interfaces:
PlugIn

public class Binner
extends Object
implements 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 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

  • Method Details