GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageMatrix
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Representation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
cols
(type:integer()
, default:nil
)
- Number of columns in the matrix. -
data
(type:String.t
, default:nil
)
- The matrix data. -
rows
(type:integer()
, default:nil
)
- Number of rows in the matrix. -
type
(type:integer()
, default:nil
)
- This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageMatrix