... for the specified column span
UMat colRange(int start, int end) { final p = calloc<cvg.UMat>(); cvRun(() => ccore.cv_UMat_colRange(ref, start, end, p, ffi.nullptr)); return UMat._(p); }