FingerWsq.decodeFromFile Method¶
Module: FingerWsq
Definition¶
Decodes a NIST WSQ encoded file to a FingerImage.
@staticmethod
decode_from_file(path: str) -> FingerImage
Parameters
path
strin Path of the WSQ file to decode.
Returns
The decoded WSQ image.
Exceptions
An error has occurred during Finger Library execution.
static FingerImage decodeFromFile(String? path)
Parameters
path
Stringin Path of the WSQ file to decode.
Returns
The decoded WSQ image.
Exceptions
An error has occurred during Finger Library execution.
public static FingerImage DecodeFromFile(string path)
Parameters
path
stringin Path of the WSQ file to decode.
Returns
The decoded WSQ image.
Exceptions
An error has occurred during Finger Library execution.
public static FingerImage decodeFromFile(String path) throws FingerException
Parameters
path
Stringin Path of the WSQ file to decode.
Returns
The decoded WSQ image.
Exceptions
An error has occurred during Finger Library execution.
public static func decodeFromFile(path: String) throws -> FingerImage
Parameters
path
Stringin Path of the WSQ file to decode.
Returns
The decoded WSQ image.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerWsq_DecodeFromFile (
const char * path,
ID3_FINGER_IMAGE hImage)
Parameters
path
const char *in Path of the WSQ file to decode.hImage
ID3_FINGER_IMAGEout The decoded WSQ image.
Returns