public class ImageClusteringExample
extends Object
This example shows how clustering can be applied to images.
-
Nested Class Summary 
Nested Classes
static class
Main frame for displaying clusters.
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
ImageClusteringExample 
public ImageClusteringExample()
Empty constructor.
This constructor is not strictly necessary, but it prevents spurious
javadoc warnings with JDK 18 and later.
- Since:
- 3.0
-
Method Details 
-
main 
Program entry point.
- Parameters:
args
- program arguments (unused here)
- Throws:
IOException
- if display frame cannot be created.