@DatasetDescription(name="The IMM Face Database", description="A dataset consisting of 240 annotated monocular images of 40 different human faces. Points of correspondence are placed on each image so the dataset can be readily used for building statistical models of shape.", creator="Michael M. Nordstrom, Mads Larsen, Janusz Sierakowski, and Mikkel B. Stegmann", url="http://www2.imm.dtu.dk/~aam/datasets/datasets.html", downloadUrls="http://datasets.openimaj.org/imm_face_db.zip") @Reference(type=Article, author={"M. B. Stegmann","B. K. Ersb{\\o}ll","R. Larsen"}, title="{FAME} -- A Flexible Appearance Modelling Environment", year="2003", journal="IEEE Trans. on Medical Imaging", pages={"1319","1331"}, number="10", publisher="IEEE", volume="22") public class IMMFaceDatabase extends Object
Constructor and Description |
---|
IMMFaceDatabase() |
Modifier and Type | Method and Description |
---|---|
static <IMAGE extends Image<?,IMAGE>> |
load(InputStreamObjectReader<IMAGE> reader)
Get a dataset of the IMM images and points.
|
public IMMFaceDatabase()
public static <IMAGE extends Image<?,IMAGE>> ShapeModelDataset<IMAGE> load(InputStreamObjectReader<IMAGE> reader) throws IOException
reader
- the reader for images (can be null
if you only
care about the points)IOException
- if an error occursDataUtils.getDataDirectory()