KWPublic/Applications/MetaImageImporter

From KitwarePublic
< KWPublic‎ | Applications
Revision as of 13:26, 6 January 2009 by Finetjul (talk | contribs) (Add MetaImageImporter documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

MetaImageImporter

MetaImageImporter is a cross-platform application that generates a .mhd (meta image file format) from a raw file or several raw files. The created file is a header that contains information like origin, spacing, data type, number of components and more importantly that points (relative in most cases, absolute if the mhd and raw files are on 2 separate disk ie: respectively "C:/" and "D:/" ) to the raw file.

MetaImageImporter is a QT frontend of a command line program written by Stephen Aylward that can be found in InsightApplications/MetaImageImporter. The handled platforms are the same than Qt handle.

Documentation

To generate the meta image file header, the user is asked a series of questions about the raw file. There is one question per panel. Default values are inferred, the user must verify them and change them if wrong before clicking the next button. The raw file path (or raw files paths) is the last question asked to the user because the question depends of the image dimension ( 1D, 2D, 3D...) ie: a single or multi files.

Screen Shots

Compilation

  1. Requires Qt only
  2. Build Qt
  3. Run CMake using KWPublic/Applications/MetaImageImporter as the source directory
  4. Build