[f6d9b9]: / includes / Helper.h

Download this file

10 lines (7 with data), 241 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#pragma once
#include "SimpleITK.h"
#include "itkImage.h"
namespace sitk = itk::simple;
using namespace std;
sitk::CastImageFilter caster;
bool sitkImageToItkImage(sitk::Image &image, itk::Image< int, 3 >::Pointer itkImage);