Class FaceFrontalDirectionServicesImpl

java.lang.Object
cz.fidentis.analyst.engines.face.impl.FaceFrontalDirectionServicesImpl

public class FaceFrontalDirectionServicesImpl extends Object
Implementation of autodetection services.
  • Constructor Details

    • FaceFrontalDirectionServicesImpl

      public FaceFrontalDirectionServicesImpl()
  • Method Details

    • detectFaceFrontalDirection

      public Ray detectFaceFrontalDirection(HumanFace face)
      Detects face frontal direction.
      Parameters:
      face - Human face
      Returns:
      Ray object
    • detectPronasaleLandmark

      public javax.vecmath.Point3d detectPronasaleLandmark(HumanFace face)
      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