Uses of Enum Class
cz.fidentis.analyst.engines.face.FaceStateServices.Mode
Packages that use FaceStateServices.Mode
-
Uses of FaceStateServices.Mode in cz.fidentis.analyst.engines.face
Methods in cz.fidentis.analyst.engines.face that return FaceStateServices.ModeModifier and TypeMethodDescriptionstatic FaceStateServices.Mode
Returns the enum constant of this class with the specified name.static FaceStateServices.Mode[]
FaceStateServices.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.fidentis.analyst.engines.face with parameters of type FaceStateServices.ModeModifier and TypeMethodDescriptionstatic void
FaceStateServices.updateBoundingBox
(HumanFace face, FaceStateServices.Mode mode) Manages bounding box of the given human face.static void
FaceStateServices.updateCurvature
(HumanFace face, FaceStateServices.Mode mode) Manages curvature values of the given human face.static void
FaceStateServices.updateGlyphs
(HumanFace face, FaceStateServices.Mode mode, PointSamplingConfig.Method method, int maxSamples) Manages glyphs of the given human face.static void
FaceStateServices.updateKdTree
(HumanFace face, FaceStateServices.Mode mode) Manages a k-d tree storing the mesh of given human face.static void
FaceStateServices.updateLandmarksVicinity
(HumanFace face, FaceStateServices.Mode mode) Manages vicinity of all landmarks of the given human face.static void
FaceStateServices.updateOctree
(HumanFace face, FaceStateServices.Mode mode) Manages an octree storing the mesh of given human face.static void
FaceStateServices.updateSymmetryPlane
(HumanFace face, FaceStateServices.Mode mode, SymmetryConfig meshSymmetryConfig) Computes symmetry plane from mesh or landmarks. -
Uses of FaceStateServices.Mode in cz.fidentis.analyst.engines.face.impl
Methods in cz.fidentis.analyst.engines.face.impl with parameters of type FaceStateServices.ModeModifier and TypeMethodDescriptionvoid
FaceStateServicesImpl.updateBoundingBox
(HumanFace face, FaceStateServices.Mode mode) Manages bounding box of the given human face.void
FaceStateServicesImpl.updateCurvature
(HumanFace face, FaceStateServices.Mode mode) Manages curvature values of the given human face.void
FaceStateServicesImpl.updateGlyphs
(HumanFace face, FaceStateServices.Mode mode, PointSamplingConfig.Method method, int maxSamples) Manages glyphs of the given human face.void
FaceStateServicesImpl.updateKdTree
(HumanFace face, FaceStateServices.Mode mode) Manages a k-d tree storing the mesh of given human face.void
FaceStateServicesImpl.updateLandmarksVicinity
(HumanFace face, FaceStateServices.Mode mode) Computes vicinity of all landmarks of the given human face.void
FaceStateServicesImpl.updateOctree
(HumanFace face, FaceStateServices.Mode mode) Manages an octree storing the mesh of given human face.void
FaceStateServicesImpl.updateSymmetryPlane
(HumanFace face, FaceStateServices.Mode mode, SymmetryConfig meshSymmetryConfig) Computes symmetry plane from mesh or landmarks.