Class BatchRegistrationTask

java.lang.Object
javax.swing.SwingWorker<MeshModel,HumanFace>
cz.fidentis.analyst.gui.task.batch.registration.BatchRegistrationTask
All Implemented Interfaces:
Runnable, Future<MeshModel>, RunnableFuture<MeshModel>

public class BatchRegistrationTask extends SwingWorker<MeshModel,HumanFace>
A concurrent task that registers multiple faces to selected template face. Simultaneously, it computes average face. The exact computation parameters are taken from the BatchRegistrationPanel.