hi_transform_matrix
Description
Defines the affine transformation matrix.
Prototype
typedef struct {
hi_matrix_type matrix_type;
hi_float matrix[3][4];
} hi_transform_matrix;
Members
Member |
Description |
|---|---|
matrix_type |
Matrix type. |
matrix |
Affine transformation matrix. |
Parent topic: VPC Image Processing