In addition, 'vtal' optionally also performs a "brain peeling", i.e. it removes non-brain matter from the image.
In addition, 'vtal' optionally also performs a "brain peeling", i.e. it removes non-brain matter from the image.
vtal -in infile.v -out outfile.v -type 0 -ca 100 120 103
-cp 100 130 105 -angle 5
The input into 'vtal' is an MR-image with isotropic voxels. The voxel coordinates
of CA and CP must be known beforehand. They can be obtained either manually
or automatically by calling the program 'vcacp'.
The parameter '-type' specifies the type of operation to be performed. If type=0, then
both brain peeling and the coordinate transformation are performed.
If type=1, then the coordinate transformation but no brain peeling
is performed. However, 'vtal' internally performs a brain segmentation in order to
obtain the brain size and adds the attribute 'extent' to the file header. The output image
is not segmented. The brain size
is needed in many applications to compute Talairach coordinates and perform linear
scaling operations.
If type=2, then only the coordinate transformation but no brain peeling is performed.
This option is useful in cases where a reliable brain segmentation is impossible.
Note that in this case, the brain size (attribute 'extent') is NOT computed.
Thus, it is not possible to obtain Talairach coordinates for such images.
However, the parameter 'extent' may be added manually using the program 'vattredit'.
Brain peeling is performed by using a sequence of morphological operations.
These operations can optionally be influenced by the parameters '-d1', '-d2'.
The parameter '-size' controls the size of the output image matrix.
The default size ('-size small') is 160x200x160 (160 slices with 160 columes and 200 rows per slice).
In this case, the inter-hemispheric cleft resides at column 80.
If '-size' is set to 'big', the output image matrix is set to 180x230x190.
An even larger matrix size can be obtained using '-size xxl'.
The parameter '-system' controls the type of coordinate system to be used. If '-system' is set to 'neurological' then the coordinate system follows the neurological convention (lower border of CA and upper border of CP). If '-system' is set to 'atlas', then the coordinate system follows the Talairach atlas convention (upper border of CA and lower border of CP).