-
-
When looking at the template matching to add cross-correlation (#311) I came up with a few things that might be an idea for refactoring; however, I thought it would be worth making a discussion before…
-
Hi,
Read your paper and saw this implementation which is exciting.
Want to use LFTags in a project I'm working on, but cannot get this to compile on a mac.
`cargo build` uses the v4l2 library som…
-
For an ellipse with center (u, v), semi-axis (a, b), angle θ, the circum points can be calculated from parametric equation and 2D rotation:
```
x = a cost cosθ - b sint sinθ + u
y = a cost sinθ + b…
-
hi, thanks for your useful ocr engine,
its works good but when i try to set rotated image it return bad result.
![Screenshot 2024-09-30 161933](https://github.com/user-attachments/assets/a616df33-2f…
-
When checking unsafe usage for https://github.com/image-rs/imageproc/issues/371 I found a few cases where benchmarks showed a speedup from using unsafe getters despite the accesses having the followin…
-
Or at least offer it as an alternative backend.
-
# Bug Report
When I create an image in GIMP with a light object on a transparent background, export it to PNG without "Save color values from transparent pixels", and feed it into `resize_image()`,…
-
The `image::imageops::colorops::grayscale` function [currently uses coefficients](https://github.com/image-rs/image/blob/master/src/color.rs#L435) that [assume sRGB color space of the source image](ht…
-
e.g. http://arxiv.org/pdf/1107.4958.pdf, or https://www.mia.uni-saarland.de/Publications/gwosdek-ssvm11.pdf