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

Support spatio-temporal flow fields #112

Open
aschuh-hf opened this issue Aug 29, 2023 · 0 comments
Open

Support spatio-temporal flow fields #112

aschuh-hf opened this issue Aug 29, 2023 · 0 comments
Labels
p0-backlog Backlog / not yet prioritized

Comments

@aschuh-hf
Copy link
Collaborator

aschuh-hf commented Aug 29, 2023

Currently, most flow field functions assume that the number of vector field channels is equal to the number of grid dimensions. However, in case of a spatio-temporal flow field, each vector field only deforms space.

The shape of a spatio-temporal flow field tensor is (N, D, T, ..., X), i.e.,

  • (N, 2, T, Y, X) for a 2D+t flow field, and
  • (N, 3, T, Z, Y, X) for a 3D+t flow field.

Also the Grid would only apply to the spatial dimensions. The spacing between time points along the temporal dimension may need to be stored in a separate metadata field.

At the moment, one may need to use a sequence / batch of 2D or 3D flow fields instead, but computing a temporal partial derivative is then also not supported by the respective image functions.

@aschuh-hf aschuh-hf added the p0-backlog Backlog / not yet prioritized label Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p0-backlog Backlog / not yet prioritized
Projects
None yet
Development

No branches or pull requests

1 participant