<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">If you want arbitrarily oriented ellipse, you should probably approximate it by <a href="http://www.itk.org/Doxygen/html/classitk_1_1PolyLineParametricPath.html">PolyLineParametricPath</a>. Then use iterator to visit pixels which should be set to 1. See <a href="http://www.itk.org/Doxygen/html/classitk_1_1Path.html">Path </a>docs. Perhaps also take a look at <a href="http://itk.org/Wiki/ITK/Examples/SpatialObjects/LineSpatialObject">LineSpatialObject example</a>.</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">HTH</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 26, 2015 at 1:15 PM, Daoued23 <span dir="ltr"><<a href="mailto:mlt.khawla@gmail.com" target="_blank">mlt.khawla@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<br>
I am new to itk and I am trying to draw a ellipse centered in 3D image, by<br>
providing it's orientation and the length of its axis.<br>
Do you have any idea which class should i use?<br>
I took a look on /itk::EllipseSpatialObject/ but it  didn't really help, it<br>
draws only an horizontal or vertical ellipse.<br>
<br>
Thanks<br>
Best regards<br>
<br>
Daoued23<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-users.7.n7.nabble.com/Draw-a-an-ellipse-in-a-specific-orientation-in-3D-image-tp36348.html" rel="noreferrer" target="_blank">http://itk-users.7.n7.nabble.com/Draw-a-an-ellipse-in-a-specific-orientation-in-3D-image-tp36348.html</a><br>
Sent from the ITK - Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" 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" rel="noreferrer" 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" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
</blockquote></div><br></div>