Uses of Class
cz.fidentis.analyst.data.face.StoredHumanFace
Packages that use StoredHumanFace
Package
Description
Wrapper for OpenGL canvas.
Complete human face model.
Drawable objects of the scene.
Control panel for showing visual data of face differences.
package for interactive mask GUI
OpenGL rendering classes.
-
Uses of StoredHumanFace in cz.fidentis.analyst.canvas
Methods in cz.fidentis.analyst.canvas that return types with arguments of type StoredHumanFaceModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Pair
<StoredHumanFace, RayIntersection> Canvas.castRay
(javax.vecmath.Point3d startPoint, javax.vecmath.Vector3d direction) Casts a ray through a point in 3D space and finds the intersection with the closest face.org.apache.commons.lang3.tuple.Pair
<StoredHumanFace, RayIntersection> Canvas.castRayThroughPixel
(int pixelX, int pixelY) Cast a ray through a pixel and find the intersection with visible faces only (hidden faces and other graphical objects are omitted). -
Uses of StoredHumanFace in cz.fidentis.analyst.data.face
Methods in cz.fidentis.analyst.data.face that return StoredHumanFaceModifier and TypeMethodDescriptionFaceService.getFaceByReference
(FaceReference reference) Returns face based on given referenceFaceService.getHumanFaceById
(Long id) Returns face based on given idMethods in cz.fidentis.analyst.data.face with parameters of type StoredHumanFaceModifier and TypeMethodDescriptionvoid
FaceService.updateHumanFace
(StoredHumanFace humanFace) Updates face in the database -
Uses of StoredHumanFace in cz.fidentis.analyst.data.face.impl
Methods in cz.fidentis.analyst.data.face.impl that return StoredHumanFaceModifier and TypeMethodDescriptionFaceServiceImpl.getFaceByReference
(FaceReference reference) FaceServiceImpl.getHumanFaceById
(Long id) Methods in cz.fidentis.analyst.data.face.impl with parameters of type StoredHumanFaceModifier and TypeMethodDescriptionvoid
FaceServiceImpl.updateHumanFace
(StoredHumanFace humanFace) -
Uses of StoredHumanFace in cz.fidentis.analyst.drawables
Methods in cz.fidentis.analyst.drawables that return StoredHumanFaceConstructors in cz.fidentis.analyst.drawables with parameters of type StoredHumanFace -
Uses of StoredHumanFace in cz.fidentis.analyst.gui.task.batch.distance
Methods in cz.fidentis.analyst.gui.task.batch.distance that return StoredHumanFaceModifier and TypeMethodDescriptionBatchControlPanel.getSelectedFace()
Returns the face selected in a menu.BatchDistancePanel.getSelectedFace()
Returns the face selected in a menu.protected StoredHumanFace
BatchIndirectDistanceTask.getSelectedFace()
Methods in cz.fidentis.analyst.gui.task.batch.distance with parameters of type StoredHumanFaceModifier and TypeMethodDescriptionvoid
BatchDistanceListener.registrationCompleted
(StoredHumanFace face) Get the face that should be shown on the left side of the opened task -
Uses of StoredHumanFace in cz.fidentis.analyst.gui.task.batch.distanceheatmap
Methods in cz.fidentis.analyst.gui.task.batch.distanceheatmap that return StoredHumanFaceModifier and TypeMethodDescriptionBatchDistanceHeatmapPanel.getSelectedFace()
Returns the face selected in a menu.Methods in cz.fidentis.analyst.gui.task.batch.distanceheatmap with parameters of type StoredHumanFaceModifier and TypeMethodDescriptionvoid
BatchDistanceHeatmapAction.registrationCompleted
(StoredHumanFace face) -
Uses of StoredHumanFace in cz.fidentis.analyst.gui.task.batch.registration
Methods in cz.fidentis.analyst.gui.task.batch.registration that return StoredHumanFaceModifier and TypeMethodDescriptionprotected StoredHumanFace
BatchRegistrationTask.createAvgFace
(MeshModel avgMesh) BatchRegistrationPanel.getSelectedFace()
Returns the face selected in a menu.protected StoredHumanFace
BatchRegistrationTask.getTemplateFace()
Method parameters in cz.fidentis.analyst.gui.task.batch.registration with type arguments of type StoredHumanFaceModifier and TypeMethodDescriptionprotected void
BatchRegistrationTask.process
(List<StoredHumanFace> chunks) Constructor parameters in cz.fidentis.analyst.gui.task.batch.registration with type arguments of type StoredHumanFaceModifierConstructorDescriptionBatchRegistrationTask
(ProgressDialog<MeshModel, StoredHumanFace> progressDialog, BatchRegistrationPanel controlPanel, Canvas canvas) Constructor. -
Uses of StoredHumanFace in cz.fidentis.analyst.gui.task.batch.symmetry
Methods in cz.fidentis.analyst.gui.task.batch.symmetry that return StoredHumanFaceModifier and TypeMethodDescriptionBatchCuttingPlanesPanel.getSelectedFace()
Returns the face selected in a menu. -
Uses of StoredHumanFace in cz.fidentis.analyst.gui.task.masks
Methods in cz.fidentis.analyst.gui.task.masks that return StoredHumanFace -
Uses of StoredHumanFace in cz.fidentis.analyst.rendering
Methods in cz.fidentis.analyst.rendering with parameters of type StoredHumanFaceModifier and TypeMethodDescriptionboolean
Scene.setDrawableFace
(int slot, StoredHumanFace face) Sets the drawable face (mesh).boolean
Scene.setHumanFace
(int slot, StoredHumanFace face) Sets the face and all its existing drawable components.