Uses of Class
cz.fidentis.analyst.data.face.HumanFaceEvent
Packages that use HumanFaceEvent
Package
Description
Wrapper for OpenGL canvas.
Complete human face model.
This package contains interfaces and
classes necessary for publish-subscribe notification of changes in human faces.
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.
Control panel for the registration (superimposition) of human faces.
Control panel for the symmetry plane computation and fine tuning.
Rendering toolbar.
-
Uses of HumanFaceEvent in cz.fidentis.analyst.canvas
Methods in cz.fidentis.analyst.canvas with parameters of type HumanFaceEvent -
Uses of HumanFaceEvent in cz.fidentis.analyst.data.face
Methods in cz.fidentis.analyst.data.face with parameters of type HumanFaceEventModifier and TypeMethodDescriptionvoid
HumanFaceListener.acceptEvent
(HumanFaceEvent event) Subscription method, which is invoked when an event appears.void
HumanFaceEventBus.announceEvent
(HumanFaceEvent evt) Broadcast event to registered listeners. -
Uses of HumanFaceEvent in cz.fidentis.analyst.data.face.impl
Methods in cz.fidentis.analyst.data.face.impl with parameters of type HumanFaceEvent -
Uses of HumanFaceEvent in cz.fidentis.analyst.engines.face.events
Subclasses of HumanFaceEvent in cz.fidentis.analyst.engines.face.eventsModifier and TypeClassDescriptionclass
A human face has been selectedclass
A human face all its components (mesh, symmetry plane, feature points, etc.)class
The root type for events relate to the changes in k-d tree.class
Some landmarks were added, removed, or shifted.class
New mesh distance metric has been computed.class
The root type for events relate to the changes in octree.class
A new symmetry plane has been added or the previous one has been recomputed. -
Uses of HumanFaceEvent in cz.fidentis.analyst.gui.task.batch.distance
Methods in cz.fidentis.analyst.gui.task.batch.distance with parameters of type HumanFaceEvent -
Uses of HumanFaceEvent in cz.fidentis.analyst.gui.task.batch.registration
Methods in cz.fidentis.analyst.gui.task.batch.registration with parameters of type HumanFaceEvent -
Uses of HumanFaceEvent in cz.fidentis.analyst.gui.task.batch.symmetry
Methods in cz.fidentis.analyst.gui.task.batch.symmetry with parameters of type HumanFaceEventModifier and TypeMethodDescriptionvoid
BatchCuttingPlanesAction.acceptEvent
(HumanFaceEvent event) -
Uses of HumanFaceEvent in cz.fidentis.analyst.gui.task.distance
Methods in cz.fidentis.analyst.gui.task.distance with parameters of type HumanFaceEvent -
Uses of HumanFaceEvent in cz.fidentis.analyst.gui.task.faceinfo
Methods in cz.fidentis.analyst.gui.task.faceinfo with parameters of type HumanFaceEvent -
Uses of HumanFaceEvent in cz.fidentis.analyst.gui.task.featurepoints
Methods in cz.fidentis.analyst.gui.task.featurepoints with parameters of type HumanFaceEvent -
Uses of HumanFaceEvent in cz.fidentis.analyst.gui.task.registration
Methods in cz.fidentis.analyst.gui.task.registration with parameters of type HumanFaceEvent -
Uses of HumanFaceEvent in cz.fidentis.analyst.gui.task.symmetry
Methods in cz.fidentis.analyst.gui.task.symmetry with parameters of type HumanFaceEventModifier and TypeMethodDescriptionvoid
CuttingPlanesAction.acceptEvent
(HumanFaceEvent event) void
SymmetryAction.acceptEvent
(HumanFaceEvent event) -
Uses of HumanFaceEvent in cz.fidentis.analyst.toolbar
Methods in cz.fidentis.analyst.toolbar with parameters of type HumanFaceEventModifier and TypeMethodDescriptionvoid
DoubleFaceToolbar.acceptEvent
(HumanFaceEvent event) void
SingleFaceToolbar.acceptEvent
(HumanFaceEvent event)