Interface BatchPairwiseDistance

All Superinterfaces:
BatchDistance
All Known Implementing Classes:
BatchPairwiseDistanceImpl

public interface BatchPairwiseDistance extends BatchDistance
The results of N:N similarity measured directly between all pairs.
  • Method Details

    • measure

      void measure(HumanFace face1, HumanFace face2, int face1Index, int face2Index)
      Measure two faces in both directions.
      Parameters:
      face1 - First face
      face2 - Second face
      face1Index - The index under which is the result of face1->face2 measurement stored
      face2Index - The index under which is the result of face2->face1 measurement stored