Uses of Interface
cz.fidentis.analyst.engines.face.batch.distance.BatchPairwiseDistance
Packages that use BatchPairwiseDistance
Package
Description
-
Uses of BatchPairwiseDistance in cz.fidentis.analyst.engines.face.batch.distance
Methods in cz.fidentis.analyst.engines.face.batch.distance that return BatchPairwiseDistanceModifier and TypeMethodDescriptionstatic BatchPairwiseDistance
BatchFaceDistanceServices.initDirectMeasurement
(int numFaces) Initiates and returns an object that can be used to measure N:N similarity directly (between all pairs).static BatchPairwiseDistance
BatchFaceDistanceServices.initDirectMeasurementWithCrop
(HumanFace cropFace, int numFaces) Initiates and returns an object that can be used to measure N:N similarity directly (between all pairs). -
Uses of BatchPairwiseDistance in cz.fidentis.analyst.engines.face.batch.distance.impl
Classes in cz.fidentis.analyst.engines.face.batch.distance.impl that implement BatchPairwiseDistanceModifier and TypeClassDescriptionclass
Pair-wise N:N distance measurement.