FingerBundle

data class FingerBundle(val image: Image, val pixelsPerInch: Double, val finger: FingerDetector.Finger)

Bundle of a finger image with detection data.

Constructors

Link copied to clipboard
constructor(image: Image, pixelsPerInch: Double, finger: FingerDetector.Finger)

Properties

Link copied to clipboard

The result of the finger detection.

Link copied to clipboard

Image.

Link copied to clipboard

Pixel density of the finger area in the image, in pixels per inch.