<div dir="ltr"><div><font size="4">Hi Abhishek,</font></div><div><font size="4"></font> </div><div><font size="4">  Have you set the transformation to the ResampleFilter? Something like showing in <a href="http://www.itk.org/Wiki/ITK/Examples/SimpleOperations/TranslationTransform">http://www.itk.org/Wiki/ITK/Examples/SimpleOperations/TranslationTransform</a></font></div>
<div><font size="4"></font> </div><div><font size="4">  where they set a translation transformation to the resample filter</font></div><div><pre><span>  typedef</span> itk<span>::</span><span>ResampleImageFilter</span><span>&lt;</span>ImageType, ImageType<span>&gt;</span> ResampleImageFilterType<span>;</span>
  ResampleImageFilterType<span>::</span><span>Pointer</span> resampleFilter <span>=</span> ResampleImageFilterType<span>::</span><span>New</span><span>(</span><span>)</span><span>;</span>
  resampleFilter<span>-</span><span>&gt;</span>SetTransform<span>(</span>transform.<span>GetPointer</span><span>(</span><span>)</span><span>)</span><span>;</span>
</pre><pre> </pre><pre><font face="arial,helvetica,sans-serif" size="4">  In your case, you would need to set a transform that maps the RT-DOSE to CT.</font></pre><pre><font face="arial,helvetica,sans-serif" size="4"></font> </pre>
<pre><font face="arial,helvetica,sans-serif" size="4">Hope this help,</font></pre><pre><font face="Arial" size="4"></font> </pre><pre><font face="Arial" size="4">Sureerat</font></pre><pre> </pre></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Sep 3, 2013 at 1:11 PM, abhishek <span dir="ltr">&lt;<a href="mailto:abhishek@meddiff.com" target="_blank">abhishek@meddiff.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello Users,<br>
<br>
I am trying to put RT-DOSE and CT image in same co-ordinate system. Here, CT<br>
being target co-ordinate system.<br>
<br>
I used ResampleImageFilter, the output from the filter produces an image<br>
with size as of CT image. But the position of RT-DOSE did not changed.<br>
<br>
In below shown image, Yellow box shows the resampled image bounding box with<br>
resampled image in yellow.<br>
<br>
<br>
&lt;<a href="http://itk-insight-users.2283740.n2.nabble.com/file/n7583908/Resampled.jpg" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/file/n7583908/Resampled.jpg</a>&gt;<br>
<br>
Am, i missing something. Please help, I am new to ITK?<br>
<br>
Regards<br>
Abhishek.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-insight-users.2283740.n2.nabble.com/RT-DOSE-and-CT-image-registration-tp7583908.html" target="_blank">http://itk-insight-users.2283740.n2.nabble.com/RT-DOSE-and-CT-image-registration-tp7583908.html</a><br>

Sent from the ITK Insight Users mailing list archive at Nabble.com.<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>
</blockquote></div><br></div>