NiftyNet icon indicating copy to clipboard operation
NiftyNet copied to clipboard

Bug: ResizeSampler uses scipy.ndimage.zoom which can result in incorrect resamples

Open atbenmurray opened this issue 5 years ago • 1 comments

We should move to a better resampler, such as skimage.resize, that samples from / at pixel / voxel centres. Details to follow, but this issue affects downsampling.

atbenmurray avatar May 31 '19 10:05 atbenmurray

Note that this is related to #334 The implementation of the resampling should be transparent to the user and should ideally be efficiently running on the GPU when feasible.

tvercaut avatar Jun 02 '19 08:06 tvercaut