GMat addC(GMat a, GScalar b, {int ddepth = -1}) { final p = calloc<cvg.GMat>(); cvRun(() => cgapi.gapi_addC(a.ref, b.ref, ddepth, p)); return GMat.fromPointer(p); }