FingerNfiq.computeNfiq1 Method¶
Module: FingerNfiq
Definition¶
Computes the Nist Fingerprint Image Quality version 1 (NFIQ1) of a FingerImage.
Range is [1-5], one being the best quality and five the worst. Refer to NIST NFIQ1 documentation for more information.
@staticmethod
compute_nfiq1(image: FingerImage) -> int
Parameters
image
FingerImagein Image to compute the NFIQ1 value on.
Returns
int
NFIQ1 value.
Exceptions
An error has occurred during Finger Library execution.
static int computeNfiq1(FingerImage image)
Parameters
image
FingerImagein Image to compute the NFIQ1 value on.
Returns
int
NFIQ1 value.
Exceptions
An error has occurred during Finger Library execution.
public static int ComputeNfiq1(FingerImage image)
Parameters
image
FingerImagein Image to compute the NFIQ1 value on.
Returns
int
NFIQ1 value.
Exceptions
An error has occurred during Finger Library execution.
public static int computeNfiq1(FingerImage image) throws FingerException
Parameters
image
FingerImagein Image to compute the NFIQ1 value on.
Returns
int
NFIQ1 value.
Exceptions
An error has occurred during Finger Library execution.
public static func computeNfiq1(image: FingerImage) throws -> Int32
Parameters
image
FingerImagein Image to compute the NFIQ1 value on.
Returns
Int
NFIQ1 value.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerNfiq_ComputeNfiq1 (
ID3_FINGER_IMAGE hImage,
int * nfiq1)
Parameters
Returns