FingerWsq.decodeFromBuffer Method

Module: FingerWsq

Definition

Decodes a NIST WSQ encoded buffer to a FingerImage.

@staticmethod
decode_from_buffer(data: bytearray) -> FingerImage

Parameters

data bytearray
in Buffer to import the finger template object from.

Returns

The decoded WSQ image.

Exceptions

An error has occurred during Finger Library execution.
static FingerImage decodeFromBuffer(Uint8List? data)

Parameters

data Uint8List
in Buffer to import the finger template object from.

Returns

The decoded WSQ image.

Exceptions

An error has occurred during Finger Library execution.
public static FingerImage DecodeFromBuffer(byte[] data)

Parameters

data byte[]
in Buffer to import the finger template object from.

Returns

The decoded WSQ image.

Exceptions

An error has occurred during Finger Library execution.
public static FingerImage decodeFromBuffer(byte[] data) throws FingerException

Parameters

data byte[]
in Buffer to import the finger template object from.

Returns

The decoded WSQ image.

Exceptions

An error has occurred during Finger Library execution.
public static func decodeFromBuffer(data: [UInt8]) throws -> FingerImage

Parameters

data [UInt8]
in Buffer to import the finger template object from.

Returns

The decoded WSQ image.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerWsq_DecodeFromBuffer (
    unsigned char * data,
    int dataSize,
    ID3_FINGER_IMAGE hImage)

Parameters

data unsigned char *
in Buffer to import the finger template object from.

dataSize int
in Size of the ‘data’ buffer.

out The decoded WSQ image.

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.