| Package | Description |
|---|---|
| org.openimaj.image.model.asm |
| Modifier and Type | Method and Description |
|---|---|
static <I extends org.openimaj.image.Image<?,I>> |
ActiveShapeModel.trainModel(org.openimaj.math.matrix.algorithm.pca.PrincipalComponentAnalysis.ComponentSelector selector,
List<org.openimaj.util.pair.IndependentPair<PointList,I>> data,
org.openimaj.math.geometry.shape.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 ActiveShapeModels. |