fast::MetaImageImporter class

Loads an image stored in the MetaImage format (.mhd/.raw)

Contents

This importer loads 2D and 3D images stored in the MetaImage format which are pairs of .mhd text files and .raw files contain the raw pixel data. It supports the compressed .zraw format as well using zlib. It also loads all meta data stored in the .mhd text file which can be retrived by Image::getMetaData

Base classes

class FileImporter
Abstract base class for importers which import a file with a filename.

Private functions

void execute() virtual