Class MeshDistanceComputed
java.lang.Object
cz.fidentis.analyst.data.face.HumanFaceEvent
cz.fidentis.analyst.engines.face.events.MeshDistanceComputed
New mesh distance metric has been computed.
-
Constructor Summary
ConstructorsConstructorDescriptionMeshDistanceComputed
(HumanFace sourceFace, HumanFace targetFace, MeshDistances meshDistances, String name, Object issuer) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns distance values.Returns human face from which the HD has been computed.Returns human face towards which the HD has been computed.Methods inherited from class cz.fidentis.analyst.data.face.HumanFaceEvent
getFace, getIssuer, getName
-
Constructor Details
-
MeshDistanceComputed
public MeshDistanceComputed(HumanFace sourceFace, HumanFace targetFace, MeshDistances meshDistances, String name, Object issuer) Constructor.- Parameters:
sourceFace
- Human face from which the HD has been computedtargetFace
- Human face towards which the HD has been computedmeshDistances
- Mesh distance statsname
- Event name provided by issuerissuer
- The issuer
-
-
Method Details
-
getSourceFace
Returns human face from which the HD has been computed. This method is identical toHumanFaceEvent.getFace()
- Returns:
- human face from which the HD has been computed.
-
getTargetFace
Returns human face towards which the HD has been computed.- Returns:
- human face towards which the HD has been computed.
-
getMeshDistances
Returns distance values.- Returns:
- distance values.
-