On Sat, Jan 19, 2013 at 3:38 AM, Mathew iprocessor <span dir="ltr"><<a href="mailto:i9processor@gmail.com" target="_blank">i9processor@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div>Hi All,<br><br>I need to perform the below tasks using VTK.<br>
<br>
Perspective projection, phong reflection model.<br>
<br>
Input: 53490 3D points and for each point (xyz) and color (rgb) of a head<br>
<br>
Output: 2D face image as viewed from a particular position / direction<br>
<br>
Is it possible in VTK and can you please provide some tips to start with?<br><br></div>Thanks,<br></div>Mathew</div></blockquote><div><br></div><div>This question is better suited for the vtk-users mailing list.</div><div>
<br></div><div>It sounds like all you want to do is load your 3D data into VTK, then position/aim the camera using something like:</div><div><br></div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/vtkCamera">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/vtkCamera</a><br clear="all">
<div><br>David</div></div>