I am doing
sdata = imfilter(deepcopy(tdata), Kernel.gaussian(3), Inner())
where tdata
is a 3d array. It appears that the smoothing is being done
by considering separately 2d slices of the image. Am I missing something?
I expected the Gaussian smoothing to be done in 3D.