[vtkusers] Dose Volume Histogram

Xiaofeng Z xf10036 at hotmail.com
Thu Oct 14 12:48:10 EDT 2010


Do you take into account of partial volume?  The dose grid is typically very coarse, I don't think the partial volume can be ignored.

Xiaofeng Z


 


CC: karthik.krishnan at kitware.com; vtkusers at vtk.org
From: jothybasu at gmail.com
Subject: Re: [vtkusers] Dose Volume Histogram
Date: Thu, 14 Oct 2010 17:23:47 +0100
To: xf10036 at hotmail.com


If you are speaking from the radiotherapy point of view,it should be done in a different way from what krishnan told. You should first use point-in-polygon method(which is available in vtkPolygon class) to find the voxels inside the structure and using the voxel indices, you could get their respective dose values and use a binning/histogram to bin the dose values to get the dvh along with their volumes.


Jothy

On 14-Oct-2010, at 5:03 PM, Xiaofeng Z <xf10036 at hotmail.com> wrote:




Hi Karthik,  Thanks for your answer.  The problem is that I also have a contour and only the volume (area) inside the contour should be included the histogram.

Xiaofeng Z


 


Date: Thu, 14 Oct 2010 20:14:13 +0530
Subject: Re: [vtkusers] Dose Volume Histogram
From: karthik.krishnan at kitware.com
To: xf10036 at hotmail.com
CC: vtkusers at vtk.org

No there isn't, but it should be relatively straightforward. On your dose image,  run vtkContourFilter with isovalues, that evenly split your scalar range into the desired number of bins. Then use vtkMassProperties to compute the area within each dose isocontour and use the charting capability to plot.


On Thu, Oct 14, 2010 at 7:52 PM, Xiaofeng Z <xf10036 at hotmail.com> wrote:


Hello VTK users,
 
Is there a function to generate Dose Volume Histogram?
 
A Dose Volume Histogram is, in essence, a histogram of the area vs. intensity within an arbitrary contour i.e. the contour points are not always at pixel center.
 
Thanks!

Xiaofeng Z



_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers




_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20101014/0f1c844e/attachment.htm>


More information about the vtkusers mailing list