FingerBundles

data class FingerBundles(val index: FingerBundle?, val middle: FingerBundle?, val ring: FingerBundle?, val little: FingerBundle?)

Bundles of finger images with detection data.

Constructors

Link copied to clipboard
constructor(index: FingerBundle?, middle: FingerBundle?, ring: FingerBundle?, little: FingerBundle?)

Properties

Link copied to clipboard

Index finger bundle, or null if the finger was not detected in the image.

Link copied to clipboard

Little finger bundle, or null if the finger was not detected in the image.

Link copied to clipboard

Middle finger bundle, or null if the finger was not detected in the image.

Link copied to clipboard

Ring finger bundle, or null if the finger was not detected in the image.