|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FingerprintTemplate in com.griaule.grFinger |
---|
Methods in com.griaule.grFinger that return FingerprintTemplate | |
---|---|
FingerprintTemplate |
GrFinger.extract(FingerprintImage image,
Context context)
Extracts a template from the supplied fingerprint image. |
Methods in com.griaule.grFinger with parameters of type FingerprintTemplate | |
---|---|
ImageProducer |
GrFinger.getBiometricDisplay(FingerprintTemplate template,
FingerprintImage img,
Context matchContext)
Returns an ImageProducer object to show a biometric image on screen. |
MatchingResult |
GrFinger.identify(FingerprintTemplate templateReference,
Context context)
Identify the supplied reference template against a previously prepared query template. |
void |
GrFinger.identifyPrepare(FingerprintTemplate templateQuery,
Context context)
Prepare a query template to be identified against reference templates. |
MatchingResult |
GrFinger.verify(FingerprintTemplate queryTemplate,
FingerprintTemplate referenceTemplate,
Context context)
Performs verification confronting two given templates. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |