LunaConfig

data class LunaConfig : Parcelable

Class which describes operating parameters of the best shot.

Types

Link copied to clipboard
object Companion

LunaConfig companion object.

Properties

Link copied to clipboard
val ags: Float

AGS threshold.

Link copied to clipboard

Time interval between take best shots for liveness.

Link copied to clipboard

Number of the best shots that need to be collected for liveness.

Link copied to clipboard

Minimal distance between face and image borders.

Link copied to clipboard

Minimal detect frame size.

Link copied to clipboard

The count of frames between frames with full detection, 0 .. 30.

Link copied to clipboard

Head pitch threshold in degrees.

Link copied to clipboard

Head roll threshold in degrees.

Link copied to clipboard

Head yaw threshold in degrees.

Link copied to clipboard

Liveness error timeout.

Link copied to clipboard

Minimum detections count to consider track as real face.

Link copied to clipboard

If there is no detection in estimated area, waiting this number of frames and stop the track 0 .. 50.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)