public static class FaceImageInfo.FeaturePoint extends Object
Constructor and Description |
---|
FeaturePoint(int type,
int majorCode,
int minorCode,
int x,
int y)
Constructs a new feature point.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public FeaturePoint(int type, int majorCode, int minorCode, int x, int y)
type
- feature point typemajorCode
- major codeminorCode
- minor codex
- X-coordinatey
- Y-coordinatepublic int getMajorCode()
public int getMinorCode()
public int getType()
public int getX()
public int getY()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2016. All rights reserved.