Uses of Class
cz.fidentis.analyst.data.surfacemask.SurfaceMask
Packages that use SurfaceMask
Package
Description
Complete human face model.
Drawable objects of the scene.
OpenGL rendering classes.
-
Uses of SurfaceMask in cz.fidentis.analyst.data.face
Methods in cz.fidentis.analyst.data.face that return SurfaceMaskMethods in cz.fidentis.analyst.data.face with parameters of type SurfaceMaskModifier and TypeMethodDescriptionvoid
HumanFace.setSurfaceMask
(SurfaceMask surfaceMask) Set a surface mask. -
Uses of SurfaceMask in cz.fidentis.analyst.data.face.impl
Methods in cz.fidentis.analyst.data.face.impl that return SurfaceMaskMethods in cz.fidentis.analyst.data.face.impl with parameters of type SurfaceMask -
Uses of SurfaceMask in cz.fidentis.analyst.data.surfacemask
Methods in cz.fidentis.analyst.data.surfacemask that return SurfaceMaskModifier and TypeMethodDescriptionMasksCorrespondence.getEllipse
(SurfaceMask mask3d) Retrieves the ellipse-shaped 3D surface mask associated with a given bounding mask.Methods in cz.fidentis.analyst.data.surfacemask with parameters of type SurfaceMaskModifier and TypeMethodDescriptionvoid
MasksCorrespondence.addCorrespondence
(SurfaceMask mask3d, SurfaceMask boundingMask, SurfaceMask2D mask2d, Layer layer) Adds a correspondence mapping between a 3D surface mask and a 2D surface mask.MasksCorrespondence.get2dMask
(SurfaceMask mask3d) Retrieves the 2D surface mask corresponding to a given 3D mask.MasksCorrespondence.getEllipse
(SurfaceMask mask3d) Retrieves the ellipse-shaped 3D surface mask associated with a given bounding mask.void
SurfaceMask.shiftPointsEllipse
(SurfaceMask.MaskPoint3D point, javax.vecmath.Point3d newPoint, SurfaceMask ellipseMask) Shifts the position of a points of rectangle points which have inscribed ellipse by a given offset. -
Uses of SurfaceMask in cz.fidentis.analyst.drawables
Methods in cz.fidentis.analyst.drawables that return SurfaceMaskConstructors in cz.fidentis.analyst.drawables with parameters of type SurfaceMask -
Uses of SurfaceMask in cz.fidentis.analyst.drawables.renderers.impl
Methods in cz.fidentis.analyst.drawables.renderers.impl with parameters of type SurfaceMaskModifier and TypeMethodDescriptionDrawableInteractiveMaskRenderer.getBoxes
(SurfaceMask mask) Legacy code to get bounding boxes for lines between pointsDrawableInteractiveMaskRenderer.getCylinders
(SurfaceMask mask) Calculates bounding cylinders to draw a connecting line between two points correctlyprotected List
<CrossSection3D> DrawableInteractiveMaskRenderer.interpolatePoints
(SurfaceMask mask) interpolates curves to draw onto face -
Uses of SurfaceMask in cz.fidentis.analyst.engines.face
Methods in cz.fidentis.analyst.engines.face that return types with arguments of type SurfaceMaskModifier and TypeMethodDescriptionstatic List
<SurfaceMask> FaceMasksServices.detectFaceMasks
(HumanFace face, Set<SurfaceMaskVariant> variants) Runs automatic detection of face masks for pre-defined parts of the face. -
Uses of SurfaceMask in cz.fidentis.analyst.engines.face.impl
Methods in cz.fidentis.analyst.engines.face.impl that return types with arguments of type SurfaceMaskModifier and TypeMethodDescriptionFaceMasksServicesImpl.detectFaceMasks
(HumanFace face, Set<SurfaceMaskVariant> variants) Runs automatic detection of face masks for pre-defined parts of the face. -
Uses of SurfaceMask in cz.fidentis.analyst.engines.interactivemask
Methods in cz.fidentis.analyst.engines.interactivemask that return SurfaceMaskModifier and TypeMethodDescriptionBoundingBoxMaskProjector.getResult()
Gets the resulting projected mask.MaskProjector.getResult()
Gets the result from visitorConstructors in cz.fidentis.analyst.engines.interactivemask with parameters of type SurfaceMaskModifierConstructorDescriptionMaskProjectorBack
(MaskProjectorConfig config, SurfaceMask surfaceMask) Constructs a MaskProjectorBack instance with a given configuration and 3D surface mask. -
Uses of SurfaceMask in cz.fidentis.analyst.rendering
Methods in cz.fidentis.analyst.rendering with parameters of type SurfaceMaskModifier and TypeMethodDescriptionboolean
Scene.setDrawableInteractiveMask
(int slot, SurfaceMask mask) Sets drawable interactive mask.