Uses of Interface
cz.fidentis.analyst.engines.face.batch.distance.BatchDistance
Packages that use BatchDistance
Package
Description
-
Uses of BatchDistance in cz.fidentis.analyst.engines.face.batch.distance
Subinterfaces of BatchDistance in cz.fidentis.analyst.engines.face.batch.distanceModifier and TypeInterfaceDescriptioninterface
An object for measuring N:N similarity step-by-step indirectly via a gauge surface.interface
The results of N:N similarity measured directly between all pairs. -
Uses of BatchDistance in cz.fidentis.analyst.engines.face.batch.distance.impl
Classes in cz.fidentis.analyst.engines.face.batch.distance.impl that implement BatchDistanceModifier and TypeClassDescriptionclass
A class that computes similarity of a set of faces by computing the distance of faces to an average (gauge) face and then combining these values to get mutual similarity for all pairs.class
A class that computes similarity of a set of faces by computing the distance of faces to an average (gauge) face and then combining these values to get mutual similarity for all pairs.class
A class that computes similarity of a set of faces by computing the distance of faces to an average (gauge) face and then combining these values to get mutual similarity for all pairs.class
A class that computes similarity of a set of faces by computing the distance of faces to an average (gauge) face and then combining these values to get mutual similarity for all pairs.class
A class that computes similarity of a set of faces by casting rays in the diction of template face normals.class
An object that computes distance-based similarity of the set of faces.class
Pair-wise N:N distance measurement. -
Uses of BatchDistance in cz.fidentis.analyst.gui.task.batch.distance
Methods in cz.fidentis.analyst.gui.task.batch.distance that return BatchDistanceMethods in cz.fidentis.analyst.gui.task.batch.distance with parameters of type BatchDistanceModifier and TypeMethodDescriptionprotected void
BatchDistanceTask.setBatchDistance
(BatchDistance batchDistance)