BowlerKernel
Public Member Functions | Private Attributes | List of all members
com.neuronrobotics.imageprovider.Detection Class Reference
Collaboration diagram for com.neuronrobotics.imageprovider.Detection:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 5 of file Detection.java.

Constructor & Destructor Documentation

◆ Detection() [1/2]

com.neuronrobotics.imageprovider.Detection.Detection ( double  x,
double  y,
double  size 
)

◆ Detection() [2/2]

com.neuronrobotics.imageprovider.Detection.Detection ( double  x,
double  y,
double  size,
double  confidence 
)
Parameters
xdetection location in image
ydetection location in image
sizedetection location in image
confidenceconfidence 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.

Here is the call graph for this function:

Member Function Documentation

◆ getConfidence()

double com.neuronrobotics.imageprovider.Detection.getConfidence ( )

◆ getDetectionLocation()

TransformNR com.neuronrobotics.imageprovider.Detection.getDetectionLocation ( )

◆ getSize()

double com.neuronrobotics.imageprovider.Detection.getSize ( )

Definition at line 34 of file Detection.java.

References com.neuronrobotics.imageprovider.Detection.Size.

◆ getX()

double com.neuronrobotics.imageprovider.Detection.getX ( )

Definition at line 42 of file Detection.java.

References com.neuronrobotics.imageprovider.Detection.X.

◆ getY()

double com.neuronrobotics.imageprovider.Detection.getY ( )

Definition at line 38 of file Detection.java.

References com.neuronrobotics.imageprovider.Detection.Y.

◆ setConfidence()

void com.neuronrobotics.imageprovider.Detection.setConfidence ( double  confidence)

◆ setDetectionLocation()

void com.neuronrobotics.imageprovider.Detection.setDetectionLocation ( TransformNR  detectionLocation)

◆ toString()

String com.neuronrobotics.imageprovider.Detection.toString ( )

Member Data Documentation

◆ confidence

double com.neuronrobotics.imageprovider.Detection.confidence
private

◆ detectionLocation

TransformNR com.neuronrobotics.imageprovider.Detection.detectionLocation =null
private

◆ Size

final double com.neuronrobotics.imageprovider.Detection.Size
private

◆ X

final double com.neuronrobotics.imageprovider.Detection.X
private

◆ Y

final double com.neuronrobotics.imageprovider.Detection.Y
private

The documentation for this class was generated from the following file: