get method

Mat get()

Implementation

Mat get() {
  final dst = Mat.empty();
  cvRun(() => cdnn.AsyncArray_Get(ref, dst.ref));
  return dst;
}