<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Thanks for the information.&nbsp; I may revisit this later.&nbsp; Maybe I did something wrong that causes the performance issue.<BR>
&nbsp;<BR>
I use a dual Xeon computer.&nbsp; Although I have eight processing cores, the speed of each core is not very fast (2GHz).<BR>
&nbsp;<BR>
Another reason I am not using&nbsp; vtkVoxelContoursToSurfaceFilter is that it requires&nbsp;contours with integer vertices while dicom RT contour points can be off voxel centers.&nbsp; I wonder what do you do to make sure you don't loss resolution.<BR>
&nbsp;<BR>
Thanks!<BR><BR>Xiaofeng<BR><BR><BR>&nbsp;<BR>&gt; Date: Tue, 4 May 2010 17:50:37 +0200<BR>&gt; From: lars-friedrich@gmx.net<BR>&gt; Subject: Re: RE: [vtkusers] Fwd: Re: RE: Create an approximate cross-section of a RT ROI<BR>&gt; To: xf10036@hotmail.com; vtkusers@vtk.org<BR>&gt; <BR>&gt; No, using a 'modern' PC is usually sufficient, all keeps flowing when a user interactively modifies the cut plane (although 3 planes are cut simultaneously and a 3D scene is updated as well). In our case we usually represent the 3D structures with transparency; as we update the 3D scene as well this makes the application sometimes a bit stuttering. But as I understand your plan you do not have to update any 3D scene during cutting. The cutting is really fast.<BR>&gt; <BR>&gt; lars<BR>&gt; <BR>&gt; -------- Original-Nachricht --------<BR>&gt; &gt; Datum: Tue, 4 May 2010 11:12:05 -0400<BR>&gt; &gt; Von: Xiaofeng Z &lt;xf10036@hotmail.com&gt;<BR>&gt; &gt; An: lars-friedrich@gmx.net, VTK &lt;vtkusers@vtk.org&gt;<BR>&gt; &gt; Betreff: RE: [vtkusers] Fwd: Re: RE: Create an approximate cross-section of a RT ROI<BR>&gt; <BR>&gt; &gt; <BR>&gt; &gt; Lars,<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Is there any noticable lagging at all?<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Thanks!<BR>&gt; &gt; Xiaofeng<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; &gt; Date: Tue, 4 May 2010 16:34:24 +0200<BR>&gt; &gt; &gt; From: lars-friedrich@gmx.net<BR>&gt; &gt; &gt; To: vtkusers@vtk.org<BR>&gt; &gt; &gt; Subject: [vtkusers] Fwd: Re: RE: Create an approximate cross-section of<BR>&gt; &gt; a RT ROI<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Xiaofeng,<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; I use a quite comparable approach for the same purpose as you, I guess:<BR>&gt; &gt; I cut multiple (!) 3D RT structures in 3 orthogonal planes simultaneously<BR>&gt; &gt; and cut the referenced RT volume (CT) at the same time. The structures<BR>&gt; &gt; include quite complex anatomy such as the skeletons with many vertices.<BR>&gt; &gt; &gt; In my implementation (and that is nothing more than I wrote in the<BR>&gt; &gt; morning) this works 'very' interactively. For me that is real-time enough ;)<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; regards,<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; lars<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; -------- Original-Nachricht --------<BR>&gt; &gt; &gt; &gt; Datum: Tue, 4 May 2010 09:37:22 -0400<BR>&gt; &gt; &gt; &gt; Von: Xiaofeng Z &lt;xf10036@hotmail.com&gt;<BR>&gt; &gt; &gt; &gt; An: lars-friedrich@gmx.net<BR>&gt; &gt; &gt; &gt; Betreff: RE: [vtkusers] Create an approximate cross-section of a RT<BR>&gt; &gt; ROI<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; lars,<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; I consider the method you described a more accurate way to do it. <BR>&gt; &gt; &gt; &gt; Unfortunately, vtkCutter is too slow to be used in real time.<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; Thanks for your reply though!<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; Xiaofeng<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; Date: Tue, 4 May 2010 07:55:33 +0200<BR>&gt; &gt; &gt; &gt; &gt; From: lars-friedrich@gmx.net<BR>&gt; &gt; &gt; &gt; &gt; Subject: Re: [vtkusers] Create an approximate cross-section of a RT<BR>&gt; &gt; ROI<BR>&gt; &gt; &gt; &gt; &gt; To: xf10036@hotmail.com; vtkusers@vtk.org<BR>&gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; Hi Xiaofeng,<BR>&gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; just an idea:<BR>&gt; &gt; &gt; &gt; &gt; - produce a surface from the axial contours by using<BR>&gt; &gt; &gt; &gt; vtkVoxelContoursToSurfaceFilter (which works quite well provided your<BR>&gt; &gt; source contours are<BR>&gt; &gt; &gt; &gt; evenly distributed)<BR>&gt; &gt; &gt; &gt; &gt; - take vtkCutter(s) with plane implicit functions that define your<BR>&gt; &gt; new<BR>&gt; &gt; &gt; &gt; contouring orientation(s) and cut the volume to produce new contours<BR>&gt; &gt; from<BR>&gt; &gt; &gt; &gt; that directions<BR>&gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; HTH,<BR>&gt; &gt; &gt; &gt; &gt; lars<BR>&gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; -------- Original-Nachricht --------<BR>&gt; &gt; &gt; &gt; &gt; &gt; Datum: Mon, 3 May 2010 20:12:22 -0400<BR>&gt; &gt; &gt; &gt; &gt; &gt; Von: Xiaofeng Z &lt;xf10036@hotmail.com&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; An: VTK &lt;vtkusers@vtk.org&gt;<BR>&gt; &gt; &gt; &gt; &gt; &gt; Betreff: [vtkusers] Create an approximate cross-section of a RT<BR>&gt; &gt; ROI<BR>&gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; Hi vtkUsers,<BR>&gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; I have a set of contours in axial orientation representing a ROI.<BR>&gt; &gt; I<BR>&gt; &gt; &gt; &gt; need<BR>&gt; &gt; &gt; &gt; &gt; &gt; to sketch the ROI in coronal and sagittal plane, by connection the<BR>&gt; &gt; &gt; &gt; points<BR>&gt; &gt; &gt; &gt; &gt; &gt; made from the intersection of the contours and the cutting plane.<BR>&gt; &gt; Is<BR>&gt; &gt; &gt; &gt; there<BR>&gt; &gt; &gt; &gt; &gt; &gt; a function to do that in vtk or in ITK?<BR>&gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; I know the result is not "precise" in a sense that the contours<BR>&gt; &gt; make<BR>&gt; &gt; &gt; &gt; this<BR>&gt; &gt; &gt; &gt; &gt; &gt; way is not always consistent between themselves. But it seemed to<BR>&gt; &gt; be<BR>&gt; &gt; &gt; &gt; the<BR>&gt; &gt; &gt; &gt; &gt; &gt; only viable way to sketch a ROI in a multi-planar rendering in<BR>&gt; &gt; real<BR>&gt; &gt; &gt; &gt; time.<BR>&gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; Many thanks!<BR>&gt; &gt; &gt; &gt; &gt; &gt; Xiaofeng<BR>&gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; &gt; _________________________________________________________________<BR>&gt; &gt; &gt; &gt; &gt; &gt; The New Busy is not the old busy. Search, chat and e-mail from<BR>&gt; &gt; your<BR>&gt; &gt; &gt; &gt; inbox.<BR>&gt; &gt; &gt; &gt; &gt; &gt;<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3<BR>&gt; &gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; &gt; -- <BR>&gt; &gt; &gt; &gt; &gt; GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<BR>&gt; &gt; &gt; &gt; &gt; Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01<BR>&gt; &gt; &gt; &gt; <BR>&gt; &gt; &gt; &gt; _________________________________________________________________<BR>&gt; &gt; &gt; &gt; Hotmail is redefining busy with tools for the New Busy. Get more from<BR>&gt; &gt; your<BR>&gt; &gt; &gt; &gt; inbox.<BR>&gt; &gt; &gt; &gt;<BR>&gt; &gt; http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; -- <BR>&gt; &gt; &gt; GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<BR>&gt; &gt; &gt; Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; -- <BR>&gt; &gt; &gt; GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<BR>&gt; &gt; &gt; Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01<BR>&gt; &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; Powered by www.kitware.com<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Visit other Kitware open-source projects at<BR>&gt; &gt; http://www.kitware.com/opensource/opensource.html<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Please keep messages on-topic and check the VTK FAQ at:<BR>&gt; &gt; http://www.vtk.org/Wiki/VTK_FAQ<BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Follow this link to subscribe/unsubscribe:<BR>&gt; &gt; &gt; http://www.vtk.org/mailman/listinfo/vtkusers<BR>&gt; &gt; <BR>&gt; &gt; _________________________________________________________________<BR>&gt; &gt; The New Busy is not the old busy. Search, chat and e-mail from your inbox.<BR>&gt; &gt; http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3<BR>&gt; <BR>&gt; -- <BR>&gt; GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!<BR>&gt; Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01<BR>                                               <br /><hr />Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox. <a href='http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1' target='_new'>Learn more.</a></body>
</html>