public static class ActiveShapeModel.IterationResult extends Object
Modifier and Type | Field and Description |
---|---|
double |
fit
The percentage of points that moved less than 50% of their allowed
distance
|
double[] |
parameters
The model weight parameters
|
Jama.Matrix |
pose
The model pose from model coordinates to image coordinates
|
PointList |
shape
The updated shape in image coordinates
|
Modifier | Constructor and Description |
---|---|
protected |
IterationResult(Jama.Matrix pose,
PointList shape,
double fit,
double[] parameters) |
public double fit
public Jama.Matrix pose
public double[] parameters
protected IterationResult(Jama.Matrix pose, PointList shape, double fit, double[] parameters)