menu
opencv_dart package
documentation
dnn.dart
AsyncArray
get method
get method
dark_mode
light_mode
get
method
Mat
get
(
)
Implementation
Mat get() { final dst = Mat.empty(); cvRun(() => cdnn.AsyncArray_Get(ref, dst.ref)); return dst; }
opencv_dart package
documentation
dnn
AsyncArray
get method
AsyncArray class