Class BatchDistanceAction

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

public class BatchDistanceAction extends ControlPanelAction<BatchDistancePanel> implements HumanFaceListener
Action listener for batch registration phase.
See Also:
  • Constructor Details

    • BatchDistanceAction

      public BatchDistanceAction(Canvas canvas, FacesProxyDecorator batchFacesProxy, JTabbedPane topControlPane)
      Constructor. A new BatchDistancePanel is instantiated and added to the topControlPane
      Parameters:
      canvas - OpenGL canvas
      batchFacesProxy - Shared faces across multiple batch tabs. The Distance tab checks for changes in the average face stored in the decorator.
      topControlPane - A top component when a new control panel is placed
  • Method Details