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