Class NeuralClassifier
java.lang.Object
limelight.networktables.target.pipeline.NeuralClassifier
Represents a Neural Classifier Pipeline Result extracted from JSON Output
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleNeural pipeline class id from the Limelight.Neural pipeline class name from Limelight.doubleConfidence that the object is the class.doubleX position of the object in the image as percent.doubleX position of the object in the image as pixel.doubleY position of the object in the image as percent.doubleY position of the object in the image as pixeldouble -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
className
Neural pipeline class name from Limelight. -
classID
public double classIDNeural pipeline class id from the Limelight. -
confidence
public double confidenceConfidence that the object is the class. -
zone
public double zone -
tx
public double txX position of the object in the image as percent. -
tx_pixels
public double tx_pixelsX position of the object in the image as pixel. -
ty
public double tyY position of the object in the image as percent. -
ty_pixels
public double ty_pixelsY position of the object in the image as pixel
-
-
Constructor Details
-
NeuralClassifier
public NeuralClassifier()Creates a new NeuralClassifier object.
-