Class BinarizeOpImage

All Implemented Interfaces:
RenderedImage, ImageImageN, PropertyChangeEmitter, PropertySource, WritablePropertySource

public class BinarizeOpImage extends PointOpImage
  • Field Details

    • ARRAY_CALC

      public static final boolean ARRAY_CALC
      Constant indicating that the inner random iterators must pre-calculate an array of the image positions
      See Also:
    • TILE_CACHED

      public static final boolean TILE_CACHED
      Constant indicating that the inner random iterators must cache the current tile position
      See Also:
  • Constructor Details

    • BinarizeOpImage

      public BinarizeOpImage(RenderedImage source, Map config, ImageLayout layout, double threshold, ROI roi, Range nodata)
      Constructor.
      Parameters:
      source - The source image.
      layout - The destination image layout.
      threshold - The threshold value for binarization.