Skip to content

Animating Volume Render #272

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

Open
Metacadx opened this issue Oct 19, 2024 · 1 comment
Open

Animating Volume Render #272

Metacadx opened this issue Oct 19, 2024 · 1 comment

Comments

@Metacadx
Copy link

Hello , i have 2 DICOM from same patient at different time (10 second between each scan ) and i would like to know if it is possible to interpolate the movement of each voxel to estimate the position of each organ between the first and the second scan ? Thanks for your help !

@mlavik1
Copy link
Owner

mlavik1 commented Nov 6, 2024

Hi, that's an interesting question! I have never worked with such a use case, so I don't know. It sounds tricky to get something that looks nice. I mean, you could have one "start" dataset and one "end" dataset, and then at time t (between 0.0 and 1.0) you set each voxel to be Mathf.Lerp(datasetStart.GetValue(...), datasetEnd.GetValue(...), t).
That's not going to look "animated" though - it would likely look more like a "fade".

To evaluate the movement of each organ you'd likely need to do some segmentation first (see TotalSegmentator), but it sounds tricky.

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

2 participants