Go to the source code of this file.
| coreg_0_2_1 | ( | source_file, | ||
| target_file, | ||||
| flags | ||||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
coreg_0_2_1(source_file, target_file[,flags])
Co-registers source image into target image
parameters:
source_file basename of Analyze7.5 image that will be registered
target_file basename of Analyze7.5 image to what source is registered
flags optional structure
flags.write_output if 0, output file is not written, otherwise output file is written normally
flags.write_matrix if 1, coregistration matrix is saved as .mat-file, with name
returns:
transformation matrix
output files:
output image is written with prefix 'r'
version 0.1, 18-03-2005, Harri Merisaari
version 0.2, 06-04-2005, Harri Merisaari, added additional flags input parameter, fixed bug with nargin < 2
version 0.2.0, 06-04-2005, Harri Merisaari, converted to new documentation format
version 0.2.1, 31-05-2005, Harri Merisaari, updated to use newest version of reslice
Copyright (c) 2005 by Turku PET Centre
source_file target_file flags 

1.5.2