bytesList property
Mat
get
bytesList
Implementation
Mat get bytesList {
final dst = Mat.empty();
cvRun(() => ccontrib.cv_aruco_Dictionary_get_bytesList(ref, dst.ptr));
return dst;
}
set
bytesList
(Mat value)
Implementation
set bytesList(Mat value) => ccontrib.cv_aruco_Dictionary_set_bytesList(ref, value.ref);