public class ColorBasedPadResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
confidence
Confidence score of the color-based PAD algorithm, in the range [0:100].
|
int |
score
Color-based PAD score, in the range [0:100].
|
| Constructor and Description |
|---|
ColorBasedPadResult()
Initializes an empty instance of the ColorBasedPadResult class.
|
ColorBasedPadResult(ColorBasedPadResult colorBasedPadResult)
Initializes a new instance of the ColorBasedPadResult class by copying another ColorBasedPadResult.
|
ColorBasedPadResult(int score,
int confidence)
Initializes a new instance of the ColorBasedPadResult class from its members.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
public int score
public int confidence
public ColorBasedPadResult()
public ColorBasedPadResult(int score,
int confidence)
score - Color-based PAD score, in the range [0:100].confidence - Confidence score of the color-based PAD algorithm, in the range [0:100].public ColorBasedPadResult(ColorBasedPadResult colorBasedPadResult)
colorBasedPadResult - The ColorBasedPadResult to copy.Copyright © id3 Technologies. All rights reserved. eu.id3.face