may be sensitive to inter-data variations. This is the
case in the regularization of surface smoothness in de-
formable model-based methods and regularization of
the IIH variation smoothness in some voxel classifica-
tion methods. Third, some brain tissue segmentation
methods require a prior step of skull stripping, which
by itself is a difficult problem for complete automa-
tion (Rehm et al., 04).
W present a brain T1-weighted MR image seg-
mentation method using relative thresholding (RT)
and morphological operations that aims to improve
automation robustness in all three aspects described
above. Relative thresholding is based on image mod-
eling in terms of local spatial relationships between
near voxels and exploits structural, geometrical and
radiological a priori knowledge expressed in first-
order logic. RT makes the IIH problem transpar-
ent, avoids using any form of regularization, and en-
ables global searching for optimal solutions. Results
from relative thresholding are improved mainly us-
ing a series of morphological operations. The major
two morphological operations are what we refer to as
skeleton-based opening and geodesic opening. They
are designed to robustly remove unwanted structures
from brain structures motivated by the a priori knowl-
edge about their special shape and geometry. Parame-
ters involved in the segmentation are selected based
on a priori knowledge and robust to inter-data varia-
tions. The combination of RT and morphological op-
erations dispenses with the prior skull stripping step.
The paper is organized as follows. We first give
some basic definitions in section 2. RT and the two
morphological operations are presented in section 3
and 4 respectively. The whole segmentation pipeline
is described in section 5. The results are presented in
section 6 and the paper concludes in section 7.
2 DEFINITIONS
We first define some terms used throughout the paper.
A 3D image can be viewed as a set of cubes struc-
tured regularly, where each cube represents a volu-
metric pixel (voxel). Each voxel v has three types of
neighbors: 6 face neighbors,12edge neighbors and 6
point neighbors that share a face, an edge, or a point
with v respectively.
The 6 face neighbors are regarded as connected
to the central voxel v in 6-connectivity and form the
6-neighborhood N
6
(v) of v. The 6 face neighbors
and the 12 edge neighbors form the 18-neighborhood
N
18
(v) (18-connectivity). Finally all 26 neighbors
form the 26-neighborhood N
26
(v) (26-connectivity).
Corresponding to the three types of connectivity,
three types of distance between two voxels, D
6
, D
18
,
and D
26
, are defined as the number of steps in the
minimal path between the two voxels. Finally, we de-
fine a grid graph from an image taking each voxel as
a vertex and adding edges in terms of one of the con-
nectivies between voxels.
3 RELATIVE THRESHOLDING
Relative thresholding is characterized as differentiat-
ing the labels of near voxels by comparing their inten-
sities with respect to a relative threshold. RT exploits
various a priori knowledge in terms of a critical data
structure which we refer to as gradient graph, and is
justified by image modeling based on the spatial con-
straints on the intensities of near voxels. Optimal rel-
ative thresholds are found with a trial-and-evaluation
scheme.
3.1 A Priori Knowledge
Let g = ∇g(σ
∇
) be the gradient vector image of
g(σ
∇
). Throughout this paper, we use g(σ) to denote
the result image of performing Gaussian filtering with
standard deviation σ on the input image y. We con-
struct a directed graph G =(V,E) from g such that
each vectex v
i
∈ V corresponds to the voxel x
i
in a
region of interest R and each directed edge e
i
∈ E
emanates from v
i
to v
j
, where v
j
is the one of v
i
’s
26-neighbors that is in the direction of the gradient
vector g
i
. When v
j
is outside R, e
i
is forced to be a
loop from v
i
to itself.
The structural, geometrical and radiological a pri-
ori knowledge that we use in RT is:
• K
1
: CSF, GM, and WM are organized as a layered
structure from outside to inside;
• K
2
: The average intensities of CSF, GM, and WM
are in ascending order in T1-weighted MR images.
• K
3
: The cortex thickness is nearly uniform;
Based on the gradient graph, this a priori knowledge
is formulated as the following first-order logic: There
exist a suitable σ
∇
and p such that:
• For each GM voxel v
i
, there is a path in G of length
p from v
i
to a WM voxel;
• For each CSF voxel v
i
adjacent to GM, there is a
path in G of length ≤ p from v
i
to a GM voxel;
• There is no path from a WM voxel to a non-WM
voxel in G;
• There is no path from any non-brain voxels to WM
in G without passing CSF.
3.2 Image Modeling
We model images in terms of the spatial relationships
between voxels instead of as statistical distributions
AUTOMATIC BRAIN MR IMAGE SEGMENTATION BY RELATIVE THRESHOLDING AND MORPHOLOGICAL
IMAGE ANALYSIS
355