Class Limelight.DetectorTarget
java.lang.Object
com.limelightvision.Limelight.LimelightTarget
com.limelightvision.Limelight.DetectorTarget
- Enclosing class:
Limelight
A neural detector target.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintClass index from the class list.Human-readable class name.doubleDetection confidence (0-1).intTracking ID for object counting pipelines.Fields inherited from class Limelight.LimelightTarget
corners, targetAreaPercent, txDegrees, txDegreesNoCrosshair, txPixels, tyDegrees, tyDegreesNoCrosshair, tyPixels -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
classId
public int classIdClass index from the class list. -
className
Human-readable class name. -
confidence
public double confidenceDetection confidence (0-1). -
trackId
public int trackIdTracking ID for object counting pipelines. -1 means no tracking
-
-
Constructor Details
-
DetectorTarget
public DetectorTarget()
-