Uses of Class
cz.fidentis.analyst.project.FacesProxy
Packages that use FacesProxy
Package
Description
Generic graphical elements.
FIDENTIS project.
Table with the list of models and corresponding interactions.
Control panels and other GUI elements of a task.
Control panel for batch processing.
Control panel for curvature computation and analysis.
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.
The management of FIDENTIS projects and analytical tasks.
Rendering toolbar.
-
Uses of FacesProxy in cz.fidentis.analyst.gui.elements
Methods in cz.fidentis.analyst.gui.elements with parameters of type FacesProxyModifier and TypeMethodDescriptionvoid
FaceInfoPanel.showFaceState
(FacesProxy faces, int face) Show face infovoid
FaceInfoPanel.showFaceState
(FacesProxy faces, String faceName) Show face info -
Uses of FacesProxy in cz.fidentis.analyst.gui.project
Methods in cz.fidentis.analyst.gui.project with parameters of type FacesProxyModifier and TypeMethodDescriptionprotected TaskWindow
ProjectPanel.openTaskTab
(FacesProxy taskFaces) Creates and/or opens an analytical tab.Constructor parameters in cz.fidentis.analyst.gui.project with type arguments of type FacesProxyModifierConstructorDescriptionOpenTasksWorker
(List<File> faces, ProgressDialog progressDialog, Consumer<FacesProxy> consumer) Constructor.RecoverTasksWorker
(Project project, ProgressDialog<Boolean, Integer> progressDialog, BiConsumer<Camera, FacesProxy> consumer) Constructor. -
Uses of FacesProxy in cz.fidentis.analyst.gui.project.table
Methods in cz.fidentis.analyst.gui.project.table with parameters of type FacesProxyModifier and TypeMethodDescriptionvoid
ProjectTable.addRow
(FacesProxy faces, int faceIndex, ActionListener taskSelected) Adds new row to the table.void
ProjectTable.linkFacesWithTask
(FacesProxy taskFaces) Find faces (rows) that are included in the given task and links the task with them by adding the task name into to combo-box column.void
ProjectTable.unlinkFacesFromTask
(FacesProxy taskFaces) Finds all faces (lines) thar are linked with the given task and removes the task from their combo-box column. -
Uses of FacesProxy in cz.fidentis.analyst.gui.task
Methods in cz.fidentis.analyst.gui.task that return FacesProxyModifier and TypeMethodDescriptionprotected FacesProxy
ControlPanelAction.getFaces()
TaskWindow.getFacesProxy()
Constructors in cz.fidentis.analyst.gui.task with parameters of type FacesProxyModifierConstructorDescriptionControlPanelAction
(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane) Constructor.TaskWindow
(FacesProxy faces, ActionListener endTaskListener) Constructor. -
Uses of FacesProxy in cz.fidentis.analyst.gui.task.batch
Subclasses of FacesProxy in cz.fidentis.analyst.gui.task.batchModifier and TypeClassDescriptionclass
In contrast to theFacesProxy
, which deals with faces that are the subject of batch processing, this class add handling of the (optionally computed) average face.Methods in cz.fidentis.analyst.gui.task.batch that return FacesProxyConstructors in cz.fidentis.analyst.gui.task.batch with parameters of type FacesProxy -
Uses of FacesProxy in cz.fidentis.analyst.gui.task.curvature
Constructors in cz.fidentis.analyst.gui.task.curvature with parameters of type FacesProxyModifierConstructorDescriptionCurvatureAction
(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane) Constructor. -
Uses of FacesProxy in cz.fidentis.analyst.gui.task.distance
Constructors in cz.fidentis.analyst.gui.task.distance with parameters of type FacesProxyModifierConstructorDescriptionDistanceAction
(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane) Constructor. -
Uses of FacesProxy in cz.fidentis.analyst.gui.task.faceinfo
Constructors in cz.fidentis.analyst.gui.task.faceinfo with parameters of type FacesProxyModifierConstructorDescriptionFaceOverviewAction
(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane, int faceIndex) Constructor.FaceOverviewPanel
(ActionListener action, FacesProxy faces, int faceIndex) Constructor. -
Uses of FacesProxy in cz.fidentis.analyst.gui.task.featurepoints
Constructors in cz.fidentis.analyst.gui.task.featurepoints with parameters of type FacesProxyModifierConstructorDescriptionFeaturePointsAction
(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane) Constructor. -
Uses of FacesProxy in cz.fidentis.analyst.gui.task.interactivemask
Constructors in cz.fidentis.analyst.gui.task.interactivemask with parameters of type FacesProxyModifierConstructorDescriptionInteractiveMaskAction
(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane) Constructor A newInteractiveMaskPanel
is instantiated and added to thetopControlPane
-
Uses of FacesProxy in cz.fidentis.analyst.gui.task.registration
Constructors in cz.fidentis.analyst.gui.task.registration with parameters of type FacesProxyModifierConstructorDescriptionRegistrationAction
(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane) Constructor. -
Uses of FacesProxy in cz.fidentis.analyst.gui.task.symmetry
Constructors in cz.fidentis.analyst.gui.task.symmetry with parameters of type FacesProxyModifierConstructorDescriptionCuttingPlanesAction
(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane) Constructor.SymmetryAction
(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane) Constructor. -
Uses of FacesProxy in cz.fidentis.analyst.project
Methods in cz.fidentis.analyst.project that return FacesProxyConstructors in cz.fidentis.analyst.project with parameters of type FacesProxyModifierConstructorDescriptionProjectJsonStructure
(FacesProxy faces) Constructor from faces proxy used for serialization. -
Uses of FacesProxy in cz.fidentis.analyst.toolbar
Constructors in cz.fidentis.analyst.toolbar with parameters of type FacesProxyModifierConstructorDescriptionDoubleFaceToolbar
(Canvas canvas, FacesProxy faces) Constructor.SingleFaceToolbar
(Canvas canvas, FacesProxy faces) Constructor.