Mat apply(Mat src) { final dst = Mat.empty(); cvRun(() => cvideo.cv_BackgroundSubtractorKNN_apply(ref, src.ref, dst.ref, ffi.nullptr)); return dst; }