@DatasetDescription(name="Tim Cootes\'s sample appearance modelling data",
description="The sample data (images, points and connections) that come with Tim Cootes\'s am_tools software.",
creator="Tim Cootes",
url="http://www.isbe.man.ac.uk/~bim/software/am_tools_doc/",
downloadUrls="http://datasets.openimaj.org/am_tools_data.zip")
public class AMToolsSampleDataset
extends Object
| Constructor and Description |
|---|
AMToolsSampleDataset() |
| Modifier and Type | Method and Description |
|---|---|
static <IMAGE extends org.openimaj.image.Image<?,IMAGE>> |
load(org.openimaj.io.InputStreamObjectReader<IMAGE> reader)
Get a dataset of the IMM images and points.
|
public AMToolsSampleDataset()
public static <IMAGE extends org.openimaj.image.Image<?,IMAGE>> ShapeModelDataset<IMAGE> load(org.openimaj.io.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()