itkVectorResampleImageFilter not working on ITK 5.0.1?

Hi everyone!
I update to ITK 5.0.1. I am trying running an example of BSplibe registration.
and it has a error: #include “itkVectorResampleImageFilter.h”: No such file or directory.
I noticed it is no longer in use. Is there any class of ITK 5.0.1 that can replace VectorResampleImageFilter?
Thank you so much!
=)

Have you tried using just the ResampleImageFilter?

yes. I tried and it worked! thank you so much!:grinning:

1 Like