Package com.perfectcorp.perfectlib
Class CameraKit.FaceCheckParameters
- java.lang.Object
-
- com.perfectcorp.perfectlib.CameraKit.FaceCheckParameters
-
- Enclosing class:
- CameraKit
@Keep @KeepPublicClassMembers public static final class CameraKit.FaceCheckParameters extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description floatface_pitch_neg_thresholdfloatface_pitch_pos_thresholdfloatface_size_ratio_thresholdfloatface_yaw_thresholdfloatlighting_lower_thresholdfloatlighting_upper_threshold
-
-
-
Field Detail
-
face_size_ratio_threshold
@Keep public final float face_size_ratio_threshold
-
face_yaw_threshold
@Keep public final float face_yaw_threshold
-
face_pitch_pos_threshold
@Keep public final float face_pitch_pos_threshold
-
face_pitch_neg_threshold
@Keep public final float face_pitch_neg_threshold
-
lighting_upper_threshold
@Keep public final float lighting_upper_threshold
-
lighting_lower_threshold
@Keep public final float lighting_lower_threshold
-
-