Abstract
Liver tumour segmentation from computed tomography (CT) scans is a challenging task. A semi-automatic method based on 2D region growing with knowledge-based constraints is proposed to segment lesions from constituent 2D slices obtained from 3D CT images. Minimal user involvement is required to define an approximate region of interest around the suspected legion area. The seed point and feature vectors are then calculated and voxels are labeled using a region-growing approach. Knowledge-based constraints are incorporated into the method to ensure the size and shape of the segmented region is within acceptable parameters. The individual segmented lesions can then be stacked together to generate a 3D volume. The proposed method was tested on a training set of 10 tumours and a testing set of 10 tumours. To evaluate the results quantitatively, various measures were used to generate scores. Based on the results obtained from the 10 testing tumours, the method was resulted in an average score of 64.
Keywords
Source Code and Data
No source code files available for this publication.
Reviews
Xiang Deng
Friday 25 July 2008
This paper presents a semi-automatic live tumor segmentation technique.
The segmentation is initialized with a user defined ROI. The tumors are then segmented using region growing followed with refinement by morphological operation.
Detailed comments:
1) The amount of user intervention needed in this method may be under-estimated,
because it requires user-defined ROI on each tumor bearing slice.
For processing large amount of data in routine clinical use, this could become a labor-intensive and time-consuming task .
2) it is not clear to me why the Knowledge-based constraints should be used to refine the segmentation.
What's the difference between the ROI and "larger area" mentioned in section 2.3?
Why can't the segmentation start with a "larger area" in the first run?
Could the authors briefly address this algorithm's sensitivity to initialization?
