Searched defs:SCORE_MAX (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DFace.java51 public static final int SCORE_MAX = 100; field in class:Face
72 * @param score Confidence level between {@value #SCORE_MIN}-{@value #SCORE_MAX}.
81 * {@value #SCORE_MIN}-{@value #SCORE_MAX},
91 if (score < SCORE_MIN || score > SCORE_MAX) {
123 * @param score Confidence level between {@value #SCORE_MIN}-{@value #SCORE_MAX}.
128 * {@value #SCORE_MIN}-{@value #SCORE_MAX}.
154 * <p>The range is {@value #SCORE_MIN} to {@value #SCORE_MAX}.
155 * {@value #SCORE_MAX} is the highest confidence.</p>
161 * filtering out faces with confidence less than half of {@value #SCORE_MAX}
164 * @see #SCORE_MAX
[all...]

Completed in 21 milliseconds