Uses of Interface
cz.fidentis.analyst.data.face.HumanFacesEventBusService
Packages that use HumanFacesEventBusService
Package
Description
Wrapper for OpenGL canvas.
Complete human face model.
FIDENTIS project.
Control panels and other GUI elements of a task.
Control panel for distance computation and visualization, e.g.
Control panel for showing and possibly managing information related
to a human face data, e.g., available data files, size of the model, etc.
Control panel for the manipulation and management of feature points
and other landmarks.
package for interactive mask GUI
Control panel for the registration (superimposition) of human faces.
Control panel for the symmetry plane computation and fine tuning.
Rendering toolbar.
-
Uses of HumanFacesEventBusService in cz.fidentis.analyst.canvas
Constructors in cz.fidentis.analyst.canvas with parameters of type HumanFacesEventBusServiceModifierConstructorDescriptionCanvas
(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService) Constructor.MouseClickListener
(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas) constructor requiring one parameter -
Uses of HumanFacesEventBusService in cz.fidentis.analyst.data.face
Classes in cz.fidentis.analyst.data.face that implement HumanFacesEventBusServiceFields in cz.fidentis.analyst.data.face declared as HumanFacesEventBusServiceModifier and TypeFieldDescriptionstatic final HumanFacesEventBusService
HumanFacesEventBusService.INSTANCE
-
Uses of HumanFacesEventBusService in cz.fidentis.analyst.gui.project
Constructors in cz.fidentis.analyst.gui.project with parameters of type HumanFacesEventBusServiceModifierConstructorDescriptionProjectPanel
(ProjectService projectService, FaceService faceService, TaskService taskService, HumanFacesEventBusService humanFacesEventBusService, SwingTopComponent topComponent) Constructor. -
Uses of HumanFacesEventBusService in cz.fidentis.analyst.gui.task
Constructors in cz.fidentis.analyst.gui.task with parameters of type HumanFacesEventBusServiceModifierConstructorDescriptionTaskWindow
(ProjectPanel projectPanel, TaskService taskService, FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Task task, ActionListener endTaskListener, SwingTopComponent topComponent) Constructor. -
Uses of HumanFacesEventBusService in cz.fidentis.analyst.gui.task.batch.symmetry
Constructors in cz.fidentis.analyst.gui.task.batch.symmetry with parameters of type HumanFacesEventBusServiceModifierConstructorDescriptionBatchCuttingPlanesAction
(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of HumanFacesEventBusService in cz.fidentis.analyst.gui.task.distance
Constructors in cz.fidentis.analyst.gui.task.distance with parameters of type HumanFacesEventBusServiceModifierConstructorDescriptionDistanceAction
(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of HumanFacesEventBusService in cz.fidentis.analyst.gui.task.faceinfo
Constructors in cz.fidentis.analyst.gui.task.faceinfo with parameters of type HumanFacesEventBusServiceModifierConstructorDescriptionFaceOverviewAction
(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane, int faceIndex) Constructor. -
Uses of HumanFacesEventBusService in cz.fidentis.analyst.gui.task.featurepoints
Constructors in cz.fidentis.analyst.gui.task.featurepoints with parameters of type HumanFacesEventBusServiceModifierConstructorDescriptionFeaturePointsAction
(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of HumanFacesEventBusService in cz.fidentis.analyst.gui.task.masks
Constructors in cz.fidentis.analyst.gui.task.masks with parameters of type HumanFacesEventBusServiceModifierConstructorDescriptionInteractiveMaskTask
(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, ArrayList<Point> pointsToProject, int panelWidth, int panelHeight) Constructor with 4 parmeters -
Uses of HumanFacesEventBusService in cz.fidentis.analyst.gui.task.registration
Constructors in cz.fidentis.analyst.gui.task.registration with parameters of type HumanFacesEventBusServiceModifierConstructorDescriptionRegistrationAction
(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of HumanFacesEventBusService in cz.fidentis.analyst.gui.task.symmetry
Constructors in cz.fidentis.analyst.gui.task.symmetry with parameters of type HumanFacesEventBusServiceModifierConstructorDescriptionCuttingPlanesAction
(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor.SymmetryAction
(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of HumanFacesEventBusService in cz.fidentis.analyst.toolbar
Constructors in cz.fidentis.analyst.toolbar with parameters of type HumanFacesEventBusServiceModifierConstructorDescriptionBatchToolbar
(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task) Constructor.DoubleFaceToolbar
(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task) Constructor.SingleFaceToolbar
(HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task) Constructor.