Class MatchFacesSimilarityThresholdSplit
java.lang.Object
com.regula.facesdk.model.results.matchfaces.MatchFacesSimilarityThresholdSplit
-
Constructor Summary
ConstructorDescriptionMatchFacesSimilarityThresholdSplit
(List<MatchFacesComparedFacesPair> facesPairs, double similarityThreshold) -
Method Summary
Modifier and TypeMethodDescriptionGetting list of the matched facesGetting list of the unmatched faces
-
Constructor Details
-
MatchFacesSimilarityThresholdSplit
public MatchFacesSimilarityThresholdSplit(List<MatchFacesComparedFacesPair> facesPairs, double similarityThreshold)
-
-
Method Details
-
getMatchedFaces
Getting list of the matched faces- Returns:
- List of
MatchFacesComparedFacesPair
-
getUnmatchedFaces
Getting list of the unmatched faces- Returns:
- List of
MatchFacesComparedFacesPair
-