Package | Description |
---|---|
org.openimaj.demos | |
org.openimaj.image.processing.face.alignment |
The alignment package contains implementations of face
aligners.
|
org.openimaj.image.processing.face.tracking.clm | |
org.openimaj.math.geometry.shape | |
org.openimaj.math.geometry.shape.algorithm | |
org.openimaj.math.geometry.triangulation |
Modifier and Type | Field and Description |
---|---|
List<Triangle> |
DTConsistency.DTConsistencyInfo.firstTrianglulation |
List<Triangle> |
DTConsistency.DTConsistencyInfo.secondTrianglulation |
Modifier and Type | Method and Description |
---|---|
static List<Triangle> |
DTConsistency.triangulateFirst(List<? extends Pair<? extends Point2d>> matches) |
static List<Triangle> |
DTConsistency.triangulateSecond(List<? extends Pair<? extends Point2d>> matches) |
Modifier and Type | Field and Description |
---|---|
protected List<Triangle> |
CLMAligner.referenceTriangles |
Modifier and Type | Method and Description |
---|---|
static List<Triangle> |
CLMFaceTracker.getTriangles(Jama.Matrix shape,
Jama.Matrix visi,
int[][] triangles)
Get the triangle mesh corresponding to a tracked face.
|
List<Triangle> |
CLMFaceTracker.getTriangles(MultiTracker.TrackedFace face)
Get the triangle mesh corresponding to a tracked face.
|
Modifier and Type | Field and Description |
---|---|
protected List<Triangle> |
TriangulatedPolygon.triangles |
Modifier and Type | Method and Description |
---|---|
Triangle |
Triangle.clone() |
Triangle |
Triangle.transform(Jama.Matrix transform) |
Modifier and Type | Method and Description |
---|---|
boolean |
Triangle.sharesVertex(Triangle other)
Test whether this triangle shares a vertex with another triangle.
|
Modifier and Type | Method and Description |
---|---|
Triangle |
ConvexityDefect.getTriangle()
Get the triangle represented by this defect.
|
Modifier and Type | Method and Description |
---|---|
static List<Triangle> |
DelaunayTriangulator.triangulate(List<? extends Point2d> pxyz)
Trianglate a set of vertices.
|