fast::DICOMFileImporter class

Read DICOM image data (both 2D and 3D).

This importer uses the DCMTK library to load DICOM image data from disk.

Base classes

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

Public functions

auto create(std::string filename, bool loadSeries) -> std::shared_ptr<DICOMFileImporter>

Private functions

void execute() override