@isensee implemented the 2-d interpolation in Python and noticed that our whole filter pipeline for the 2-d interpolation is already covered by ITK's ApproximateSignedDistanceMapImageFilter. I did a pixel-wise check and can confirm that the results are identical.
Description
Description
Revisions and Commits
Revisions and Commits
rMITK MITK | |||
Restricted Differential Revision | rMITK4aa264835117 Replace 2-d interpolation filter pipeline with equivalent ITK filter | ||
Restricted Differential Revision | rMITK3e08285283ef Replace 2-d interpolation filter pipeline with equivalent ITK filter |
Related Objects
Related Objects
Event Timeline
Comment Actions
Pushed new branch to rMITK MITK: bugfix/T28614-Simplify2DInterpolationFilterPipeline.