|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Context in com.griaule.grFinger |
---|
Fields in com.griaule.grFinger declared as Context | |
---|---|
static Context |
Context.DEFAULT_CONTEXT
The default context identification. |
static Context |
Context.GR_NO_CONTEXT
The no context identification. |
Methods in com.griaule.grFinger with parameters of type Context | |
---|---|
FingerprintTemplate |
GrFinger.extract(FingerprintImage image,
Context context)
Extracts a template from the supplied fingerprint image. |
ImageProducer |
GrFinger.getBiometricDisplay(FingerprintTemplate template,
FingerprintImage img,
Context matchContext)
Returns an ImageProducer object to show a biometric image on screen. |
MatchParameters |
GrFinger.getIdentifyParameters(Context context)
Get the identification parameters for the given context. |
MatchParameters |
GrFinger.getVerifyParameters(Context context)
Get the verification parameters for the given context. |
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. |
int |
GrFinger.setIdentifyParameters(MatchParameters matchParameters,
Context context)
Set the identification parameters in the given context. |
int |
GrFinger.setVerifyParameters(MatchParameters matchParameters,
Context context)
Set the verification parameters in the given context. |
MatchingResult |
GrFinger.verify(FingerprintTemplate queryTemplate,
FingerprintTemplate referenceTemplate,
Context context)
Performs verification confronting two given templates. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |