Uses of Class
io.mosip.mimoto.model.KeyValuePair
-
Packages that use KeyValuePair Package Description io.mosip.mimoto.service.impl io.mosip.mimoto.spi io.mosip.mimoto.util -
-
Uses of KeyValuePair in io.mosip.mimoto.service.impl
Methods in io.mosip.mimoto.service.impl with parameters of type KeyValuePair Modifier and Type Method Description Response<QualityScore>BioApiImpl. checkQuality(BIR sample, KeyValuePair[] flags)Response<BIR>BioApiImpl. extractTemplate(BIR sample, KeyValuePair[] flags)Response<MatchDecision[]>BioApiImpl. match(BIR sample, BIR[] gallery, KeyValuePair[] flags)Response<BIR[]>BioApiImpl. segment(BIR sample, KeyValuePair[] flags) -
Uses of KeyValuePair in io.mosip.mimoto.spi
Methods in io.mosip.mimoto.spi with parameters of type KeyValuePair Modifier and Type Method Description Response<QualityScore>IBioApi. checkQuality(BIR sample, KeyValuePair[] flags)It checks the quality of the provided biometric image and render the respective quality score.Response<BIR>IBioApi. extractTemplate(BIR sample, KeyValuePair[] flags)Extract template.Response<MatchDecision[]>IBioApi. match(BIR sample, BIR[] gallery, KeyValuePair[] flags)It compares the biometrics and provide the respective matching scores.Response<BIR[]>IBioApi. segment(BIR sample, KeyValuePair[] flags)It segment the single biometric image into multiple biometric images. -
Uses of KeyValuePair in io.mosip.mimoto.util
Methods in io.mosip.mimoto.util with parameters of type KeyValuePair Modifier and Type Method Description BIRCbeffToBiometricUtil. extractTemplate(BIR sample, KeyValuePair[] flags)Gets the BIR template
-