Class FeaturePointsAction

All Implemented Interfaces:
HumanFaceListener, ActionListener, Serializable, Cloneable, EventListener, Action

public class FeaturePointsAction extends ControlPanelAction<FeaturePointsPanel> implements HumanFaceListener
Action listener for the FeaturePointsPanel
See Also:
  • Constructor Details

    • FeaturePointsAction

      public FeaturePointsAction(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane)
      Constructor. A new FeaturePointsPanel is instantiated and added to the topControlPane
      Parameters:
      canvas - OpenGLCanvas
      faces - Faces processed by current analytical task
      topControlPane - A top component when a new control panel is placed
  • Method Details