No subject


Wed Oct 7 22:37:18 EDT 2009


exactly is the problem that you are facing.


Your approach seems to be reasonable:

A) Perform PointSet to PointSet registration
B) Take the resulting transform
C) Resample the moving image.


Something that might be confusing in this process
is that the definition of the direction of the Transform
in PointSetToPointSet registration is opposite to what
we use in ImageToImage registration.

Therefore, for resampling the moving image, you may
have to use the inverse of the transform that you obtain
from the PointSet registration process.


     Regards,


            Luis


-------------------------------------------------------------------
On Tue, Feb 16, 2010 at 11:56 AM, Aya El Gebeely
<aya.elgebeely at symbyo.com> wrote:
> Hi All,
>
> I have two images with predefined set of points that need to be registered
> from the second "moving" image to the first "fixed" image.
>
> I have the PointSetToPointSet registration method, and gave it two .txt
> files that contains the points in world coordinates, them I followed the
> example included in the ITKSoftwareGuide , so I get the transform parameters
> as an output.
>
> I needed to see the output on a registered image.. so I gave the two images
> & the transformation parameters to a resampler and then the resampler output
> is given to a writer to write the new image file..
>
> I'm facing problem in using the resampler along with the Point set
> registration, I need to verify that registration was done correctly.. ?
>
> I'll be grateful to know your suggestions concerning this issue
>
> Thanks in advance
>
> Regards,
> Aya
>
> _____________________________________
> 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.html
>
> 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
>
>


More information about the Insight-users mailing list