See: Description
| Class | Description |
|---|---|
| FillResult |
This class is used by the
RegionalizeOpImage and FloodFiller
to record data describing an image region that has just been flood-filled. |
| FloodFiller |
A flood-filling algorithm to use with rasters.
|
| FloodFiller.ScanSegment |
Records a segment of contiguous pixels in a single row that will
become part of a filled region.
|
| ImageLayout2 |
Extends the standard JAI
ImageLayout to provide a reliable hash function. |
| ImageSet<K> |
ImageSet of <K>.
|
| ImageSet.Element |
An
ImageSet element consisting of a RenderedImage
and an associated outside value. |
| ImageSet.Iterator<K> | |
| ImageUtils |
Provides static utility methods for some common image-related tasks.
|
| RandomBorderExtender |
A BorderExtender that generates uniform random pixel values in a
user-specified range
|
| ROIGeometry |
An ROI class backed by a vector object providing precision and the ability
to handle massive regions.
|
| SamplingBorderExtender |
A BorderExtender that generates pixel values by randomly sampling
the source image within a threshold distance of each border pixel
|
| Enum | Description |
|---|---|
| ImageDataType |
Associates DataBuffer data type constants with
Number classes.
|
Copyright © 2009–2020. All rights reserved.