Class BatchFaceRegistrationServices
java.lang.Object
cz.fidentis.analyst.engines.face.batch.registration.BatchFaceRegistrationServices
Services for the computation of N:N registration and/or computing an average face.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Strategy of the computation of the average facestatic enum
Strategies of registration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BatchFaceRegistration
initRegistration
(HumanFace templateFace, BatchFaceRegistrationConfig config) Constructor.
-
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
-