Class BioMatcherUtil
- java.lang.Object
-
- io.mosip.authentication.common.service.util.BioMatcherUtil
-
@Component public class BioMatcherUtil extends Object
The Class BioMatcherUtil is the utility class to match biometrics, that uses the Bio SDK provider.- Author:
- Loganathan Sekar
-
-
Constructor Summary
Constructors Constructor Description BioMatcherUtil()
-
-
-
Method Detail
-
match
public double match(Map<String,String> probe, Map<String,String> gallery, Map<String,Object> properties) throws IdAuthenticationBusinessException
Match function.- Parameters:
probe- the probegallery- the galleryproperties- the properties- Returns:
- the double
- Throws:
IdAuthenticationBusinessException- the id authentication business exception
-
-