-
Hi,
I've using [libfuzzer](https://github.com/rust-fuzz/cargo-fuzz) to fuzz this crate. And I've found 2 API may panic due to arithmetic overflow.
## Issue Description
We are getting crashes in…
-
Both the `image` and `imageproc` crates contain functions for performing (some) affine transformations, colour and contrast adjustments, and image filtering.
Does anyone have a strong opinion on wh…
-
ubuntu@ubuntu-HP-15-Notebook-PC:~/Desktop/EmotionDetection_OpenCV-master/code$ g++ facialEmotion.cpp -o fe -I/usr/local/include/opencv -I/usr/local/include -L/usr/local/lib -lopencv_core -lopencv_ima…
-
The basic move to an MPLABX project is provided in a branch, here:
https://github.com/apullin/turner-ip2.5/tree/cmds-mplabx
The code does not currently compile. I am unsure what branch of imageproc-l…
-
我执行 ndk-build 提示 EasyPR_Android-master/obj/local/armeabi-v7a/objs/imageproc/core/ImageProc.o.d:1: **\* multiple target patterns. Stop.
于是我打开这个文件,里面写的都是你原本电脑的绝对路径,我尝试修改成为我的路径,可我发现,不止这个文件,就连整个目录下都是你电脑…
-
Installing OpenCV is not trivial (especially on Windows) and lengthy.
Investigate OpenCV alternatives, maybe a Rust crate?
-
### Describe the bug
xprite-editor fails to build on [x86_64-darwin](https://hydra.nixos.org/build/157645636/nixlog/3), [aarch64-darwin](https://hydra.nixos.org/build/157932686/nixlog/2), and [x86_64…
-
Dear developers,
I am currently working on getting STA into Debian as a replacement for Scantailor which was removed when QT4 was removed. We are very near being able to upload, but I have this one…
-
Image processing demo in ImageProc directory currently creates a SimpleHTTPServer to test the compiled NaCl executable. As of [Chrome 47](https://developers.google.com/web/updates/2015/10/chrome-47-w…
-
### Summary
In https://github.com/image-rs/imageproc/pull/386 I am extending https://github.com/image-rs/imageproc to have wasm tests by re-using the existing tests. The way I am doing this is base…