DetectedObject
data class DetectedObject(xMin: Float, xMax: Float, yMin: Float, yMax: Float, probability: Float, label: String?) : FlatShape<DetectedObject>
Content copied to clipboard
This data class represents the detected object on the given image.
Constructors
DetectedObject
Link copied to clipboard