<div dir="ltr">Hello,<br><br>I&#39;m wondering if any could provide some basic assistance for a problem that I have in term of placing Images in 3D space.<br><br>Basically what I&#39;m trying to do:<br>I have several cameras that record an object in &quot;3D&quot;. The cameras are placed around the object at a Distance &quot;d&quot;, and an angle of Theta. I need to place these images into VTK, in order to reconstruct this 3D object. <br>
<br>I would imagine that the ImageData type can not allow me to rotate the image in the 3D space. I&#39;m currently converting the ImageData into PolyData, with the hopes of then performing a rotation of WXYZ using a transform filter. After this is done, I might need to export the new transformed object into an array (if possible? similar to ImageExport/ImageImport).<br>
<br>The reason for the export/import is I&#39;m not entirely sure that I can reconstruct the 3D image with the VTK libraries, I am hoping that I can use the RayCast functionality. However this is an issue to be solved later in the week.<br>
<br>Is there a better way to achieve my desired effect? As I have noticed the conversion does take a bit of time. Oh one last thing, can I use a gray scale (after using Luminence for example) in the ImageToPolyData? or even after wards?<br>
<br>I hope that someone will be able to guide me into the best solution.<br><br>Regards<br>Andrew Rapson<br></div>