Package-level declarations
Types
Link copied to clipboard
object BgrRawImageFactory
Factory methods for creating BgrRawImage instances.
Link copied to clipboard
data class FaceImage(val image: BgrRawImage, val minFaceSizePixels: Int, val maxFaceSizePixels: Int)
Image of a face with desired face size range. It can be used for face detection and matching. Faces in image must be upright and not tilted sideways.
Link copied to clipboard
object FaceImageFactory
Factory for Face Image object.