| Modifier and Type | Field and Description |
|---|---|
Point |
Rectangle.bottomLeft
Bottom-left corner of the rectangle.
|
Point |
Rectangle.bottomRight
Bottom-right corner of the rectangle.
|
Point |
Rectangle.topLeft
Top-left corner of the rectangle.
|
Point |
Rectangle.topRight
Top-right corner of the rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
PointList.get(int index)
Gets an item of the PointList object.
|
Point |
Portrait.getImageCenter()
Gets the center of the portrait in the source image.
|
Point |
Portrait.getImageTranslation()
Gets the translation to be applied to the source image to display the portrait.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Point> |
PointList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
PointList.add(Point pointItem)
Adds an item to the PointList object.
|
void |
TrackedFace.rotate(int angle,
Point center)
Rotates the face object by a given angle in degrees from a given center.
|
void |
DetectedFace.rotate(int angle,
Point center)
Rotates the face object by a given angle in degrees from a given center.
|
void |
PointList.set(int index,
Point pointItem)
Sets an item of the PointList object.
|
| Constructor and Description |
|---|
Point(Point point)
Initializes a new instance of the Point class by copying another Point.
|
Rectangle(Point bottomLeft,
Point bottomRight,
Point topLeft,
Point topRight)
Initializes a new instance of the Rectangle class from its members.
|
Copyright © id3 Technologies. All rights reserved. eu.id3.face