<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Hi Vishal,</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">if compiler or OS says that vector subscript is out of range, you better believe it :)</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">Joking aside, we will need more information (source code, preferably MWE) to help you. Index out of bounds is way too general.</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">Regards,</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Dženan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 5, 2016 at 6:04 AM, vishal <span dir="ltr"><<a href="mailto:itkhelpacc@gmail.com" target="_blank">itkhelpacc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi,<br>
Im trying to improve upon the code presenting the website below<br>
<a href="https://github.com/InsightSoftwareConsortium/ITKTwoProjectionRegistration" rel="noreferrer" target="_blank">https://github.com/InsightSoftwareConsortium/ITKTwoProjectionRegistration</a><br>
This is code that performs 2d/3d registration using two input 2D Xray image<br>
and one input 3D CT volume... it uses Euler3DTransform for registration...Im<br>
trying to do the following improvements to the code<br>
1) Im trying to reduce the number in Xray input (to one since it is better<br>
for patient). this i have successfully achieve but the accuraccy is a little<br>
issue<br>
2) inorder to improve the accuracy im trying write a MultiResolution version<br>
of the code.<br>
<br>
3) use of Affine (or versor transform) to see if it improve the quality of<br>
registration.<br>
<br>
im having problems with 2 and 3... now for (2) im following An ITK-Based<br>
Framework for 2D-3D Registration with Multiple Fixed Images by Alvaro<br>
Bertelsen and Diego Borro paper AS WELL AS a out dated code<br>
"IntensityBased2D3DRegistration.cxx" as reference....im getting the<br>
following error:-<br>
*"Vector subscript out of range"*<br>
<br>
Can anyone please help me out?<br>
Regards<br>
Vishal<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-users.7.n7.nabble.com/Multiresolution-Registration-error-while-trying-to-improve-a-journal-paper-tp36739.html" rel="noreferrer" target="_blank">http://itk-users.7.n7.nabble.com/Multiresolution-Registration-error-while-trying-to-improve-a-journal-paper-tp36739.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>