BowlerKernel
|
Public Member Functions | |
Detection (double x, double y, double size) | |
Detection (double x, double y, double size, double confidence) | |
double | getSize () |
double | getY () |
double | getX () |
String | toString () |
double | getConfidence () |
void | setConfidence (double confidence) |
TransformNR | getDetectionLocation () |
void | setDetectionLocation (TransformNR detectionLocation) |
Private Attributes | |
final double | X |
final double | Y |
final double | Size |
double | confidence |
TransformNR | detectionLocation =null |
Definition at line 5 of file Detection.java.
com.neuronrobotics.imageprovider.Detection.Detection | ( | double | x, |
double | y, | ||
double | size | ||
) |
Definition at line 14 of file Detection.java.
References com.neuronrobotics.imageprovider.Detection.setConfidence(), com.neuronrobotics.imageprovider.Detection.Size, com.neuronrobotics.imageprovider.Detection.X, and com.neuronrobotics.imageprovider.Detection.Y.
com.neuronrobotics.imageprovider.Detection.Detection | ( | double | x, |
double | y, | ||
double | size, | ||
double | confidence | ||
) |
x | detection location in image |
y | detection location in image |
size | detection location in image |
confidence | confidence value from 0-1 of confidence in detection |
Definition at line 27 of file Detection.java.
References com.neuronrobotics.imageprovider.Detection.setConfidence(), com.neuronrobotics.imageprovider.Detection.Size, com.neuronrobotics.imageprovider.Detection.X, and com.neuronrobotics.imageprovider.Detection.Y.
double com.neuronrobotics.imageprovider.Detection.getConfidence | ( | ) |
Definition at line 49 of file Detection.java.
References com.neuronrobotics.imageprovider.Detection.confidence.
TransformNR com.neuronrobotics.imageprovider.Detection.getDetectionLocation | ( | ) |
Definition at line 56 of file Detection.java.
References com.neuronrobotics.imageprovider.Detection.detectionLocation.
double com.neuronrobotics.imageprovider.Detection.getSize | ( | ) |
Definition at line 34 of file Detection.java.
References com.neuronrobotics.imageprovider.Detection.Size.
double com.neuronrobotics.imageprovider.Detection.getX | ( | ) |
Definition at line 42 of file Detection.java.
References com.neuronrobotics.imageprovider.Detection.X.
double com.neuronrobotics.imageprovider.Detection.getY | ( | ) |
Definition at line 38 of file Detection.java.
References com.neuronrobotics.imageprovider.Detection.Y.
void com.neuronrobotics.imageprovider.Detection.setConfidence | ( | double | confidence | ) |
Definition at line 53 of file Detection.java.
References com.neuronrobotics.imageprovider.Detection.confidence.
Referenced by com.neuronrobotics.imageprovider.Detection.Detection().
void com.neuronrobotics.imageprovider.Detection.setDetectionLocation | ( | TransformNR | detectionLocation | ) |
Definition at line 59 of file Detection.java.
References com.neuronrobotics.imageprovider.Detection.detectionLocation.
String com.neuronrobotics.imageprovider.Detection.toString | ( | ) |
Definition at line 45 of file Detection.java.
References com.neuronrobotics.imageprovider.Detection.Size, com.neuronrobotics.imageprovider.Detection.X, and com.neuronrobotics.imageprovider.Detection.Y.
|
private |
Definition at line 10 of file Detection.java.
Referenced by com.neuronrobotics.imageprovider.Detection.getConfidence(), and com.neuronrobotics.imageprovider.Detection.setConfidence().
|
private |
Definition at line 12 of file Detection.java.
Referenced by com.neuronrobotics.imageprovider.Detection.getDetectionLocation(), and com.neuronrobotics.imageprovider.Detection.setDetectionLocation().
|
private |
Definition at line 9 of file Detection.java.
Referenced by com.neuronrobotics.imageprovider.Detection.Detection(), com.neuronrobotics.imageprovider.Detection.getSize(), and com.neuronrobotics.imageprovider.Detection.toString().
|
private |
Definition at line 7 of file Detection.java.
Referenced by com.neuronrobotics.imageprovider.Detection.Detection(), com.neuronrobotics.imageprovider.Detection.getX(), and com.neuronrobotics.imageprovider.Detection.toString().
|
private |
Definition at line 8 of file Detection.java.
Referenced by com.neuronrobotics.imageprovider.Detection.Detection(), com.neuronrobotics.imageprovider.Detection.getY(), and com.neuronrobotics.imageprovider.Detection.toString().