|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaitools.demo.regionalize.RegionalizeDemo
public class RegionalizeDemo
Demonstrates using the Regionalize operation to identify regions of uniform value in a source image.
| Constructor Summary | |
|---|---|
RegionalizeDemo()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegionalizeDemo()
| Method Detail |
|---|
public static void main(String[] args)
args - ignoredpublic void demo()
public void regionalizeImage(RenderedImage image)
image - the test image
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||