Skip to content

Commit 433b866

Browse files
committed
interpolation type change
to nearest neighbour
1 parent 0efb6ac commit 433b866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roi/resliceRoiImages.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
function matlabbatch = setBatchReslice(matlabbatch, referenceImg, sourceImages)
2929

30-
interp = 4;
30+
interp = 1;
3131
write.roptions.interp = interp;
3232

3333
if ischar(referenceImg)

0 commit comments

Comments
 (0)