Interface BatchPairwiseDistance
- All Superinterfaces:
BatchDistance
- All Known Implementing Classes:
BatchPairwiseDistanceImpl
The results of N:N similarity measured directly between all pairs.
-
Method Summary
Methods inherited from interface cz.fidentis.analyst.engines.face.batch.distance.BatchDistance
getDistDeviations, getDistSimilarities
-
Method Details
-
measure
Measure two faces in both directions.- Parameters:
face1
- First faceface2
- Second faceface1Index
- The index under which is the result offace1->face2
measurement storedface2Index
- The index under which is the result offace2->face1
measurement stored
-