


brede_ta3_concortex - Construct 3D Talairach contours of cortex
function h = brede_ta3_concortex( ...
'PropertyName', 'PropertyValue')
Property: Color Color of the contour.
ZInclude Which transversal slices to
include. Should be specified in meters
This function contruct the transversal cortex contours from
the Talairach atlas. The contour follows the middle of the
(blue) cortex. The contour of the left cortex from the atlas
is mirrored to the right side of the brain.
Right clicking while over the contour geometry produces a
menu, where the properties of the contour can be set.
The contour data is read from a text file in the 'data'
directory of brede: 'data/brede_tal_concort1.txt'. This file
contains a digitization of the cortex based on left outline of
the transversal images. It does not include all the contour of
the cortex - only the the major connected components.
Example:
figure, brede_ta3_frame
brede_ta3_concortex('zinclude', [0.001 0.065]);
% The digitized data is available as
f = fullfile(fileparts(which('brede')), 'data', 'brede_tal_concort1.txt')
coord = load(f)
See also BREDE, BREDE_TA3, BREDE_TA3_CONTOUR, BREDE_TA3_AXES,
BREDE_TA3_FRAME, BREDE_VTA_CONTOUR.
$Id: brede_ta3_concortex.m,v 1.7 2004/08/05 18:04:41 fnielsen Exp $