[Insight-users] RT-DOSE and CT image registration??

Sureerat Reaungamornrat sureerat.r at gmail.com
Tue Sep 3 15:41:16 EDT 2013


Hi Abhishek,

  Have you set the transformation to the ResampleFilter? Something like
showing in
http://www.itk.org/Wiki/ITK/Examples/SimpleOperations/TranslationTransform

  where they set a translation transformation to the resample filter

  typedef itk::ResampleImageFilter<ImageType, ImageType>
ResampleImageFilterType;
  ResampleImageFilterType::Pointer resampleFilter =
ResampleImageFilterType::New();
  resampleFilter->SetTransform(transform.GetPointer());



  In your case, you would need to set a transform that maps the RT-DOSE to CT.



Hope this help,



Sureerat





On Tue, Sep 3, 2013 at 1:11 PM, abhishek <abhishek at meddiff.com> wrote:

> Hello Users,
>
> I am trying to put RT-DOSE and CT image in same co-ordinate system. Here,
> CT
> being target co-ordinate system.
>
> I used ResampleImageFilter, the output from the filter produces an image
> with size as of CT image. But the position of RT-DOSE did not changed.
>
> In below shown image, Yellow box shows the resampled image bounding box
> with
> resampled image in yellow.
>
>
> <
> http://itk-insight-users.2283740.n2.nabble.com/file/n7583908/Resampled.jpg
> >
>
> Am, i missing something. Please help, I am new to ITK?
>
> Regards
> Abhishek.
>
>
>
>
> --
> View this message in context:
> http://itk-insight-users.2283740.n2.nabble.com/RT-DOSE-and-CT-image-registration-tp7583908.html
> Sent from the ITK Insight Users mailing list archive at Nabble.com.
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130903/9c23a3bb/attachment.htm>


More information about the Insight-users mailing list