org.openimaj.image.processing.face.recognition.benchmarking.dataset
Class FaceDataset<T extends DetectedFace>

java.lang.Object
  extended by org.openimaj.image.processing.face.recognition.benchmarking.dataset.FaceDataset<T>
Direct Known Subclasses:
ColorFeretDataset, GeorgiaTechFaceDataset, LFWDataset

public class FaceDataset<T extends DetectedFace>
extends Object


Field Summary
protected  List<List<T>> data
           
 
Constructor Summary
FaceDataset()
           
 
Method Summary
 List<List<T>> getData()
           
 String getIdentifier(int id)
           
 int getNumberPeople()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

protected List<List<T extends DetectedFace>> data
Constructor Detail

FaceDataset

public FaceDataset()
Method Detail

getNumberPeople

public int getNumberPeople()

getData

public List<List<T>> getData()

getIdentifier

public String getIdentifier(int id)


Copyright © 2011 The University of Southampton. All Rights Reserved.