org.geotools.coverage.processing.operation
Class MinFilter
Object
AbstractOperation
Operation2D
OperationJAI
MinFilter
- All Implemented Interfaces:
- Serializable, Operation
public class MinFilter
- extends OperationJAI
For each position of the mask, replaces the center pixel by the minimum of the pixel
values covered by the mask.
Name: "MinFilter"
JAI operator: "MinFilter"
Parameters:
- Since:
- 2.3
- Author:
- Martin Desruisseaux (IRD)
- See Also:
- Serialized Form
- Module:
modules/library/coverage (gt-coverage.jar)
Constructor Summary |
MinFilter()
Constructs a default "MinFilter" operation. |
Methods inherited from class OperationJAI |
createRenderedImage, deriveCategory, deriveGridCoverage, deriveName, deriveRange, deriveSampleDimension, deriveUnit, doOperation, equals, getJAI, getOperationDescriptor, getProperties, getQuantitative, prepareParameters, resampleToCommonGeometry |
Methods inherited from class AbstractOperation |
ensureNonNull, getDescription, getDocURL, getName, getNumSources, getParameters, getProcessor, getVendor, getVersion, hashCode, toString |
MinFilter
public MinFilter()
- Constructs a default
"MinFilter"
operation.
Copyright © 1996-2010 Geotools. All Rights Reserved.