Matrix.fromPointer constructor

Matrix.fromPointer(
  1. mnn_cv_matrix_t ptr, {
  2. bool attach = true,
  3. int? externalSize,
})

Implementation

Matrix.fromPointer(c.mnn_cv_matrix_t ptr, {super.attach, super.externalSize})
    : super(ptr.cast());