Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Filtering - Performance Increases #6

Open
1 of 4 tasks
Tracked by #29
SonarSonic opened this issue Apr 13, 2021 · 0 comments
Open
1 of 4 tasks
Tracked by #29

Image Filtering - Performance Increases #6

SonarSonic opened this issue Apr 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@SonarSonic
Copy link
Owner

SonarSonic commented Apr 13, 2021

Speed up the image filtering process, at a minimum cache the filtering outcome up until the current filter.

Potential Improvements

  • Multi-threading
  • Cache the outcome of the existing filters, so when updating only the new filter must be changed.
  • Use a Direct Buffer for the BufferedImage's / Don't create a new image for every filter (provide a dest)
  • Open GL / Cuda?
@SonarSonic SonarSonic added the enhancement New feature or request label Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant