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(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane)
      Constructor. A new FeaturePointsPanel is instantiated and added to the topControlPane
      Parameters:
      canvas - OpenGLCanvas
      task - Task with faces processed by current analytical task
      topControlPane - A top component when a new control panel is placed
  • Method Details