cv-rs icon indicating copy to clipboard operation
cv-rs copied to clipboard

Background Subtractors

Open yuvallanger opened this issue 6 years ago • 1 comments

I would like to contribute the background subtractor algorithms, as well as a reference for how to contribute future algorithms. Do you have any notes you can contribute to the first draft?

yuvallanger avatar Feb 18 '19 15:02 yuvallanger

Hey.

I'm not sure about current project status. It works but it's not actually maintained. Its original owner doesn't contribute for a long time and I'm tired a bit to support everything myself.

But if you want so, you basically have to choose some API, wrap it into C API (see native folder for example), then reuse it in Rust side and then provide rust API for it.

Pzixel avatar Feb 20 '19 08:02 Pzixel