Class ImageClusteringExample


  • public class ImageClusteringExample
    extends Object
    This example shows how clustering can be applied to images.
    • Constructor Detail

      • 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 Detail

      • main

        public static void main​(String[] args)
                         throws IOException
        Program entry point.
        Parameters:
        args - program arguments (unused here)
        Throws:
        IOException - if display frame cannot be created.