Package | Description |
---|---|
org.openimaj.image.model.asm | |
org.openimaj.math.geometry.shape | |
org.openimaj.math.matrix.algorithm.pca |
Modifier and Type | Method and Description |
---|---|
static <I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> |
MultiResolutionActiveShapeModel.trainModel(int numLevels,
PrincipalComponentAnalysis.ComponentSelector selector,
List<IndependentPair<PointList,I>> data,
PointDistributionModel.Constraint constraint,
LandmarkModelFactory<I> factory)
Train a new
MultiResolutionActiveShapeModel from the given
data. |
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. |
Modifier and Type | Method and Description |
---|---|
void |
PointDistributionModel.setNumComponents(PrincipalComponentAnalysis.ComponentSelector selector)
Set the number of components of the PDM using a
PrincipalComponentAnalysis.ComponentSelector
. |
Modifier and Type | Class and Description |
---|---|
static class |
PrincipalComponentAnalysis.EnergyThresholdComponentSelector
PrincipalComponentAnalysis.ComponentSelector that selects a subset of the principal
components such that all remaining components have a cumulative energy
less than the given value. |
static class |
PrincipalComponentAnalysis.NumberComponentSelector
PrincipalComponentAnalysis.ComponentSelector that selects the n-best components. |
static class |
PrincipalComponentAnalysis.PercentageEnergyComponentSelector
PrincipalComponentAnalysis.ComponentSelector that selects a subset of the principal
components such that all remaining components have a certain percentage
cumulative energy of the total. |
Modifier and Type | Method and Description |
---|---|
void |
PrincipalComponentAnalysis.selectSubset(PrincipalComponentAnalysis.ComponentSelector selector)
Select a subset of the principal components using a
PrincipalComponentAnalysis.ComponentSelector . |