DetectedFinger Class

Namespace: id3.Finger

Definition

Represents a detected finger.

Properties

Name

Type

Description

bounds

Rectangle

Bounds of the detected finger.

detectionScore

int

Confidence score of the detected finger.

id

int

ID of the detected finger.

position

FingerPosition

Position of the detected finger.

Static Methods

Name

Description

fromBuffer

Imports the finger object from a buffer.

Methods

Name

Description

clone

Clones the DetectedFinger object.

toBuffer

Exports the finger object to a buffer.