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

If we accept faces with closed eyes as bestshot candidates true - face on bestshot could have both eyes closed false - bestshot guaranteed to have both eyes opened

Link copied to clipboard

When true faces with glasses can make it into bestshot candidates. When false faces with glasses will be filtered out.

Link copied to clipboard

When true: no checks for occluded faces will be performed and face with occluded mouth can make it into bestshot candidates

Link copied to clipboard

When true: Faces with one eye will make it into bestshot candidates

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 distance between face and image borders.

Link copied to clipboard

Minimal distance between face and image borders.

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

Delay between face found and bestshot search start.

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

Delay between interactions

Link copied to clipboard

Quality of the image sent to liveness. The value 0 represents the maximum compression.

Link copied to clipboard
Link copied to clipboard

Liveness type.

Link copied to clipboard

Minimum detections count to consider track as real face.

Link copied to clipboard

Liveness error timeout.

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)