Package | Description |
---|---|
org.openimaj.image.model.asm.datasets |
Modifier and Type | Method and Description |
---|---|
static <IMAGE extends Image<?,IMAGE>> |
ShapeModelDatasets.create(List<IndependentPair<PointList,IMAGE>> data,
PointListConnections connections)
Create a dataset with the given data.
|
static <IMAGE extends Image<?,IMAGE>> |
AMToolsSampleDataset.load(InputStreamObjectReader<IMAGE> reader)
Get a dataset of the IMM images and points.
|
static <IMAGE extends Image<?,IMAGE>> |
IMMFaceDatabase.load(InputStreamObjectReader<IMAGE> reader)
Get a dataset of the IMM images and points.
|
static <IMAGE extends Image<?,IMAGE>> |
ShapeModelDatasets.loadASFDataset(String path,
InputStreamObjectReader<IMAGE> reader)
Load a dataset from ASF format files as used by the IMM dataset.
|
static <IMAGE extends Image<?,IMAGE>> |
ShapeModelDatasets.loadPTSDataset(String ptsDirPath,
String imgDirPath,
String modelFilePath,
InputStreamObjectReader<IMAGE> reader)
Load a dataset from PTS format files as used by Tim Cootes's ASM/AAM
tools.
|