| Package | Description |
|---|---|
| org.openimaj.image.model.asm |
| Modifier and Type | Method and Description |
|---|---|
static <I extends org.openimaj.image.Image<?,I> & org.openimaj.image.processor.SinglebandImageProcessor.Processable<Float,org.openimaj.image.FImage,I>> |
MultiResolutionActiveShapeModel.trainModel(int numLevels,
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
MultiResolutionActiveShapeModel from the given
data. |