Interface BatchIndirectDistance

All Superinterfaces:
BatchDistance
All Known Implementing Classes:
BatchDistanceNearestNeighbors, BatchDistanceNearestNeighborsCombined, BatchDistanceNearestNeighborsDirect, BatchDistanceNearestNeighborsRelative, BatchDistanceRayCasting, BatchIndirectDistanceImpl

public interface BatchIndirectDistance extends BatchDistance
An object for measuring N:N similarity step-by-step indirectly via a gauge surface.
  • Method Details

    • addToMeasurement

      void addToMeasurement(HumanFace face)
      Adds the face to the N:N measurement.
      Parameters:
      face - Face to be measured
    • measure

      void measure()
      Computes pair-wise distance values.