[Insight-users] Point Coordinates
Luis Ibanez
luis.ibanez at kitware.com
Fri Oct 3 14:15:23 EDT 2008
Hi Yankam,
You may want to use the method:
image->TransformIndexToPhysicalPoint( index, point );
If you visit the pixels of your region of interest,
you can use the method above for getting the point
coordinates of these pixels.
Beware that if you image has non-identity Direction
cosines, then you should use the itk::OrientedImage.
Regards,
Luis
-------------------------------------
Yankam Njiwa Josiane Adrienne wrote:
>
>
>
> Hi together,
>
>
> I would like to register the coordinates of the center of two data sets by using the iterativeClosestPoint Registration. I would like to know if it is possible to get the coordinates of a selected region of interest via itk.
> Please could somebody can give me some advices? Thanks a lot,
>
> Josiane.
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
More information about the Insight-users
mailing list