hi_matrix_type
Description
Defines the matrix type of affine transformation.
Prototype
HI_MATRIX_2_PLUS_3 = 0, HI_MATRIX_3_PLUS_3 = 1, HI_MATRIX_3_PLUS_4 = 2
Members
Member |
Description |
|---|---|
HI_MATRIX_2_PLUS_3 |
2 x 3 matrix. |
HI_MATRIX_3_PLUS_3 |
3 x 3 matrix. |
HI_MATRIX_3_PLUS_4 |
3 x 4 matrix. |
Parent topic: Image Processing