| Package | Description |
|---|---|
| org.openimaj.image.model.asm.datasets | |
| org.openimaj.image.model.landmark | |
| org.openimaj.math.geometry.point |
| Modifier and Type | Method and Description |
|---|---|
PointListConnections |
ShapeModelDataset.getConnections()
Get the connections between the points
|
| Modifier and Type | Method and Description |
|---|---|
static <IMAGE extends Image<?,IMAGE>> |
ShapeModelDatasets.create(List<IndependentPair<PointList,IMAGE>> data,
PointListConnections connections)
Create a dataset with the given data.
|
| Constructor and Description |
|---|
Factory(PointListConnections connections,
FLineSampler sampler,
int numModelSamples,
int numSearchSamples,
float normalLength)
Default constructor.
|
FNormalLandmarkModel(PointListConnections connections,
FLineSampler sampler,
int numModelSamples,
int numSearchSamples,
float normalLength)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Line2d> |
PointList.getLines(PointListConnections conns) |