public class KeyPoints
extends java.lang.Object
Constructor and Description |
---|
KeyPoints(int[][] landmarks68)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int[][] |
getLandmarks68()
Get coordinates of 68 facial landmarks.
|
java.lang.String |
toString()
Returns string representation of object.
|
public KeyPoints(int[][] landmarks68)
landmarks68
- coordinates of 68 facial landmarks.public int[][] getLandmarks68()
public java.lang.String toString()
toString
in class java.lang.Object