public class RegionalizeDemo extends Object
| Constructor and Description |
|---|
RegionalizeDemo() |
| Modifier and Type | Method and Description |
|---|---|
void |
demo()
Gets a test image (the chessboard image) from the
object.
|
static void |
main(String[] args)
Main method: simple calls the demo method
|
void |
regionalizeImage(RenderedImage image)
Regionalizes the test chessboard image in two ways:
firstly with only orthogonal connectedness; then
allowing diagonal connectedness.
|
public static void main(String[] args)
args - ignoredpublic void demo()
public void regionalizeImage(RenderedImage image)
image - the test imageCopyright © 2009–2020. All rights reserved.