Class EllipseToy

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class EllipseToy extends JComponent
Provides an interactive graphical representation of the Ellipse Matching algorithms used in this package. Executing the main(java.lang.String[]) method of this class posts a window with two ellipses whose position, shape and orientation can be dragged around using the mouse, and displays the match status that the ellipse matching algorithms calculate for them. This provides a sanity check that the algorithms are working as they should do.
Since:
30 Aug 2011
Author:
Mark Taylor
See Also:
  • Constructor Details

    • EllipseToy

      public EllipseToy()
  • Method Details

    • main

      public static void main(String[] args)
      Main method. Use "-h" flag for help.