Hi Dirk,<br>Although I am not sure if there is any class in ITK for this, but I think ITK SNAP has a class for volume image ray intersection @ InsightApplications/SNAP/Logic/Common/ImageRayIntersectionFinder<br>You could probably use that.<br>
<br>Regards,<br>Somi<br><br>Date: Fri, 30 Apr 2010 10:15:12 +0200<br>
From: &quot;Dirk Boye&quot; &lt;<a href="mailto:body@nabla.org">body@nabla.org</a>&gt;<br>
Subject: [Insight-users] Following a straight line through an image<br>
To: <a href="mailto:insight-users@itk.org">insight-users@itk.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:73cd4e8cfd15ac6667725388a6a93a3f-EhVcX1tJRQBcRwsfDBw3AF9BdAJSS1xcXV9NADBbW0lGVFoBQV5zA0tdXDBeQ0IAWVtcQ1lX-webmailer2@server03.webmailer.hosteurope.de">73cd4e8cfd15ac6667725388a6a93a3f-EhVcX1tJRQBcRwsfDBw3AF9BdAJSS1xcXV9NADBbW0lGVFoBQV5zA0tdXDBeQ0IAWVtcQ1lX-webmailer2@server03.webmailer.hosteurope.de</a>&gt;<br>

<br>
Content-Type: text/plain;charset=iso-8859-1<br>
<br>
Dear list,<br>
<br>
I&#39;d like to follow a straight line through an image.<br>
The starting point of the line is outside the image, the end point is<br>
somewhere inside.<br>
What I need to know are the pixel indeces the line passed<br>
and also the length of the line in each pixel. (this is very important)<br>
<br>
The image will have anisotropic spacing (like 0.7 x 0.7 x 4)<br>
<br>
Can i do this with itkPolyLineParametricPath?<br>
I couldn&#39;t find any example code for that.<br>
<br>
<br>
Thanks,<br>
Dirk