Uses of Enum Class
cz.fidentis.analyst.engines.face.batch.distance.BatchFaceDistanceServices.DistanceStrategy
Packages that use BatchFaceDistanceServices.DistanceStrategy
Package
Description
-
Uses of BatchFaceDistanceServices.DistanceStrategy in cz.fidentis.analyst.engines.face.batch.distance
Methods in cz.fidentis.analyst.engines.face.batch.distance that return BatchFaceDistanceServices.DistanceStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BatchFaceDistanceServices.DistanceStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.fidentis.analyst.engines.face.batch.distance with parameters of type BatchFaceDistanceServices.DistanceStrategyModifier 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 BatchFaceDistanceServices.DistanceStrategy in cz.fidentis.analyst.gui.task.batch.distance
Constructors in cz.fidentis.analyst.gui.task.batch.distance with parameters of type BatchFaceDistanceServices.DistanceStrategyModifierConstructorDescriptionBatchIndirectDistanceTask
(ProgressDialog<Void, Integer> progressDialog, BatchControlPanel controlPanel, BatchFaceDistanceServices.DistanceStrategy distanceStrategy, com.jogamp.opengl.GLContext context) Constructor.