Class BatchRegistrationAction

java.lang.Object
javax.swing.AbstractAction
cz.fidentis.analyst.gui.task.ControlPanelAction<BatchRegistrationPanel>
cz.fidentis.analyst.gui.task.batch.registration.BatchRegistrationAction
All Implemented Interfaces:
HumanFaceListener, ActionListener, Serializable, Cloneable, EventListener, Action

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

    • BatchRegistrationAction

      public BatchRegistrationAction(Canvas canvas, FacesProxyDecorator batchFacesProxy, JTabbedPane topControlPane)
      Constructor. A new BatchPanel is instantiated and added to the topControlPane
      Parameters:
      canvas - OpenGL canvas
      batchFacesProxy - Shared faces across multiple batch tabs. The Registration tab recomputes the shared average face stored inside the decorator.
      topControlPane - A top component when a new control panel is placed
  • Method Details