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

Generic reduced block-grid image for use with generating block ranges over higher-resolution operations #474

Open
cmhulbert opened this issue Mar 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@cmhulbert
Copy link
Collaborator

Currently planned implementations of smoothing operations ( and dilating) require iteration over the entire rectangular volume that encompasses the target label. This frequently results in many blocks being unnecessarily accessed. A solution to this would be to reduce the target image by the blocksize in each dimension, and setting the result to a binary mask, depending on the target label. You can then apply the desired operation to much smaller image, and determine which blocks need to be accessed for the original operation on the target image.

Specifically, for use with #472 when it is implemented

@cmhulbert cmhulbert added the enhancement New feature or request label Mar 13, 2023
@cmhulbert cmhulbert mentioned this issue Mar 14, 2023
2 tasks
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