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