Google Cloud Datalabeling V1beta1 Client - Class BoundingBoxEvaluationOptions (0.2.0)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class BoundingBoxEvaluationOptions.

Options regarding evaluation between bounding boxes.

Generated from protobuf message google.cloud.datalabeling.v1beta1.BoundingBoxEvaluationOptions

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ iou_threshold float

Minimum intersection-over-union (IOU) required for 2 bounding boxes to be considered a match. This must be a number between 0 and 1.

getIouThreshold

Minimum intersection-over-union (IOU) required for 2 bounding boxes to be considered a match. This must be a number between 0 and 1.

Returns
TypeDescription
float

setIouThreshold

Minimum intersection-over-union (IOU) required for 2 bounding boxes to be considered a match. This must be a number between 0 and 1.

Parameter
NameDescription
var float
Returns
TypeDescription
$this