Package | Description |
---|---|
org.openimaj.image.model.asm |
Modifier and Type | Method and Description |
---|---|
ActiveShapeModel.IterationResult |
ActiveShapeModel.fit(I image,
PointList initialShape)
Iteratively apply
ActiveShapeModel.performIteration(Image, PointList) until the
maximum number of iterations is exceeded, or the number of points that
moved less than 0.5 of their maximum distance in an iteration is less
than the target inlier percentage. |
ActiveShapeModel.IterationResult |
MultiResolutionActiveShapeModel.fit(I initialImage,
PointList initialShape)
Perform multi-resolution fitting of the initial shape to
the initial image.
|
ActiveShapeModel.IterationResult |
ActiveShapeModel.performIteration(I image,
PointList currentShape)
Perform a single iteration of model fitting.
|