[ITK-users] Evaluate an image at a continues index or at a physical point in SimpleITK

Ali Ghayoor alii.ghayoor at gmail.com
Wed Aug 26 13:51:49 EDT 2015


Hello,

I need to evaluate an image at a continues index or at a physical point in
SimpleITK.
However, as I noticed in SimpleITK, interpolators are created as
non-callable binary objects to be passed to other filters like
ResampleImageFilter() or ImageRegistrationMethod().
It would be great if interpolators were provided as filters as well, so we
could easily pass them an input image and evaluate that image in continues
indices.
Now, based on the current infrastructure, is there any way to get the value
of an image at non-integer indices in SimpleITK?

Thank you,
Ali


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20150826/55cbb25c/attachment.html>


More information about the Insight-users mailing list