nifti-rs icon indicating copy to clipboard operation
nifti-rs copied to clipboard

IntoNdArray for slice views could be more efficient

Open Enet4 opened this issue 2 years ago • 0 comments

The current impl converts the whole volume into an ndarray and slices it.

https://github.com/Enet4/nifti-rs/blob/master/src/volume/ndarray.rs#L52

Enet4 avatar May 14 '22 14:05 Enet4