cv-rs
cv-rs copied to clipboard
Background Subtractors
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?
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.