Uses of Interface
cz.fidentis.analyst.engines.distance.measurement.MeshDistances
Packages that use MeshDistances
Package
Description
This package contains interfaces and
classes necessary for publish-subscribe notification of changes in human faces.
-
Uses of MeshDistances in cz.fidentis.analyst.engines.distance
Methods in cz.fidentis.analyst.engines.distance that return MeshDistancesModifier and TypeMethodDescriptionMeshDistanceVisitor.getDistancesOfVisitedFacets()
Returns the distance of inspected mesh facets to the source mesh facets.static MeshDistances
MeshDistanceServices.measure
(MeshFacet facet, MeshDistanceConfig config) Returns distances between the source mesh stored in the strategy object and the mesh provided as input parameter.static MeshDistances
MeshDistanceServices.measure
(MeshModel meshModel, MeshDistanceConfig config) Returns distances between the source mesh stored in the strategy object and the mesh provided as input parameter.static MeshDistances
MeshDistanceServices.measure
(Collection<MeshFacet> facets, MeshDistanceConfig config) Returns distances between the source mesh stored in the strategy object and meshes provided as input parameter. -
Uses of MeshDistances in cz.fidentis.analyst.engines.distance.impl
Methods in cz.fidentis.analyst.engines.distance.impl that return MeshDistances -
Uses of MeshDistances in cz.fidentis.analyst.engines.distance.measurement
Classes in cz.fidentis.analyst.engines.distance.measurement that implement MeshDistances -
Uses of MeshDistances in cz.fidentis.analyst.engines.face
Methods in cz.fidentis.analyst.engines.face that return MeshDistancesModifier and TypeMethodDescriptionstatic MeshDistances
FaceDistanceServices.calculateDistance
(HumanFace primaryFace, HumanFace secondaryFace, boolean relativeDist, boolean crop, MeshDistanceConfig.Method distConfig, MeshDistanceConfig.GPUData gpuData) Calculates distance between faces.static MeshDistances
FaceDistanceServices.setPrioritySphereMask
(MeshDistances meshDistances, Map<Landmark, Double> prioritySpheres) Extends the distance measurement (typically retrieved by theFaceDistanceServices.calculateDistance(HumanFace, HumanFace, boolean, boolean, MeshDistanceConfig.Method, MeshDistanceConfig.GPUData)
method) with priority sphere layers.Methods in cz.fidentis.analyst.engines.face with parameters of type MeshDistancesModifier and TypeMethodDescriptionFaceDistanceServices.getFeaturePointWeights
(MeshDistances meshDistances, Map<Landmark, Double> prioritySpheres) Computes and returns weights of landmarks based on weighted distance measurementstatic MeshDistances
FaceDistanceServices.setPrioritySphereMask
(MeshDistances meshDistances, Map<Landmark, Double> prioritySpheres) Extends the distance measurement (typically retrieved by theFaceDistanceServices.calculateDistance(HumanFace, HumanFace, boolean, boolean, MeshDistanceConfig.Method, MeshDistanceConfig.GPUData)
method) with priority sphere layers. -
Uses of MeshDistances in cz.fidentis.analyst.engines.face.events
Methods in cz.fidentis.analyst.engines.face.events that return MeshDistancesModifier and TypeMethodDescriptionMeshDistanceComputed.getMeshDistances()
Returns distance values.Constructors in cz.fidentis.analyst.engines.face.events with parameters of type MeshDistancesModifierConstructorDescriptionMeshDistanceComputed
(HumanFace sourceFace, HumanFace targetFace, MeshDistances meshDistances, String name, Object issuer) Constructor. -
Uses of MeshDistances in cz.fidentis.analyst.engines.face.impl
Methods in cz.fidentis.analyst.engines.face.impl that return MeshDistancesModifier and TypeMethodDescriptionFaceDistanceServicesImpl.calculateDistance
(HumanFace primaryFace, HumanFace secondaryFace, boolean relativeDist, boolean crop, MeshDistanceConfig.Method strategy, MeshDistanceConfig.GPUData gpuData) Calculates distance between faces.FaceDistanceServicesImpl.setPrioritySphereMask
(MeshDistances meshDistances, Map<Landmark, Double> prioritySpheres) Extends the distance measurement (typically retrieved by theFaceDistanceServicesImpl.calculateDistance(HumanFace, HumanFace, boolean, boolean, MeshDistanceConfig.Method, MeshDistanceConfig.GPUData)
method) with priority sphere layers.Methods in cz.fidentis.analyst.engines.face.impl with parameters of type MeshDistancesModifier and TypeMethodDescriptionFaceDistanceServicesImpl.getFeaturePointWeights
(MeshDistances meshDistances, Map<Landmark, Double> prioritySpheres) Computes and returns weights of landmarks based on weighted distance measurementFaceDistanceServicesImpl.setPrioritySphereMask
(MeshDistances meshDistances, Map<Landmark, Double> prioritySpheres) Extends the distance measurement (typically retrieved by theFaceDistanceServicesImpl.calculateDistance(HumanFace, HumanFace, boolean, boolean, MeshDistanceConfig.Method, MeshDistanceConfig.GPUData)
method) with priority sphere layers.