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

Create RealViews.hyperSlice #48

Open
axtimwalde opened this issue May 31, 2024 · 0 comments
Open

Create RealViews.hyperSlice #48

axtimwalde opened this issue May 31, 2024 · 0 comments

Comments

@axtimwalde
Copy link
Member

This will give us several things:

  1. We can generate $n - m$-dimensional hyperslices or stacks thereof.
  2. We can interpolate those hyperslices with stack interpolation which solves the unwanted shearing of interpolation kernels along the discretized axes (cool for sheared lighht sheet images, serial section alignments and similar stuff)

Stack interpolation likely will have to be revisited to replace the Lists<RealRandomAccessible<T>> by RandomAccessible<RealRandomAccessible<T>>, or introduce a truly 1-dimensional lazy evaluated long list, this could be called Stack<R> extends RandomAccessible<R> with R being the hyperslices (this should be discussed in more detail).

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