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
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |