Class ImageClusteringExample
java.lang.Object
org.hipparchus.samples.clustering.ImageClusteringExample
This example shows how clustering can be applied to images.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Main frame for displaying clusters. -
Constructor Summary
-
Method Summary
-
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.
-