A modern, open, high-performance, (soon to be) GPU-accelerated computer vision library providing state-of-the-art implementations and performance. See the issues page for a list of features planned or in development.
I recommend you install rustup and then run the following command to use the Rust nightly version:
$ rustup install nightly # or rustup update nightly
Although you can run a command from the nightly toolchain without switching to
nightly ($ rustup run nightly [command]
), you should switch to nightly:
$ rustup default nightly
1) Fork
2) Optionally create a new branch (e.g., git checkout -b my-new-feature
) (*recommended if you're
making multiple changes)
3) Commit your changes (*5 useful tips for a better commit message)
4) Push (e.g., git push origin my-new-feature
)
5) Create a new pull request
This project is a labor of love, as well as a community effort - new contributors are welcome. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as below, without any additional terms or conditions.
People are expected to follow a code of conduct similar to that of the Rust organization when discussing mīrō on the Github page, Gitter channel, or other venues.
Dual licensed under
Dual licensed under