<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="el"
 href="http://www.itk.org/Doxygen/html/classitk_1_1InterpolateImagePointsFilter.html">Hi
all,</a><br>
this is my first email here.<br>
I need an example on how to use<br>
<a class="el"
 href="http://www.itk.org/Doxygen/html/classitk_1_1InterpolateImagePointsFilter.html">InterpolateImagePointsFilter</a><br>
I am trying to use an equivalent of matlab's<br>
interp3(img, xcoords, ycoords, zcoords, 'method')<br>
So img would be a 3D image, and each of [xyz]coords<br>
is a list of floating point coordinate values. The output<br>
should be the grayscale intensity values in the image.<br>
Thanks<br>
<br>
</body>
</html>