Class HumanFaceTransformedEvent

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

public class HumanFaceTransformedEvent extends HumanFaceEvent
A human face all its components (mesh, symmetry plane, feature points, etc.) have been transformed in scape.
  • Constructor Details

    • HumanFaceTransformedEvent

      public HumanFaceTransformedEvent(HumanFace face, String name, Object issuer)
      Constructor of finished transformation.
      Parameters:
      face - Human face related to the event
      name - Event name provided by issuer
      issuer - The issuer
    • HumanFaceTransformedEvent

      public HumanFaceTransformedEvent(HumanFace face, String name, Object issuer, boolean isFinished)
      Constructor.
      Parameters:
      face - Human face related to the event
      name - Event name provided by issuer
      issuer - The issuer
      isFinished - if true, then it is supposed that the transformation will continue (is in the progress).
  • Method Details

    • isFinished

      public boolean isFinished()
      Returns true it the transformation is finished (is not under progress)
      Returns:
      true it the transformation is finished