<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
I am planning to take the route scott suggested.&nbsp; I may add some edge-based interpolation to the slices inserted.<BR>
&nbsp;<BR>
One more thing I still not sure how to do is what algorithm to use to cap off the end contours, contours have no overlapping in one or both neighouring slices.&nbsp; If the caps are not added, the estimated volume will be consistently become smaller and smaller as the voxel size is reduced.<BR>
&nbsp;<BR>
So far I didn't have any luck finding a good extrapolation algorithm to estimate the size and shape of the caps.&nbsp; Does anyone have suggestions?<BR>
&nbsp;<BR>
Thanks!<BR>Xiaofeng<BR>
&nbsp;<BR>
&nbsp;<BR>
Scott Johnson &lt;Scott.Johnson &lt;at&gt; neuwave.com&gt; writes:<BR>&gt; <BR>&gt; You could minimize the partial volume by sampling into the dose<BR>&gt; grid at the resolution of the CT voxels.&nbsp; For example, you iterate through<BR>&gt; the CT voxels for which you wish to create your DVH.&nbsp; Map&nbsp; the center<BR>&gt; of that CT voxel position and sample into the Dose Grid to find the dose <BR>value<BR>&gt; at that same position.&nbsp; Then assume that dose value occupies the entire CT<BR>&gt; voxel space.&nbsp; That value goes into your DVH.<BR>&gt; <BR>&gt;&nbsp; <BR>&gt; <BR>&gt; You can further minimize the partial volume effect by weighting<BR>&gt; the voxels at the edges of your ROI.&nbsp; As a swag, multiply the voxel weight<BR>&gt; of an edge voxel by 0.5 .<BR>&gt; <BR>&gt;&nbsp; <BR>&gt; <BR>&gt; Other than that you need to resample your dose grid at a finer<BR>&gt; resolution still.&nbsp; There is a computational tradeoff.<BR>&gt; <BR>&gt;&nbsp; <BR>&gt; <BR>&gt; Hope that helps.<BR>&gt; <BR>&gt;&nbsp; <BR>&gt; <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --<BR>&gt; Scott<BR>&gt; <BR>&gt;&nbsp; <BR>&gt; <BR>
<BR><BR>&nbsp;<BR>                                               </body>
</html>