[vtkusers] Dose Volume Histogram

Karthik Krishnan karthik.krishnan at kitware.com
Thu Oct 14 10:44:13 EDT 2010


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/e36c8ad7/attachment.htm>


More information about the vtkusers mailing list