transform

abstract fun transform(fingerBundle: FingerBundle): Image

Transforms a single finger image to fingerprint image.

Return

The resulting fingerprint image.

Parameters

fingerBundle

The finger bundle to transform.

Throws

If Fingers library with the transformation module is not activated.


abstract fun transform(fingerBundles: FingerBundles): FingerprintImages

Transforms four finger images to fingerprint images.

Return

The resulting fingerprint images.

Parameters

fingerBundles

The finger bundles to transform.

Throws

If Fingers library with the transformation module is not activated.