Module ij
Package ij.process

Class IntProcessor

  • All Implemented Interfaces:
    Cloneable

    public class IntProcessor
    extends ColorProcessor
    This is an extended ColorProcessor that supports signed 32-bit int images.
    • Constructor Detail

      • IntProcessor

        public IntProcessor​(int width,
                            int height)
        Creates a blank IntProcessor with the specified dimensions.
      • IntProcessor

        public IntProcessor​(int width,
                            int height,
                            int[] pixels)
        Creates an IntProcessor from a pixel array.