GoogleApi.ContentWarehouse.V1.Model.PhotosVisionGroundtruthdbNormalizedBoundingBox
Table of Contents ▼
Jump to a specific part of the page:
Description
Bounding box coordinates are relative to the width and height of the image. For example, if image is 100x200 and NormalizedBoundingBox is , the bounding box coordinates will be (10, 40) to (50, 180). Note parts of the bounding box may fall outside the image.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
xmax
(type:number()
, default:nil
)
- -
xmin
(type:number()
, default:nil
)
- -
ymax
(type:number()
, default:nil
)
- -
ymin
(type:number()
, default:nil
)
-
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.PhotosVisionGroundtruthdbNormalizedBoundingBox