<html><body>
<p><tt>&quot;abhishek gattani&quot; &lt;abhishekg4u@gmail.com&gt; wrote on 21/07/2006 17:45:16:<br>
<br>
&gt; Hi All,<br>
&gt; <br>
&gt; I am trying to place a 2D color image at a given position and<br>
&gt; orientation in 3D space. Can vtk be used for doing that? I have looked<br>
&gt; in vtkImagePlaneWidget which only allows the orientation to be any of<br>
&gt; the x,y,z axis. I also looking into vtkImageActor which also does not<br>
&gt; provide the ability to place an image at a desired position and<br>
&gt; orientation. I cant use Image reslice because my 2D Images are not<br>
&gt; extracted from a volume but got from a camera. But a strong feeling<br>
&gt; tells me that vtk should be able to do so. Please guide me. Thanks,<br>
&gt; <br>
&gt; Best, Abhishek<br>
&gt; _______________________________________________<br>
&gt; This is the private VTK discussion list. <br>
&gt; Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk">http://www.vtk</a>.<br>
&gt; org/Wiki/VTK_FAQ<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</tt><br>
<br>
<tt>You can load the image into a vtkTexture, create a vtkPlaneSource with height and width sized according to image dimensions, pass the plane through vtkTransformPolyDataFilter then a mapper and actor. Apply the texture to the plane with actor-&gt;SetTexture. Use the transform to position and orient the plane as desired in 3D. </tt><br>
<br>
<tt>There should be an example or 2 in vtk, try the examples related to vtkPlaneSource perhaps?</tt><br>
<br>
<tt>&nbsp; regards</tt><br>
<tt>&nbsp; &nbsp; &nbsp;Dave P</tt></body></html>