Class FaceFrontalDirectionServicesImpl
java.lang.Object
cz.fidentis.analyst.engines.face.impl.FaceFrontalDirectionServicesImpl
Implementation of autodetection services.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetects face frontal direction.javax.vecmath.Point3d
Detects pronasale landmark from symmetry plane and 3D profile curve.
-
Constructor Details
-
FaceFrontalDirectionServicesImpl
public FaceFrontalDirectionServicesImpl()
-
-
Method Details
-
detectFaceFrontalDirection
Detects face frontal direction.- Parameters:
face
- Human face- Returns:
- Ray object
-
detectPronasaleLandmark
Detects pronasale landmark from symmetry plane and 3D profile curve. Crops the profile to avoid edge noise. Fits a straight baseline through the curve’s two end‐points. Computes perpendicular distance of each point to baseline. Selects point with maximum distance as pronasale landmark.- Parameters:
face
- Human face with symmetry plane- Returns:
- 3D point of pronasale landmark
-