Interface BatchIndirectDistance
- All Superinterfaces:
BatchDistance
- All Known Implementing Classes:
BatchDistanceNearestNeighbors
,BatchDistanceNearestNeighborsCombined
,BatchDistanceNearestNeighborsDirect
,BatchDistanceNearestNeighborsRelative
,BatchDistanceRayCasting
,BatchIndirectDistanceImpl
An object for measuring N:N similarity step-by-step indirectly via a gauge surface.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addToMeasurement
(HumanFace face) Adds the face to the N:N measurement.void
measure()
Computes pair-wise distance values.Methods inherited from interface cz.fidentis.analyst.engines.face.batch.distance.BatchDistance
getDistDeviations, getDistSimilarities
-
Method Details
-
addToMeasurement
Adds the face to the N:N measurement.- Parameters:
face
- Face to be measured
-
measure
void measure()Computes pair-wise distance values.
-