Class Limelight.DetectorTarget

java.lang.Object
com.limelightvision.Limelight.LimelightTarget
com.limelightvision.Limelight.DetectorTarget
Enclosing class:
Limelight

public static class Limelight.DetectorTarget extends Limelight.LimelightTarget
A neural detector target.
  • Field Details

    • classId

      public int classId
      Class index from the class list.
    • className

      public String className
      Human-readable class name.
    • confidence

      public double confidence
      Detection confidence (0-1).
    • trackId

      public int trackId
      Tracking ID for object counting pipelines. -1 means no tracking
  • Constructor Details

    • DetectorTarget

      public DetectorTarget()