Frame

data class Frame(val bitmap: Bitmap, val landmarks: List<Landmark>)

Representation of a Frame

It contains the bitmap image of the frame as well as the associated collection of pose landmarks.

Constructors

Link copied to clipboard
constructor(bitmap: Bitmap, landmarks: List<Landmark>)

Properties

Link copied to clipboard
Link copied to clipboard