Hi, I’m trying to do a registration using BSplines of order 4. However, when I set 4 to the parameter ‘order’ in the BSplineTransformInitializer constructor, I got the following message: “sitk::ERROR: Invalid Order: 4 only orders 0, 1, 2, and 3 supported!”.
So, Is There a way to do this registration using SimpleITK? And using ITK?
Thanks.