<div dir="ltr">Hi Nick,<div><br></div><div>I haven't used dicom contours specifically, but in general whenever I do any</div><div>work in VTK where coordinate systems are important, I avoid any use of</div><div>the 2D rendering classes.  After all, VTK's claim to fame is 3D visualization.</div><div>With 3D data and 3D actors (i.e. classes derived from vtkProp3D), you can</div><div>use the UserMatrix property of the actor to get the actors in the right position.</div><div><br></div><div>A tricky part of rendering images via 3D actors such as vtkImageActor or</div><div>vtkImageSlice is proper positioning of the VTK camera.  But the overall</div><div>flexibility of 3D rendering far outweighs the convenience of 2D rendering.</div><div><br></div><div> - David </div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 12, 2015 at 3:45 PM, Nick Patterson <span dir="ltr"><<a href="mailto:pattersonnp.work@gmail.com" target="_blank">pattersonnp.work@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi,<div><br></div><div>I have been using the <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/ReadDICOMSeries" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/ReadDICOMSeries</a> example to read a CT series. I have also been using the vtkGDCMPolyDataReader to read in structures from DICOM file. I would like to take the 2D slices from the polydata (effectively contours) and overlay them on the respective CT slice. I wondered if anyone can provide guidance on how to do this? I have tried multiple things, such as vtkPolyDataMapper2D, vtkActor2D etc, but not really making much progress. </div><div><br></div><div>Regards, Nick.</div></div></blockquote></div><br></div></div></div>