| Package | Description |
|---|---|
| org.openimaj.image.model.asm | |
| org.openimaj.image.model.landmark |
| 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. |
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. |
| Modifier and Type | Class and Description |
|---|---|
static class |
FNormalLandmarkModel.Factory
A factory for producing
FNormalLandmarkModels |
static class |
FPatchLandmarkModel.Factory
A factory for producing
FPatchLandmarkModels |