nebgnahz / cv-rs

Rust wrapper for OpenCV (manual at this point)
https://nebgnahz.github.io/cv-rs/cv/
MIT License
203 stars 41 forks source link

Background Subtractors #105

Open yuvallanger opened 5 years ago

yuvallanger commented 5 years ago

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?

Pzixel commented 5 years ago

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.