[vtkusers] Dose Volume Histogram

Xiaofeng Z xf10036 at hotmail.com
Thu Oct 14 12:45:26 EDT 2010


The isocontour idea is workable if there's a way to get the intersection of the isocontours and the structure contour.

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


 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20101014/f74a3176/attachment.htm>


More information about the vtkusers mailing list