FingerWsq.decodeFromFile Method

Module: FingerWsq

Definition

Decodes a NIST WSQ encoded file to a FingerImage.

@staticmethod
decode_from_file(path: str) -> FingerImage

Parameters

path str
in 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 String
in 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 string
in 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 String
in 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 String
in 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.

out The decoded WSQ image.

Returns

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