Package frc.robot

Class LimelightHelpers.LimelightTarget_Classifier

  • Enclosing class:
    LimelightHelpers

    public static class LimelightHelpers.LimelightTarget_Classifier
    extends java.lang.Object
    Represents a Neural Classifier Pipeline Result extracted from JSON Output
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • className

        public java.lang.String className
      • classID

        public double classID
      • confidence

        public double confidence
      • zone

        public double zone
      • tx

        public double tx
      • tx_pixels

        public double tx_pixels
      • ty

        public double ty
      • ty_pixels

        public double ty_pixels
    • Constructor Detail

      • LimelightTarget_Classifier

        public LimelightTarget_Classifier()