Uses of Enum Class
cz.fidentis.analyst.engines.face.FaceDistanceServices.DistanceAggregation
Packages that use FaceDistanceServices.DistanceAggregation
-
Uses of FaceDistanceServices.DistanceAggregation in cz.fidentis.analyst.engines.face
Methods in cz.fidentis.analyst.engines.face that return FaceDistanceServices.DistanceAggregationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.FaceDistanceServices.DistanceAggregation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.fidentis.analyst.engines.face with parameters of type FaceDistanceServices.DistanceAggregationModifier and TypeMethodDescriptionstatic double
FaceDistanceServices.calculateBiDistance
(HumanFace face1, HumanFace face2, boolean relativeDist, boolean crop, MeshDistanceConfig.Method strategy, MeshDistanceConfig.GPUData gpuData, FaceDistanceServices.DistanceAggregation distanceAggregation) Calculates the distances of mesh surfaces in both directions, i.e., from object A to B and vice versa, to address possible asymmetry. -
Uses of FaceDistanceServices.DistanceAggregation in cz.fidentis.analyst.engines.face.impl
Methods in cz.fidentis.analyst.engines.face.impl with parameters of type FaceDistanceServices.DistanceAggregationModifier and TypeMethodDescriptiondouble
FaceDistanceServicesImpl.calculateBiDistance
(HumanFace face1, HumanFace face2, boolean relativeDist, boolean crop, MeshDistanceConfig.Method strategy, MeshDistanceConfig.GPUData gpuData, FaceDistanceServices.DistanceAggregation distanceAggregation) Calculates the distances of mesh surfaces in both directions, i.e., from object A to B and vice versa, to address possible asymmetry.