Uses of Record Class
cz.fidentis.analyst.engines.symmetry.SymmetryConfig
Packages that use SymmetryConfig
Package
Description
Detection of landmarks by making canvas snapshots, detecting landmarks in 2D, and then
projecting 2D landmarks back to the scene.
-
Uses of SymmetryConfig in cz.fidentis.analyst.engines.face
Methods in cz.fidentis.analyst.engines.face with parameters of type SymmetryConfigModifier and TypeMethodDescriptionstatic void
FaceStateServices.updateSymmetryPlane
(HumanFace face, FaceStateServices.Mode mode, SymmetryConfig meshSymmetryConfig) Computes symmetry plane from mesh or landmarks. -
Uses of SymmetryConfig in cz.fidentis.analyst.engines.face.impl
Methods in cz.fidentis.analyst.engines.face.impl with parameters of type SymmetryConfigModifier and TypeMethodDescriptionvoid
FaceStateServicesImpl.updateSymmetryPlane
(HumanFace face, FaceStateServices.Mode mode, SymmetryConfig meshSymmetryConfig) Computes symmetry plane from mesh or landmarks. -
Uses of SymmetryConfig in cz.fidentis.analyst.engines.symmetry
Methods in cz.fidentis.analyst.engines.symmetry with parameters of type SymmetryConfigModifier and TypeMethodDescriptionstatic Plane
SymmetryServices.estimate
(MeshFacet mesh, SymmetryConfig strategy) Returns a symmetry plane.static Plane
SymmetryServices.estimate
(MeshModel mesh, SymmetryConfig strategy) Returns a symmetry plane.static Plane
SymmetryServices.estimate
(Collection<MeshFacet> mesh, SymmetryConfig config) Returns a symmetry plane. -
Uses of SymmetryConfig in cz.fidentis.analyst.landmarks
Methods in cz.fidentis.analyst.landmarks with parameters of type SymmetryConfigModifier and TypeMethodDescriptionLandmarksDetector.recognizeFromMultipleAngles
(int faceSlot, SymmetryConfig symmetryConfig, int minLandmarks, double cameraRotationAngle) Detects landmarks of a face. -
Uses of SymmetryConfig in cz.fidentis.analyst.landmarks.impl
Methods in cz.fidentis.analyst.landmarks.impl with parameters of type SymmetryConfigModifier and TypeMethodDescriptionLandmarksDetectorImpl.recognizeFromMultipleAngles
(int faceSlot, SymmetryConfig symmetryConfig, int minLandmarks, double cameraRotationAngle)