public class FaceOcclusionScores
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
leftEyeOcclusionScore
Value, from 0 to 100, indicating whether the left eye is occluded or not.
100 means that the left eye is definitely occluded.
|
int |
mouthOcclusionScore
Value, from 0 to 100, indicating whether the mouth is occluded or not.
100 means that the mouth is definitely occluded.
|
int |
noseOcclusionScore
Value, from 0 to 100, indicating whether the nose is occluded or not.
100 means that the nose is definitely occluded.
|
int |
rightEyeOcclusionScore
Value, from 0 to 100, indicating whether the right eye is occluded or not.
100 means that the right eye is definitely occluded.
|
| Constructor and Description |
|---|
FaceOcclusionScores()
Initializes an empty instance of the FaceOcclusionScores class.
|
FaceOcclusionScores(FaceOcclusionScores faceOcclusionScores)
Initializes a new instance of the FaceOcclusionScores class by copying another FaceOcclusionScores.
|
FaceOcclusionScores(int leftEyeOcclusionScore,
int mouthOcclusionScore,
int noseOcclusionScore,
int rightEyeOcclusionScore)
Initializes a new instance of the FaceOcclusionScores class from its members.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
public int leftEyeOcclusionScore
public int mouthOcclusionScore
public int noseOcclusionScore
public int rightEyeOcclusionScore
public FaceOcclusionScores()
public FaceOcclusionScores(int leftEyeOcclusionScore,
int mouthOcclusionScore,
int noseOcclusionScore,
int rightEyeOcclusionScore)
leftEyeOcclusionScore - Value, from 0 to 100, indicating whether the left eye is occluded or not.mouthOcclusionScore - Value, from 0 to 100, indicating whether the mouth is occluded or not.noseOcclusionScore - Value, from 0 to 100, indicating whether the nose is occluded or not.rightEyeOcclusionScore - Value, from 0 to 100, indicating whether the right eye is occluded or not.public FaceOcclusionScores(FaceOcclusionScores faceOcclusionScores)
faceOcclusionScores - The FaceOcclusionScores to copy.Copyright © id3 Technologies. All rights reserved. eu.id3.face