-
Notifications
You must be signed in to change notification settings - Fork 2
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
Voxel size in elliptic transformed image #18
Comments
Maybe (pseudo-code) one could create an n-dimensional distance field like this?
If this is correct, from this one could then, btw, also compute the volume in the original image... |
If above algorithm is correct, would it be OK for you if we (I can contribute the code) add this to the |
@tischi , I agree, your pseudocode is doing something similar to that code of mine you pointed to. |
@NicoKiaru
We would like to assign voxel sizes to the elliptic transformed image.
This is tricky as the size of every voxel in the transformed image can be different (in terms of what volume it represented in the original image). I guess thus we would actually need a "voxel size image" (like a deformation field)?
(ping @bogovicj)
Do you have any ideas? I thought if we could compute the volume of a region in the transformed image in the original image this would get us something; but now I am confused, because even if we know this, how do we go from the volume to the voxel sizes along the three dimensions?
BTW: This is why I asked on the forum about how to compute the volume...
https://forum.image.sc/t/compute-volume-after-transformation/57728/2
The text was updated successfully, but these errors were encountered: