[f6d9b9]: / includes / IO.h

Download this file

9 lines (6 with data), 172 Bytes

1
2
3
4
5
6
7
8
#pragma once
#include <SimpleITK.h>
#include <iostream>
#include <stdlib.h>
namespace sitk = itk::simple;
sitk::Image readDicomSeries(const std::string& dicomDirectory);