<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3354" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT><BR>Hi,<BR>I have got several 512x512 images
in vtkStructuredPoints:</DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> vtkJPEGReader *Imagen =
vtkJPEGReader::New(); <BR>
Imagen->SetFilePrefix("MR00"); <BR>
Imagen->SetFilePattern("%s%i.jpg");<BR>
Imagen->SetFileDimensionality(3);<BR> Imagen->SetDataExtent(0, 511,
0, 511, 40,55 ); <BR> Imagen->SetDataOrigin(0,0,0);<BR>
Imagen->SetDataScalarTypeToUnsignedChar();<BR>
Imagen->SetDataSpacing(1, 1, 2); <BR>
Imagen->Update(); <BR> <BR> vtkStructuredPoints *
DatosImagen = vtkStructuredPoints::New();<BR>
DatosImagen->DeepCopy(Imagen->GetOutput()); <BR> </FONT></DIV>
<DIV>Totally, I have got 16 images. The gap between each pair of them
(slice<BR>thickness) is about 2 pixels. So, (1 image + 2 pixel) x 16 images = 48
- 2<BR>(last gap) = 46 in the Z-axis, I think. How can I
interpolate?</DIV>
<DIV> </DIV>
<DIV><BR>Thanks in
advance!!<BR><BR><BR>_______________________________________________<BR>This is
the private VTK discussion list.<BR>Please keep messages on-topic. Check the FAQ
at: <A href="">http://www.vtk.org/Wiki/VTK_FAQ</A><BR>Follow this link to
subscribe/uns</DIV></BODY></HTML>