FingerWsq.decodeFromBuffer Method¶
Module: FingerWsq
Definition¶
Decodes a NIST WSQ encoded buffer to a FingerImage.
@staticmethod
decode_from_buffer(data: bytearray) -> FingerImage
Parameters
data
bytearrayin 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
Uint8Listin 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
intin Size of the ‘data’ buffer.hImage
ID3_FINGER_IMAGEout The decoded WSQ image.
Returns