[Insight-users] How to write transformations?
Raghavendra Chandrashekara
rc3@doc.ic.ac.uk
Tue, 01 Apr 2003 17:17:20 +0100
Julien Jomier wrote:
> Raghavendra,
>
> What type of transformations do you want to write?
> MetaObject contains a Matrix+Offset so you can use them to read/write affine
> (or derived) transformations.
> Stephen might have some recommendations regarding this.
>
> For more complex transforms you can still derive your own class from
> metaObject.
>
> Hope this helps
>
> Julien
>
I would like to write the parameters stored in the
BSplineDeformableTransform to a file and be able to read them back
again. I will try and derive a class from MetaObject, as you suggested,
and see how it goes.
Thanks,
Raghavendra.