-
We need to add the following checks to the images being uploaded:
* Blurriness (the images must not be blurry)
* Size (Images larger than a given amount should be resized)
* Shape (Degenerate pic…
-
The issue in #391 is also present in the cropping rotate function.
Rotating a square by multiples of pi/2 about centre shouldn't have any pixels with a preimage outside the original square. But ca…
-
```
Our current implementation for figuring out if an object has a tiled, zoomable
image is to concat a
directory path and then check if that directory is present on the server. This
approach break…
-
Tracks invites to the @image-rs/collaborators. A successful contribution will get you invited to the team, in general this is a merged PR or an issue resolved through valuable input. This will provide…
-
The complex but stable (API unlikely to change) algorithms in `math::nq` seems to be good subjects of benchmarking. Benchmarks will help those who want to improve their performance.
-
I can get the matlab bindings to be built and compiled, and have many of the functions working, however some of the bridge files don't get compiled. I noticed this when trying to run code like
```
cv…
-
```
We have some bugs in the metadata for the objects, such that image paths
point to non-existent images. This is a separate issue we are working on,
but to help the user in these cases, we need to i…
-
Here will be some Rust libraries that I might want to use. Or perhaps C libraries that I can write some bindings to.
-
### Steps to reproduce
1. Loading map in a custom view on click of barbutton item
2. out of 20 times, it works well for 15 times and crashed for rest 5 times with exceptions like, latittude mu…
-
It would be good if when you ran [the FAST detector](https://docs.rs/imageproc/0.17.0/imageproc/corners/fn.corners_fast12.html) that it returned an `impl Iterator` instead of a `Vec` so that the corne…