How to set **minimum** resampling resolution? #835
-
Hi, I know how to set the target resolution of the resampler, but it is possible to set the minimum resolution for all available axes, instead? For example, if I apply the minimum resolution of Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you mean "spacing". The resolution is high when the spacing is low. That feature is currently not implemented, but it should be straightforward to write a transform that inherits from |
Beta Was this translation helpful? Give feedback.
I think you mean "spacing". The resolution is high when the spacing is low.
That feature is currently not implemented, but it should be straightforward to write a transform that inherits from
Resample
and chooses the target spacing according to the image spacing.