Geordon Worley

Results 100 issues of Geordon Worley

`i128` and `u128` should implement `Word` as well. I need this in an application of morton encoding where I need more than 21 bits of precision on each axis. In...

It seems like some operations mutate `Mat` without requiring `Mat` to be mutable such as [`ellipse`](https://nebgnahz.github.io/cv-rs/cv/mat/struct.Mat.html#method.ellipse). This could result in a data race. These should be corrected to have correct...

TL;DR: It should be possible to specify exactly what features you want using cargo, and it should "just work." Currently there is some intermingling between `features2d` and `xfeatures2d`. OpenCV also...

We should update our submodules to OpenCV `3.4.5`. We don't need to go to 4.x yet, but we can figure that out later.

I would like to go through and just slash through all the Clippy lints. Some things are breaking changes. Is this fine? For instance, an example of a breaking change...

OpenCV should also be able to be built and linked statically through the help of the `cmake` crate. It does not always need to be used this way, but I...

It is not necessary to write the C bindings again in Rust after they have been written in C. An example of this is in the crate `flann-sys` where the...

In `highgui_set_mouse_callback` currently it is not possible to pass it a closure. By storing an arbitrary `dyn Fn` type in the `Box` inside its definition, it should be possible to...

I have added a few people doing Rust photogrammetry to a small Discord server that can be found [here](https://discord.gg/a58kQ3). If you would like, we can make a channel on here...

The title should explain it, but cv-rs needs to be updated to Rust 2018.