|
JMRTD 0.4.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jmrtd.lds.FaceInfo.FeaturePoint
public static class FaceInfo.FeaturePoint
Feature points as described in Section 5.6.3 of ISO/IEC FCD 19794-5.
| Constructor Summary | |
|---|---|
FaceInfo.FeaturePoint(int type,
int majorCode,
int minorCode,
int x,
int y)
Constructs a new feature point. |
|
| Method Summary | |
|---|---|
int |
getMajorCode()
Gets the major code of this point. |
int |
getMinorCode()
Gets the minor code of this point. |
int |
getType()
Gets the type of this point. |
int |
getX()
Gets the X-coordinate of this point. |
int |
getY()
Gets the Y-coordinate of this point. |
String |
toString()
Generates a textual representation of this point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FaceInfo.FeaturePoint(int type,
int majorCode,
int minorCode,
int x,
int y)
type - feature point typemajorCode - major codeminorCode - minor codex - X-coordinatey - Y-coordinate| Method Detail |
|---|
public int getMajorCode()
public int getMinorCode()
public int getType()
public int getX()
public int getY()
public String toString()
toString in class ObjectObject.toString()
|
JMRTD 0.4.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||