Hi all,
I need to use the EuclideanDistancePointMetric but it does not come with PyPi’s itk.
I tried compiling itk with Python wrapping but I can’t find the build configuration that wraps that class, which belongs to Registration.Common. I work with itk 4.13.1.
I checked registration/common/wrapping folder and I can’t find a .wrap file for my class of interest.
Does it work if i write its .wrap file? If so, any guidelines on how to write such a .wrap file? Maybe I can contribute it to the repo if it works properly.
If that’s not the fix, please let me know what is.