<div dir="ltr"><div><div><div>The path object/filter represents a closed path (polyline, chaincode etc). <br><br></div>The ImageAndPathToImageFilter ( <a href="http://www.itk.org/Doxygen/html/classitk_1_1ImageAndPathToImageFilter.html">http://www.itk.org/Doxygen/html/classitk_1_1ImageAndPathToImageFilter.html</a>) represents an embedding of a path on an image.<br>
<br></div>Using ImageAndPathToImageFilter, you can retrieve the underlying pixels on the path embedded in the image space.<br><br></div>Hope this helps,<br>navneeth<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Apr 5, 2013 at 4:05 PM, mini d <span dir="ltr">&lt;<a href="mailto:mi20ni13@gmail.com" target="_blank">mi20ni13@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
Thank you for the replies.<br>
<br>
Navneeth, I did try Path, polylinepath filters I didn&#39;t understand how<br>
to use them.<br>
can you please give me a little info here ?<br>
<br>
Dan, I am looking for ordered path, I noticed FastMarchingImageFilter<br>
takes Levelset and TSpeed as parameters , any idea how do I implement<br>
it?<br>
<br>
Thanks in advance<br>
<div class="HOEnZb"><div class="h5"><br>
On 4/5/13, Dan Mueller &lt;<a href="mailto:dan.muel@gmail.com">dan.muel@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; For an ordered path, you may consider using the &quot;Fast Marching Minimal<br>
&gt; Path&quot; method:<br>
&gt;     <a href="http://www.insight-journal.org/browse/publication/213" target="_blank">http://www.insight-journal.org/browse/publication/213</a><br>
&gt;<br>
&gt; For unordered paths, you may consider binary thinning:<br>
&gt;<br>
&gt; <a href="http://www.itk.org/Doxygen/html/classitk_1_1BinaryThinningImageFilter.html" target="_blank">http://www.itk.org/Doxygen/html/classitk_1_1BinaryThinningImageFilter.html</a><br>
&gt;<br>
&gt; or the &quot;Flux Driven Medial Curve&quot; method:<br>
&gt;     <a href="http://www.insight-journal.org/browse/publication/165" target="_blank">http://www.insight-journal.org/browse/publication/165</a><br>
&gt;<br>
&gt; Hope this helps.<br>
&gt;<br>
&gt; Cheers, Dan<br>
&gt;<br>
&gt; On 5 April 2013 14:43, mini d &lt;<a href="mailto:mi20ni13@gmail.com">mi20ni13@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Hi all,<br>
&gt;&gt;<br>
&gt;&gt; I have a curve, I want to trace the points along the curve in an<br>
&gt;&gt; order/ path that is along the curve and not randomly. Do we have any<br>
&gt;&gt; way of doing this with ITK? if so please suggest me the filter/method.<br>
&gt;&gt; Assume just a normal &#39;S&#39; shaped curve (white) on a black background.<br>
&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt; _____________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt; <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br></div>