setIdentity method

void setIdentity()

Sets Matrix to identity; which has no effect on mapped Point. Sets Matrix to:

| 1 0 0 |
| 0 1 0 |
| 0 0 1 |

Also called reset(); use the one that provides better inline documentation.

Implementation

void setIdentity() => c.mnn_cv_matrix_set_identity(ptr);