ij-plugins / ijp-toolkit

ijp-toolkit general purpose plugins for ImageJ (also known as ij-plugins_toolkit)
GNU Lesser General Public License v2.1
16 stars 3 forks source link

MetaImage Reader/Writer should respect `Origin` tag #1

Open jpsacha opened 8 years ago

jpsacha commented 8 years ago

The MetaImage tag Origin (same as Position and Offset tags) specifies real-world coordinates of the (0,0,0) index in an image, see ITK MetaIO documentation. it should be mapped to ImagePlus Calibration's: xOrigin, yOrigin, and zOrigin.

jpsacha commented 8 years ago

ImageJ origin is expressed in pixels (not in real-world units like mm).