Uses of Class
cz.fidentis.analyst.engines.face.batch.distance.impl.BatchDistanceNearestNeighbors.DistCache
Packages that use BatchDistanceNearestNeighbors.DistCache
-
Uses of BatchDistanceNearestNeighbors.DistCache in cz.fidentis.analyst.engines.face.batch.distance.impl
Subclasses of BatchDistanceNearestNeighbors.DistCache in cz.fidentis.analyst.engines.face.batch.distance.implModifier and TypeClassDescriptionprotected static class
TO DOprotected static class
Cache of vectors to the nearest neighbors, from which the final distance is computed.protected static class
Cache of relative distances from the average face to other faces.protected static class
Cache of relative distances from the average face to other faces.Methods in cz.fidentis.analyst.engines.face.batch.distance.impl that return BatchDistanceNearestNeighbors.DistCacheModifier and TypeMethodDescriptionprotected BatchDistanceNearestNeighbors.DistCache
<?> BatchIndirectDistanceImpl.getDistCache()
Constructors in cz.fidentis.analyst.engines.face.batch.distance.impl with parameters of type BatchDistanceNearestNeighbors.DistCacheModifierConstructorDescriptionBatchDistanceNearestNeighbors
(HumanFace gaugeFace, int numFaces, BatchDistanceNearestNeighbors.DistCache<?> distCache) Constructor.BatchIndirectDistanceImpl
(HumanFace gaugeFace, int numFaces, BatchDistanceNearestNeighbors.DistCache<?> distCache) Constructor.