<div dir="ltr">Hi Shark,<div><br></div><div>The vtkTexture takes an arbitrary vtkImageData as input, the input (obviously) doesn't have to come from a jpeg file.  However, you will have to convert your CT image data to RGB or RGBA before using it as a texture, e.g. with vtkImageMapToColors via a greyscale lookup table.</div><div><br></div><div> - David</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 21, 2017 at 10:35 AM, Shark <span dir="ltr"><<a href="mailto:m.nunes@fratoria.com" target="_blank">m.nunes@fratoria.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">David,<br>
<br>
Unfortunately I haven't been able to figure it out.<br>
<br>
I do not have a jpg image. I have a 3D CT image, stored in a VTKImageData. I<br>
also have another vtkImageData with 3 scalars - vector(x,y,z) representing<br>
the displacement of each CT pixel.<br>
<br>
I am rendering the CT slice and the vectors as a glyph3D with arrow source.<br>
<br>
What I want is to "stretch" the CT slice to fit the arrows, hence the<br>
molding.<br>
<br>
It seams the following examples, combined with the one you provided, are<br>
something similar to what I want to achieve:<br>
<a href="http://www.paraview.org/Wiki/VTK/Examples/Cxx/PolyData/WarpSurface" rel="noreferrer" target="_blank">http://www.paraview.org/Wiki/<wbr>VTK/Examples/Cxx/PolyData/<wbr>WarpSurface</a><br>
<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/WarpVector" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK/<wbr>Examples/Cxx/PolyData/<wbr>WarpVector</a><br>
<br>
However I am having a hard time understanding how to put things together<br>
with the CT data's slice.<br>
Best,<br>
Shark<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Molding-an-image-slice-tp5742555p5742574.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/Molding-an-image-slice-<wbr>tp5742555p5742574.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the VTK - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>