making sure that direction is always an n dimensional identity matrix. in 3d volumes or higher dims, the upper left 3x3 matrix covers the orientation as provided in CT or MRI data.
fix for msvc 2017 compiler warning regarding printf format string %lu -> %zu for sizet variable
added convenience functions to set origin and direction of volumes separately
Cuda 10 gives deprecated warning for cudaThreadSynchronize, replaced with more strict cudaDeviceSynchronize
fixed a bug in orientation when 2d images are d...
fixed a windows bug of standalonetvseg tool, wh...
fixed a bug in windows, where replacing unsigne...
changed for loops to better readable versions