<div dir="ltr"><div><div><div><div><div><div>Hello Sidharta,<br><br></div>I agree. The easiest way for you to get the image you want is to generate it with a spacing of 1, and then change the spacing directly on the generated image:<br></div>my_image->SetSpacing(my_new_spacing);<br><br></div>If you want your ellipse to have the same scale (covers the same number of pixels) in your image that has spacing=1 and in your image that has spacing Y, you need to set the transform to:<br></div>transform->Scale(spacing[0])<br><br></div>Hope this helps,<br></div>Francois<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 11, 2017 at 8:58 AM, sidharta <span dir="ltr"><<a href="mailto:sidharta.gupta93@gmail.com" target="_blank">sidharta.gupta93@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Dear Francois,<br>
<br>
Thank you for your reply.<br>
<br>
</span>Is it also possible to change the spacing explicitly in the final image? As<br>
in using "SpatialObjectToImageFilter" I get the ellipse in an image with<br>
spacing and after that I change the spacing to what I want from 1.<br>
<br>
<<a href="http://itk-users.7.n7.nabble.com/file/n38227/dome.png" rel="noreferrer" target="_blank">http://itk-users.7.n7.nabble.<wbr>com/file/n38227/dome.png</a>><br>
<br>
Because I tried that and I get the desired image with the correct spacing<br>
but then the program crashes.<br>
<br>
P.S. To my understanding (correct me if I am wrong), if initially the<br>
spacing is 1.0 and everything works, I should scale the ellipse by setting<br>
"transform->Scale(1 / spacing[0])", where spacing[0] is the desired spacing.<br>
Then, I would also have to change the translation vectors accordingly (which<br>
I am still trying to figure out so that the image size is exactly what I<br>
want it to be).<br>
<br>
<br>
Thank you for your time.<br>
Sidharta<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-users.7.n7.nabble.com/Creating-3D-dome-using-ITK-tp38201p38227.html" rel="noreferrer" target="_blank">http://itk-users.7.n7.nabble.<wbr>com/Creating-3D-dome-using-<wbr>ITK-tp38201p38227.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the ITK - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_______<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/<wbr>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/<wbr>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_<wbr>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/<wbr>mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br></div>