PhotosVisionGroundtruthdbNormalizedBoundingBox

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):

View Attributes

Attributes

  1. xmax (type: number(), default: nil)
    -
  2. xmin (type: number(), default: nil)
    -
  3. ymax (type: number(), default: nil)
    -
  4. ymin (type: number(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PhotosVisionGroundtruthdbNormalizedBoundingBox{
xmax: number() | nil,
xmin: number() | nil,
ymax: number() | nil,
ymin: number() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.PhotosVisionGroundtruthdbNormalizedBoundingBox