marius-sm
Results
1
issues of
marius-sm
**🚀 Feature** Allow torchio.Image to be sliced like numpy arrays ```python image = torchio.Image(...) print(image.spatial_shape) # -> (100, 100, 100) crop = image[10:20, :, ::2] # returns a new ScalarImage...
enhancement