Class KdTreeEvent

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

public class KdTreeEvent extends HumanFaceEvent
The root type for events relate to the changes in k-d tree.
  • Constructor Details

    • KdTreeEvent

      public KdTreeEvent(HumanFace face, String name, Object issuer)
      Constructor.
      Parameters:
      face - Human face related to the event
      name - Event name provided by issuer
      issuer - The issuer
  • Method Details

    • isCalculated

      public boolean isCalculated()
      Returns true if the k-d tree is calculated.
      Returns:
      true if the k-d tree is calculated.