PhotosVisionObjectrecMatrix2D

GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecMatrix2D


Table of Contents ▼

Jump to a specific part of the page:

Description

A 2x2 float matrix.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. xx (type: number(), default: nil)
    -
  2. xy (type: number(), default: nil)
    -
  3. yx (type: number(), default: nil)
    -
  4. yy (type: number(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecMatrix2D{
xx: number() | nil,
xy: number() | nil,
yx: number() | nil,
yy: number() | nil
}

Function

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

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