Class BatchFaceRegistrationServices

java.lang.Object
cz.fidentis.analyst.engines.face.batch.registration.BatchFaceRegistrationServices

public class BatchFaceRegistrationServices extends Object
Services for the computation of N:N registration and/or computing an average face.
  • Constructor Details

    • BatchFaceRegistrationServices

      public BatchFaceRegistrationServices()
  • Method Details

    • initRegistration

      public static BatchFaceRegistration initRegistration(HumanFace templateFace, BatchFaceRegistrationConfig config)
      Constructor.
      Parameters:
      templateFace - A template face towards which other faces are registered and/or from which the average face is computed. Be aware that if the average face computation is requested, then the template face geometry (mesh) metamorphoses (changes its geometry)! Therefore, use a clone if you need to preserve the original face.
      config - Parameter object for this service