Interface BatchFaceRegistration

All Known Implementing Classes:
BatchFaceRegistrationImpl

public interface BatchFaceRegistration
N:N registration and/or the computation of the average face.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the average mesh obtained by the metamorphoses of the template face se in the constructor.
    void
    Register and/or update (metamorphose) the template face.
  • Method Details

    • register

      void register(HumanFace face)
      Register and/or update (metamorphose) the template face.
      Parameters:
      face - Face to be registered and/or used to compute the average face. Be aware that the registration changes the face's mesh geometry! (position in space and possibly the size)
    • getAverageMesh

      MeshModel getAverageMesh()
      Returns the average mesh obtained by the metamorphoses of the template face se in the constructor. If the register(cz.fidentis.analyst.data.face.HumanFace) method does not compute the average face, then the original mesh of the template face is returned.
      Returns:
      the average mesh obtained by the metamorphoses of the template face se in the constructor.