Package | Description |
---|---|
org.openimaj.image.model.asm |
Modifier and Type | Method and Description |
---|---|
static <I extends Image<?,I>> |
ActiveShapeModel.trainModel(PrincipalComponentAnalysis.ComponentSelector selector,
List<IndependentPair<PointList,I>> data,
PointDistributionModel.Constraint constraint,
LandmarkModelFactory<I> factory)
Train a new
ActiveShapeModel using the given data and parameters. |
Constructor and Description |
---|
MultiResolutionActiveShapeModel(ActiveShapeModel<I>[] asms)
Construct a
MultiResolutionActiveShapeModel from the
stack of provided ActiveShapeModel s. |