fiji / register_virtual_stack_slices

Fiji package for registering and transforming arbitrarily large sequences of images
https://imagej.net/Register_Virtual_Stack_Slices
GNU General Public License v3.0
18 stars 12 forks source link

What's the meaning of data in *.XML #8

Closed FengZhiheng closed 3 years ago

FengZhiheng commented 5 years ago

image

What's the meaning of data value in XML files. I am gong to wrap image in Matlab. But I don't understand the var(data, RigidModel2D, TranslationModel2D and so on) in xml. I am very appreciate your help. Sorry for my poor English.

iarganda commented 3 years ago

Hello @FengZhiheng ,

Sorry for the late answer. The information contained in the XML refers to the transforms applied to the image and their values. In your case, there is a rigid transform (rotation and translation) and a 2D transform as well. You might want to have a look at the mpicbg.trakem2.transform API: https://javadoc.scijava.org/Fiji/mpicbg/trakem2/transform/package-summary.html

I hope this helps!