-
Hello, in your paper, you mentioned some comparison algorithms, such as YDTR, but I noticed that their fused results are all grayscale images. Could you please elaborate on the method you used to conv…
ghost updated
2 weeks ago
-
Topological skeleton is very useful image representation.
There was commercial children application Plopp which was build on Squeak and probably it used this approach.
Links to the topic: https://en…
-
**Feature Request: Display Execution Time**
It would be great to have a feature that shows the execution time of algorithms. Here's an example of what it could look like:
![image](https://github…
-
I notice on multiple occasions that we set the description differently between the algorithm's markdown docs and the openEO UDP description. One of the latest example can be taken from this PR https:/…
-
The [`image-rendering`](https://drafts.csswg.org/css-images-3/#the-image-rendering) property supports values such as `smooth` and `high-quality` but these are not specific enough. Bilinear is preferab…
-
### Installation Type
Docker
### pVACtools Version / Docker Image
Docker container, version 4.4.1
### Python Version
_No response_
### Operating System
_No response_
### Descri…
-
Alright, imagine your picture is made up of tiny dots called pixels. Each of these pixels can be a mix of colors—like red, green, and blue. We use numbers to describe how much of each color there is i…
-
Hello,
I am currently having issues with executing and benchmarking algorithms on your repo.
After installing the repo and I have decided to follow the steps in the _ESA-TimeEval-algorithms_ guidi…
-
**Is your feature request related to a problem? Please describe.**
sktime currently has a function "plot_series" for plotting time series. I am thinking of introducing Imaging of time series in "plot…
-
```
With this class you could implement easily image editing algorithms, like:
Gaussian blur, box
blur, Edge Detection and Embossing effect filter.
I have implemented the gaussian blur effect thank…