| Package | Description |
|---|---|
| org.jaitools.imageutils |
Helper classes used by image operators, plus general utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
FillResult |
FloodFiller.fill(int x,
int y,
int fillValue)
Fills the region connected to the specified start pixel.
|
FillResult |
FloodFiller.fill(int x,
int y,
int fillValue,
double refValue)
Fills the region connected to the specified start pixel.
|
FillResult |
FloodFiller.fillRadius(int x,
int y,
int fillValue,
double radius)
Fills the region connected to the specified start pixel and lying within
radius pixels of the start pixel. |
FillResult |
FloodFiller.fillRadius(int x,
int y,
int fillValue,
double refValue,
double radius)
Fills the region connected to the specified start pixel and lying within
radius pixels of the start pixel. |
| Modifier and Type | Method and Description |
|---|---|
void |
FillResult.expand(FillResult other)
Merges the given region into this region.
|
Copyright © 2009–2020. All rights reserved.