[Insight-users] set fixed pointSet
Luis Ibanez
luis.ibanez at kitware.com
Fri Mar 23 13:49:45 EST 2007
Hi Tony,
You can pass an itk::Mesh as the PointSet argument to SetFixedPointSet()
method. You simply need to make sure that when you instantiate the
PointSetRegistration class you use as PointSet template argument, the
type that you defined for the itk::Mesh.
Regards,
Luis
---------------------
tony hakki wrote:
> Hi all;
> I really need your help. I have tried to implement
> PointSetToImageRegistration. I have a itk /mesh/ which I would like to
> set /this/ as a fixed pointset
>
> *registrationMethod->SetFixedPointSet(pointset);* ,I couldn't write
> directly registrationMethod->SetFixedPointSet(/mesh/); in the example
> of itkPointSetToImageRegistrationTest_1.cxx ; An image is created then
> it is used as a pointset; But here I have an itk /mesh/; how could I use
> /mesh/ as an pointset to set FixedPointSet
>
>
> _______________________________________________
> 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