Uses of Interface
cz.fidentis.analyst.data.face.FaceService
Packages that use FaceService
Package
Description
Wrapper for OpenGL canvas.
FIDENTIS project.
Control panels and other GUI elements of a task.
Control panel for the manipulation and management of feature points
and other landmarks.
Control panel for the registration (superimposition) of human faces.
Control panel for the symmetry plane computation and fine tuning.
-
Uses of FaceService in cz.fidentis.analyst.canvas
Constructors in cz.fidentis.analyst.canvas with parameters of type FaceServiceModifierConstructorDescriptionCanvas
(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService) Constructor. -
Uses of FaceService in cz.fidentis.analyst.data.face.impl
Classes in cz.fidentis.analyst.data.face.impl that implement FaceService -
Uses of FaceService in cz.fidentis.analyst.gui.project
Constructors in cz.fidentis.analyst.gui.project with parameters of type FaceServiceModifierConstructorDescriptionAddFacesWorker
(ProgressDialog<Void, Void> progressDialog, Project openedProject, FaceService faceService, File[] files) Constructor.ProjectPanel
(ProjectService projectService, FaceService faceService, TaskService taskService, HumanFacesEventBusService humanFacesEventBusService, SwingTopComponent topComponent) Constructor. -
Uses of FaceService in cz.fidentis.analyst.gui.task
Constructors in cz.fidentis.analyst.gui.task with parameters of type FaceServiceModifierConstructorDescriptionTaskWindow
(ProjectPanel projectPanel, TaskService taskService, FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Task task, ActionListener endTaskListener, SwingTopComponent topComponent) Constructor. -
Uses of FaceService in cz.fidentis.analyst.gui.task.batch.symmetry
Constructors in cz.fidentis.analyst.gui.task.batch.symmetry with parameters of type FaceServiceModifierConstructorDescriptionBatchCuttingPlanesAction
(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of FaceService in cz.fidentis.analyst.gui.task.featurepoints
Constructors in cz.fidentis.analyst.gui.task.featurepoints with parameters of type FaceServiceModifierConstructorDescriptionFeaturePointsAction
(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of FaceService in cz.fidentis.analyst.gui.task.registration
Constructors in cz.fidentis.analyst.gui.task.registration with parameters of type FaceServiceModifierConstructorDescriptionRegistrationAction
(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of FaceService in cz.fidentis.analyst.gui.task.symmetry
Constructors in cz.fidentis.analyst.gui.task.symmetry with parameters of type FaceServiceModifierConstructorDescriptionSymmetryAction
(FaceService faceService, HumanFacesEventBusService humanFacesEventBusService, Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Uses of FaceService in cz.fidentis.analyst.project.impl
Constructors in cz.fidentis.analyst.project.impl with parameters of type FaceServiceModifierConstructorDescriptionProjectServiceImpl
(TaskService taskService, FaceService faceService, ProjectRepository projectRepository) TaskServiceImpl
(FaceService faceService, ProjectRepository projectRepository, TaskRepository taskRepository)