rust-cv / cv

Rust CV mono-repo. Contains pure-Rust dependencies which attempt to encapsulate the capability of OpenCV, OpenMVG, and vSLAM frameworks in a cohesive set of APIs.
831 stars 64 forks source link

Updated dependencies and updated code: image and imageprocs #59

Closed stephanemagnenat closed 1 year ago

stephanemagnenat commented 1 year ago

This updates image to 0.24 and imageprocs to 0.23, to keep up with the other packages in the community.

xd009642 commented 1 year ago

Oh actually the cargo fmt failure is from this PR, could you fix that and then we're good to go!

stephanemagnenat commented 1 year ago

I have rebased on latest main, run fmt and made clippy happy!

xd009642 commented 1 year ago

Awesome thanks :+1: