|
| com.tech5.FaceSDK.AlignmentInfoSet.AlignmentInfoSet () throws FaceSDKException |
|
int | com.tech5.FaceSDK.AlignmentInfoSet.size () |
|
AlignmentInfo | com.tech5.FaceSDK.AlignmentInfoSet.get (int index) |
|
AlignmentInfo | com.tech5.FaceSDK.AlignmentInfoSet.set (int index, AlignmentInfo element) |
|
boolean | com.tech5.FaceSDK.AlignmentInfoSet.add (AlignmentInfo element) |
|
AlignmentInfo | com.tech5.FaceSDK.AlignmentInfoSet.remove (int index) |
|
void | com.tech5.FaceSDK.AlignmentInfoSet.clear () |
|
boolean | com.tech5.FaceSDK.AlignmentInfoSet.equals (Object o) |
|
int | com.tech5.FaceSDK.AlignmentInfoSet.hashCode () |
|
void | com.tech5.FaceSDK.AlignmentInfoSet.close () throws Exception |
|
void | com.tech5.FaceSDK.AlignmentInfoSet.finalize () throws Throwable |
|
| com.tech5.FaceSDK.Landmark.Landmark (int x, int y) |
|
int | com.tech5.FaceSDK.Landmark.getX () |
|
int | com.tech5.FaceSDK.Landmark.getY () |
|
void | com.tech5.FaceSDK.Landmark.setX (int val) |
|
void | com.tech5.FaceSDK.Landmark.setY (int val) |
|
boolean | com.tech5.FaceSDK.Landmark.equals (Object o) |
|
int | com.tech5.FaceSDK.Landmark.hashCode () |
|
void | com.tech5.FaceSDK.Landmark.close () throws Exception |
|
void | com.tech5.FaceSDK.Landmark.finalize () throws Throwable |
|