Hello,
I'm currently working on a project that requires 2D extrapolation using the thin plate spline interpolation.
Apparently the current implementation doesn't allow it, however I've altered the code by commenting out lines 141-145 in
"src/libInterpolate/Interpolators/_2D/ThinPlateSplineInterpolator.hpp" and results seem to be fine based on comparison with matlab.
Is that any chance to officially remove the check in a future release or at least create a branch?
Thanks,
Julian
Hello,
I'm currently working on a project that requires 2D extrapolation using the thin plate spline interpolation.
Apparently the current implementation doesn't allow it, however I've altered the code by commenting out lines 141-145 in
"src/libInterpolate/Interpolators/_2D/ThinPlateSplineInterpolator.hpp" and results seem to be fine based on comparison with matlab.
Is that any chance to officially remove the check in a future release or at least create a branch?
Thanks,
Julian