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

Improve processing with ROIs #241

Open
aaime opened this issue May 22, 2019 · 0 comments
Open

Improve processing with ROIs #241

aaime opened this issue May 22, 2019 · 0 comments

Comments

@aaime
Copy link
Member

aaime commented May 22, 2019

jai-ext is generally pretty slow at doing image processing with ROIs, part of it is due to the extra accesses and computation, however, it's not all:

  • Unlike JAI, operations specific for binary images are missing (e.g., scale, warp)
  • Extracting values from the ROIs with iterators is not particularly efficient, dedicated iterators for binary images should be developed
  • Thinking out loud, there is no support for marking/recognizing that a ROI tile is completely full or completely empty, which would help speed wise (the only ROI tiles that are interesting are the border ones)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant