Class BinarizeOpImage
Object
PlanarImage
OpImage
PointOpImage
BinarizeOpImage
- All Implemented Interfaces:
RenderedImage,ImageImageN,PropertyChangeEmitter,PropertySource,WritablePropertySource
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanConstant indicating that the inner random iterators must pre-calculate an array of the image positionsstatic final booleanConstant indicating that the inner random iterators must cache the current tile positionFields inherited from class OpImage
OP_COMPUTE_BOUND, OP_IO_BOUND, OP_NETWORK_BOUND -
Constructor Summary
ConstructorsConstructorDescriptionBinarizeOpImage(RenderedImage source, Map config, ImageLayout layout, double threshold, ROI roi, Range nodata) Constructor. -
Method Summary
Methods inherited from class PointOpImage
computeTile, dispose, mapDestRect, mapSourceRectMethods inherited from class OpImage
cancelTiles, computesUniqueTiles, getExpandedNumBands, getOperationComputeType, getTile, getTileCache, getTileCacheMetric, getTileDependencies, getTileRecycler, getTiles, hasExtender, mapDestPoint, mapSourcePoint, prefetchTiles, queueTiles, setTileCacheMethods inherited from class PlanarImage
addPropertyChangeListener, addPropertyChangeListener, addSink, addTileComputationListener, copyData, copyData, copyExtendedData, createColorModel, createSnapshot, getAsBufferedImage, getAsBufferedImage, getBounds, getColorModel, getData, getData, getDefaultColorModel, getExtendedData, getGraphics, getHeight, getImageID, getMaxTileX, getMaxTileY, getMaxX, getMaxY, getMinTileX, getMinTileY, getMinX, getMinY, getNumBands, getNumSources, getNumXTiles, getNumYTiles, getProperty, getPropertyClass, getPropertyNames, getPropertyNames, getSampleModel, getSinks, getSource, getSourceImage, getSourceObject, getSources, getSplits, getTileComputationListeners, getTileFactory, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileIndices, getTileRect, getTiles, getTileWidth, getWidth, overlapsMultipleTiles, removeProperty, removePropertyChangeListener, removePropertyChangeListener, removeSink, removeSinks, removeTileComputationListener, setProperty, tileXToX, tileXToX, tileYToY, tileYToY, toString, wrapRenderedImage, XToTileX, XToTileX, YToTileY, YToTileY
-
Field Details
-
ARRAY_CALC
public static final boolean ARRAY_CALCConstant indicating that the inner random iterators must pre-calculate an array of the image positions- See Also:
-
TILE_CACHED
public static final boolean TILE_CACHEDConstant 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.
-