[Insight-users] Question about Kernel Transform
Luis Ibanez
luis.ibanez at kitware.com
Fri Jan 27 10:48:05 EST 2006
Hi Albert,
The ElasticBodySplineKernelTransform is a "Transform",
not an Image Filter. This class does not have any
images as outputs.
Transforms only map itk::Points from one reference
system to another reference system.
If you want to resample an image using this Transform,
then you should use the ResampleImageFilter:
Please read the ITK Software Guide
http://www.itk.org/ItkSoftwareGuide.pdf
You will find many examples on how to do image resampling
in Section 6.9.4 "Resample Image Filter", pdf-pages 254-284.
For a code example on how to use a KernelTransform, please
look at
InsightApplications/
VolviewPlugIns/
vvITKLandmarkWarping.cxx
Regards
Luis
-----------------------
Albert Chitemyan wrote:
> Hi,
>
> I'm trying to use ElasticBodySplineKernelTransform in order to transform
> an image.
> But there are different outputs (images) with the same inputs.
> Can you explain this?.
>
> Thanks
>
> _______________________________________________
> 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