Hi, I got a displacement vector filed after the non-rigid registration. I want to smooth the displacement vector field. Are there some methods in ITK?
Hello @guo7212,
Yes, standard Gaussian smoothing is available, see SmoothingRecursiveGaussianImageFilter.
1 Like
Thanks.
Thank you.