opencv-rust icon indicating copy to clipboard operation
opencv-rust copied to clipboard

Rust bindings for OpenCV 3 & 4

Results 116 opencv-rust issues
Sort by recently updated
recently updated
newest added

Before reporting an issue please first check the [troubleshooting guide](https://github.com/twistedfall/opencv-rust/blob/master/README.md#troubleshooting). If the issue you're encountering is not solved thereby please state the following in your bugreport: 1. Operating system 5.6.10-arch1-1...

1. Operating system Windows 10 2. The way you installed OpenCV: chocolatey 3. OpenCV version 4 4. rustc version (`rustc --version`) rustc 1.62.1 (e092d0b6b 2022-07-16) 5. Attach the full output...

Problem initially started [here](https://users.rust-lang.org/t/segmentation-fault-opencv-tesseract-tensorflow/78598/19) I have separate projects [rustmtcnn](https://github.com/ilb/rustmtcnn), [rusttess](https://github.com/ilb/rusttess), [rustopencv](https://github.com/ilb/rustopencv) All fo them work idependently But any combination with opencv fail - tesseract+ tensorflow: work - tesseract : work...

Before reporting an issue please first check the [troubleshooting guide](https://github.com/twistedfall/opencv-rust/blob/master/README.md#troubleshooting). If the issue you're encountering is not solved thereby please state the following in your bugreport: 1. Operating system: ubuntu...

I'm getting `segmentation fault (core dumped)` while reading image from path using `imread`. i've noticed weird thing if i import `tensorflow` lib then only i'm getting this error and if...

I tried building an application with `opencv` but it fails to build. Toolchain: ``` nightly-x86_64-pc-windows-gnu (default) rustc 1.59.0-nightly (c5ecc1570 2021-12-15) ``` Naively I ran `cargo build` but I got an...

I am doing cross compiling to arm linux platform. I don't need these modules like viz, sfm,freetype etc. But now I have to add these so libraries to compile. ![image](https://user-images.githubusercontent.com/12839855/164970897-74821856-830d-4fc3-a645-bd69b168f1a5.png)...

1. Operating system: arch linux 2. The way you installed OpenCV: package, official binary distribution, manual compilation, etc. `yay -S mingw-w64-opencv ` 3. OpenCV version 4.5.5 4. rustc version (`rustc...

System: Windows 10 Opencv Rust: 0.63.0 C libs: Installed with vcpkg, add lib path and bin path to system variable to PATH run ``` cargo bulid ``` get ``` Compiling...

Sorry to bring the issue #239 back. I'd like to share some thoughts on this issue. The `roi()` or `range()` is unsound because it introduces potential data races regardless of...