Package | Description |
---|---|
org.openimaj.image.processing.face.recognition.benchmarking |
Modifier and Type | Field and Description |
---|---|
protected FaceRecogniserProvider<FACE,PERSON> |
CrossValidationBenchmark.engine |
Constructor and Description |
---|
CrossValidationBenchmark(CrossValidator<GroupedDataset<PERSON,ListDataset<FACE>,FACE>> crossValidator,
GroupedDataset<PERSON,? extends ListDataset<IMAGE>,IMAGE> dataset,
FaceDetector<FACE,IMAGE> faceDetector,
FaceRecogniserProvider<FACE,PERSON> engine)
Construct the
CrossValidationBenchmark experiment with the given
dependent variables. |