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 TypeMethodDescriptionReturns the average mesh obtained by the metamorphoses of thetemplate face
se in the constructor.void
Register and/or update (metamorphose) the template face.
-
Method Details
-
register
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 thetemplate face
se in the constructor. If theregister(cz.fidentis.analyst.data.face.HumanFace)
method does not compute the average face, then the original mesh of thetemplate face
is returned.- Returns:
- the average mesh obtained by the metamorphoses of the
template face
se in the constructor.
-