get method

double get(
  1. int index
)

Implementation

double get(int index) => c.mnn_cv_matrix_get(ptr, index);