| Interface | Description |
|---|---|
| LandmarkModel<I extends Image<?,I>> |
A
LandmarkModel models local image content and provides functionality
to move a point in an image to a nearby point with a lower cost than at the
initial point. |
| LandmarkModelFactory<I extends Image<?,I>> |
LandmarkModelFactorys are used to construct pre-configured
LandmarkModels on demand. |
| Class | Description |
|---|---|
| FNormalLandmarkModel |
An
FNormalLandmarkModel is a landmark represented by the
surface normal line of a point (which is usually part of a
PointList in an FImage connected by PointListConnections). |
| FNormalLandmarkModel.Factory |
A factory for producing
FNormalLandmarkModels |
| FPatchLandmarkModel |
An
FPatchLandmarkModel is a landmark represented by the
local patch of pixels around of a point in an FImage. |
| FPatchLandmarkModel.Factory |
A factory for producing
FPatchLandmarkModels |