-
### Tracking Table
#### Key
- 🟥: Not yet in `imageproc`
- 🟧: In `imageproc` but not yet released.
- 🟪: Released in `imageproc` but still in `image`
- 🟩: Deprecated in `image`
| function …
-
`blur` is too slow, `imageproc::filter::gaussian_blur_f32` is faster than it, but still slow.
## Reproduction steps
```Rust
use image::imageops::blur;
use image::{Rgb, RgbImage};
use imagepro…
-
Hello Vincent. I'm sorry for creating new issue without contributing. I'm very newbie for OpenCV and node bindings. Anyway, I just wanted to say my opinion about `Mat.houghLinesP()` method. I saw pyth…
-
Related to #638
-
### Feature description
Similar to Pytorch's vision utility, it'd be great if burn provides with interface and a few useful image augmentation utilities, such as random image rotation.
### Featu…
-
OpenCV is a large C++ library that has been causing us various issues over time, including problems building on Windows, constant rebuilds despite no changes etc.
Given that we only use a tiny frac…
-
もうちょっと機能を入れときたい。
現状は中途半端で、字は書けても線を引けてない等。
-
**The photo editor throws this exception and is highly repeatable**
Fatal Exception: java.lang.RuntimeException: Could not compile and link shader!
at android.filterfw.core.ShaderProgra…
-
Minimal reproducible
```rust
use ab_glyph::FontRef;
use imageproc::{
drawing::*,
image::{Rgb, RgbImage},
rect::Rect,
};
fn main() {
let mut image = RgbImage::new(200, 200)…
-
### System Information
OpenCV version: 4.10.0 (appeared earlier?)
Device: Nothing Phone 2
OS: Android 14
CPU: Qualcomm Snapdragon 8+ Gen1
iGPU: QUALCOMM Adreno(TM) (OpenCL 3.0 Adreno(TM) 730)
…