<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><div>Hello,</div><div><br></div><div>I need to evaluate an image at a continues index or at a physical point in SimpleITK.</div><div>However, as I noticed in SimpleITK, interpolators are created as non-callable binary objects to be passed to other filters like ResampleImageFilter() or ImageRegistrationMethod().</div><div>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.</div><div>Now, based on the current infrastructure, is there any way to get the value of an image at non-integer indices in SimpleITK?</div><div><br></div><div>Thank you,</div><div>Ali</div></body></html>