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

Remove upper and lower bound on BUDDY_DIP_OPT_STRIP_MINING #20

Open
meshtag opened this issue Mar 13, 2022 · 0 comments
Open

Remove upper and lower bound on BUDDY_DIP_OPT_STRIP_MINING #20

meshtag opened this issue Mar 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@meshtag
Copy link
Member

meshtag commented Mar 13, 2022

Is your feature request related to a problem? Please describe.
As of now, there is an upper and lower bound on stride size while using dip.corr_2d where upper bound is image width and lower bound is kernel width.

Describe the solution you'd like
I wish to eliminate the above mentioned bottleneck so that dip.corr_2d can be truly independent of any image/kernel.

Describe alternatives you've considered
I think we can develop support for a novel type of extrapolation (Refer this doc for context on type of extrapolation) which can fill corresponding values related to Upper/Mid/Lower left col, Upper/Mid/Lower mid col, Upper/Mid/Lower right col in a single if block.

Additional context
Above mentioned idea is just my personal opinion on how we can potentially solve this problem. Other solutions are highly encouraged and will be happily considered if they are successful in solving the above mentioned problem.

@meshtag meshtag added the enhancement New feature or request label Mar 13, 2022
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