BestShot

data class BestShot(val ags: Float, val detection: Rect, val image: Bitmap, val warp: Bitmap)

Class which describes the best shot.

Constructors

Link copied to clipboard
constructor(ags: Float, detection: Rect, image: Bitmap, warp: Bitmap)

Properties

Link copied to clipboard
val ags: Float

Image assessment to retrieve descriptors. The higher estimation the better the result of the images comparison.

Link copied to clipboard

Facial area on the image.

Link copied to clipboard

Image.

Link copied to clipboard

Warp image.

Functions

Link copied to clipboard
open override fun toString(): String