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

Feature/optiflow #93

Open norru opened 5 years ago

norru commented 5 years ago

Hi, I have added a bunch of bindings for Optical Flow and a bug fix, as I needed them in for a project. Feel free to integrate, I can't dedicate much time to polish, you're very welcome to take it from there :)

norru commented 5 years ago

Bloody fmt!

joelgallant commented 5 years ago

Happy to help clean this up if OP doesn't have time to polish

norru commented 5 years ago

Hi @joelgallant - help is very welcome. I'll fix the easy stuff and leave you with the wrapping.

Do you want to fork from mine, or should we merge in and then you clone from the original (my recommended option). This way we could have the wrappers available earlier (and I could import the official crate rather than my own hacks :) )

norru commented 5 years ago

I have removed the project files - I think for all other suggested changes "someone" should make separate PRs when appropriate :)

norru commented 5 years ago

Ping?

norru commented 5 years ago

Ping?

Pzixel commented 5 years ago

@norru sorry, my new year finally ended :)

Please, add comments to functions like calc_optical_flow_dis and so on. Suppressing warnings with /// is not a good thing.

Then I'm going to merge this.

Thank you for patience, sorry for a long waiting.