Class MeshDistanceComputed

java.lang.Object
cz.fidentis.analyst.data.face.HumanFaceEvent
cz.fidentis.analyst.engines.face.events.MeshDistanceComputed

public class MeshDistanceComputed extends HumanFaceEvent
New mesh distance metric has been computed.
  • 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 computed
      targetFace - Human face towards which the HD has been computed
      meshDistances - Mesh distance stats
      name - Event name provided by issuer
      issuer - The issuer
  • Method Details

    • getSourceFace

      public HumanFace getSourceFace()
      Returns human face from which the HD has been computed. This method is identical to HumanFaceEvent.getFace()
      Returns:
      human face from which the HD has been computed.
    • getTargetFace

      public HumanFace getTargetFace()
      Returns human face towards which the HD has been computed.
      Returns:
      human face towards which the HD has been computed.
    • getMeshDistances

      public MeshDistances getMeshDistances()
      Returns distance values.
      Returns:
      distance values.