public class FaceAttributes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
glasses
Value, from 0 to 100, indicating whether the subject is wearing glasses or not.
|
int |
hat
Value, from 0 to 100, indicating whether the subject is wearing a hat or not.
|
int |
makeUp
Value, from 0 to 100, indicating whether the subject is wearing makeup or not.
|
int |
male
Value, from 0 to 100, indicating the estimated gender of the subject.
|
int |
mouthOpen
Value, from 0 to 100, indicating whether the subject's mouth is open or not.
|
int |
smile
Value, from 0 to 100, indicating whether the subject is smiling or not.
|
| Constructor and Description |
|---|
FaceAttributes()
Initializes an empty instance of the FaceAttributes class.
|
FaceAttributes(FaceAttributes faceAttributes)
Initializes a new instance of the FaceAttributes class by copying another FaceAttributes.
|
FaceAttributes(int glasses,
int hat,
int makeUp,
int male,
int mouthOpen,
int smile)
Initializes a new instance of the FaceAttributes class from its members.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
public int glasses
public int hat
public int makeUp
public int male
public int mouthOpen
public int smile
public FaceAttributes()
public FaceAttributes(int glasses,
int hat,
int makeUp,
int male,
int mouthOpen,
int smile)
glasses - Value, from 0 to 100, indicating whether the subject is wearing glasses or not.hat - Value, from 0 to 100, indicating whether the subject is wearing a hat or not.makeUp - Value, from 0 to 100, indicating whether the subject is wearing makeup or not.male - Value, from 0 to 100, indicating the estimated gender of the subject.mouthOpen - Value, from 0 to 100, indicating whether the subject's mouth is open or not.smile - Value, from 0 to 100, indicating whether the subject is smiling or not.public FaceAttributes(FaceAttributes faceAttributes)
faceAttributes - The FaceAttributes to copy.Copyright © id3 Technologies. All rights reserved. eu.id3.face