Class FaceOverviewAction

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

public class FaceOverviewAction extends ControlPanelAction<FaceOverviewPanel> implements HumanFaceListener
Action listener for face info.
See Also:
  • Constructor Details

    • FaceOverviewAction

      public FaceOverviewAction(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane, int faceIndex)
      Constructor. A new DistancePanel is instantiated and added to the topControlPane
      Parameters:
      canvas - OpenGL canvas
      faces - Faces processed by current analytical task
      topControlPane - A top component when a new control panel is placed
      faceIndex - face index from the faces
  • Method Details