reset method
void
reset()
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 setIdentity(); use the one that provides better inline documentation.
Implementation
void reset() => c.mnn_cv_matrix_reset(ptr);