Go to the source code of this file.
| reslice_0_1_1 | ( | matrix, | ||
| sourcefile, | ||||
| target_dim, | ||||
| target_siz | ||||
| ) |
reslice_0_1_1(matrix,sourcefile,target_dim, target_siz)
Reslices Analyze7.5 file using 4x4 transformation matrix. Used interpolation method is
bicibic interpolation.
parameters:
matrix affine transformation matrix for coordinate translations
sourcefile Analyze7.5 image that is to be resliced
target_dim resulting image file's dimensions in 3x1 array
target_siz resulting image file's voxel size in 3x1 array
returns:
0 == succesfull, -1 == reslice failed
output files:
Resliced output file is written in Analyze7.5 format with prefix 'r'
version 0.1,05-04-2005,Harri Merisaari
version 0.1.0,03-05-2005,Harri Merisaari,changed to new documentation format
version 0.1.1,03-05-2005,Harri Merisaari,changed to use bicubic interpolation
Copyright (c) 2005 by Turku PET Centre
| matrix | ||
| sourcefile | ||
| target_dim | ||
| target_siz |
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.2