Uses of Interface
cz.fidentis.analyst.engines.face.batch.distance.BatchIndirectDistance
Packages that use BatchIndirectDistance
Package
Description
-
Uses of BatchIndirectDistance in cz.fidentis.analyst.engines.face.batch.distance
Methods in cz.fidentis.analyst.engines.face.batch.distance that return BatchIndirectDistanceModifier and TypeMethodDescriptionstatic BatchIndirectDistance
BatchFaceDistanceServices.initIndirectMeasurement
(BatchFaceDistanceServices.DistanceStrategy strategy, HumanFace gaugeFace, int numFaces, com.jogamp.opengl.GLContext context) Initiates and returns an object that can be used to measure N:N similarity indirectly through a gauge face in nearly linear time. -
Uses of BatchIndirectDistance in cz.fidentis.analyst.engines.face.batch.distance.impl
Classes in cz.fidentis.analyst.engines.face.batch.distance.impl that implement BatchIndirectDistanceModifier 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.