Abstract

We propose a region growing vessel segmentation algorithm based on spectrum information. First, the algorithm does Fourier transform on the region of interest containing vascular structures to obtain its spectrum information, according to which its primary feature direction will be extracted. Then combined edge information with primary feature direction computes the vascular structure’s center points as the seed points of region growing segmentation. At last, the improved region growing method with branch-based growth strategy is used to segment the vessels. To prove the effectiveness of our algorithm, we use the retinal and abdomen liver vascular CT images to do experiments. The results show that the proposed vessel segmentation algorithm can not only extract the high quality target vessel region, but also can effectively reduce the manual intervention.

1. Introduction

Nowadays, the vessel segmentation technique [13] is still a bottleneck of medical image processing. As vascular has an extremely complex topology structure, making most of the conventional image segmentation methods difficult to segment vascular structures accurately, so how to fast, accurately and effectively segment vascular structures from medical images becomes an important issue. However, just using simple segmentation method cannot achieve expectant purpose. And effective vascular structure enhancement is also a key point for vascular segmentation. Hessian matrix [4] is often used in enhancement filter on tubular structures. Traditional single scale-based enhancement filter is not well adapted for vascular structures with large-scale changes. Some multiscale filters such as “cole” [5] and steerable filters [6], as well as using the Hessian matrix to determine the local direction of the target [7], however, do not have good and automatic scale selection approach.

Region growing algorithm [8, 9] has small calculation complexity and high speed and is widely used in vascular image segmentation. The basic idea of the traditional growth region is to collect pixels that have similar properties together to form a region. Its performance depends largely on the position of seed points and growth conditions. On the other hand, the traditional method needs to select seed points manually in order to ensure the stability. Because the blood vessels have a very wide gray level distribution, making the traditional region growing algorithm and binary segmentation method difficult to accurately segment the vascular area, for the region growing conditions also, depends on range of the image gray level. If each seed point uses the same threshold value, the growth is easy to stop when the blood vessels become more slender.

To avoid these problems, our method is proposed and the flowchart is introduced in Section 2. Each substep of the whole method is introduced in the subsection. In Section 2.1, Hessian Matrix used for vessel enhancement is discussed. In Section 2.2, we discuss why fast Fourier transform can be used to obtain the image spectrum information and further for vascular detection specified in Section 2.3. In Section 2.3.1, we discuss how to select the seed point automatically. The most important step, the proposed vessel segmentation method, is introduced in Section 2.4. To prove the effectiveness of our method, we discuss the experiments in Section 3.

2. Our Method

In this paper, we present a region growing vessel segmentation based on spectrum information algorithm. The flowchart is shown in Figure 1 which will be specified in detail in this section later.

2.1. Vessel Enhancement Filter Based on Hessian Matrix

In this paper, we propose a vascular enhancement filter algorithms based on Hessian matrix. First Hessian matrix of image is constructed and then its feature value is calculated. Combining feature value analysis and bidirectional Gaussian kernel function, a linear multi-scale filter is created, as shown in (1) and (2) which is finally used for image enhancement.

For 2D images, the linear filter is defined as the following equation: where the geometric ratio , defined in (2), is used to identify sheet structure. is a sensitivity control parameter, here assigned to 0.5. is the scale value, and depends on the gray level range, often half of the Frobenius norm of Hessian matrix. In (2), as the Hessian matrix is symmetric, we can compute three different eigenvalues , , and , assuming that . Consider

We also construct linear filter for 3D Volume, as defined in (3): where and are sensitivity control parameters, here assigned to 0.5, The second geometric ratio , as defined in (4), is used for distinguishing globular structure and tubular structure. Only when the ratio value is zero or is close to zero, this means that the structure to which the pixel belongs is a globular structure instead of a tubular structure. And in general it belongs to the tubular structure when the ratio is close to 1. Consider

Each pixel is enhanced in a given scale range. And for each scale, all the pixels will be calculated using enhancement filter with a given scale. After traversing all the pixels, the scale will be increased by a fixed step. The flowchart of the algorithm is shown in Figure 2.

The main point of the algorithm is the convolution bidirectional Gaussian kernel function with the image, not only eliminating noises but also providing different scales for the enhancement process. Since our algorithm is based on different scale factor, many enhancement results will be output. For different outputs with different scales, we select the maximum one as the optimum enhancement result. In this paper, we use four different scales valued as 1, 3, 5, and 7.

2.2. Image Spectrum Analysis Based on FDFT

Spectrum analysis [10, 11] is to make Fourier transform on signal. As the general length of vascular structure is finite, we use the discrete Fourier transform (DFT) as defined in (5):

The basic idea of tubular structure detection method based on spectrum analysis is that if the image contains a tubular in its Fourier transformation spectrum images, there will be a high gray line perpendicular to the tubular structure direction. As shown in Figures 3(a)3(c) there are three different directional tubular images; Figures 3(e)3(g) are corresponding spectrum images after fast discrete Fourier Transform. It proves the feasibility of this idea. On another hand, just using the region growing method the vessel will have too many bifurcations or error bifurcations because of image noises. And Hessian matrix-based approach cannot easily detect the direction of tubular structure branches. But the spectrum analysis method can easily solve these problems. Figure 3(d) is a tubular branch image and Figure 3(h) is its spectrum image, from which we can find that there still exist two high gray lines perpendicular to the branch structure. So the spectrum analysis can also be used for detecting branches.

2.3. Fully Automatic Seed Points Selection Based on Spectrum Information

In this paper, we propose automatic seed selection method based on spectrum information that can ensure the stability of region growing, while significantly reducing manual intervention.

2.3.1. Vascular Structure Detection Based on Spectrum Information

To extract the spectrum primary feature line and direction, first we should analyses the spectrum’s feature energy which is defined as the following equation:

In (2), denotes the energy of the spectrum region which is centered on and ranges in . represents any pixel in the region. The energy is computed when the values of and is user-specified.

For all the angle value of , the maximum of the corresponding to the angle is the primary feature line direction. So, if there is any other peak point, you can extract the subprimary feature line and its direction. The direction is computed by (7) as follows:

In a certain region of interest, if the vascular structures appear, there will be a wide range of fluctuations with the energy value of the spectrum showing a trough-peak-trough shape, as seen in Figure 4.

Here, we use (8) to detect the vascular structures in the region of interest. Consider where peak is the peak value of , and and represent trough value in the left and right of the peak. Obviously denotes the distance between the left trough point and the peak point. For a given threshold, if and only if (8) is satisfied simultaneously, it can be identified as vascular structures.

2.3.2. Seed Points Selection Based on Edge Information

Generally, the seed points should be in the region of interest, while trying to avoid the edge of the region. To achieve this, first we use Sobel [12] operator to extract the edge information, that combined which and the obtained primary feature direction. We cut down in the direction that perpendiculars to the vascular structure’s feature direction. Then we will get a similar circular cross section. After doing matched filter on it to reduce the noise and to highlight the features, we use the point that has highest gray value as the center point and also the seed point of the following region growing segmentation process.

2.4. The Improved Region Growing Vessel Segmentation Algorithm
2.4.1. Branch-Based Region Growing

Branch-based region growing algorithm takes a single branch growth strategy. That is when a branch happened during the growth, for each time only one branch grows. Figure 5 illustrates the growing process of traditional method and branch-based method.

Figure 5(a) shows how to grow when encountered branch for traditional method, and Figure 5(b) shows the growing rules using branch-based method. The number in the square box indicates in which growing cycle the pixel is covered. For example, the number valued 1 means the speed point. When the cycle grows from 11 to 12, we can find the pixels marked as 12 are divided into two parts, which means that there is a branch here. At this time, branch-based region growing method will only select one of the branches to continue region growing. As shown in Figure 5(b), the right branch is selected. The rest points in the left branch are pushed into the stack and will not be popped for continuing growing until the left branch comes to a complete stop. For the stack, the first point to be popped is the latest to be pushed in. This process is illustrated in Figure 6.

2.4.2. Branch Detection of Vascular Structure

Adopting the branch-based strategy can change region growing conditions dynamically; that is, using different conditions for different branches can significantly improve the segmentation precisely. But there still exist some problems. For example, too many branches will reduce the speed dramatically. So it is very critical to reduce the number of branches when judging and finding branches while not affecting the accuracy of the algorithm. In each growth cycle, we apply region connectivity detection to find the branch. The following content specifies this process.(1)When a new pixel in the region starts growing, the growing target is the pixels that have the same cycle with the same period of the pixels.(2)When stopping to grow, partial pixels in the region are marked as the parent pixels for the next growing cycle.(3)Those who are not connected to each other but with the same growth cycle are identified as the branches which must be retroactive.

To reduce the excessive division of the branch and to verify the target region’s connectivity, we will make the following changes.(1)We Use 8-neighborhood (2D) or 26-neighborhood (3D) (traditional region growing typically using 4 or 6-neighborhood). And the diagonal direction will also be considered for growing direction. (2)Each time growing cycle will be expanded from 1 to 2, namely, adding one time to the target growing cycle which expands the target searching region as in Figure 7.

When using four- or six-neighborhood sizes, that is, the growing range is one pixel around the seed point, this will result a lot of nonadjacent points at the end of each growth. As shown in Figure 7(a), there are four separate edges. But if using 8 or 26-neighbor sizes as growing condition, as Figure 7(b) shows, only two joint edges that consists of cycle number 11 and 12 will be detected. This effectively reduces the number of branches, but it does not affect segmentation accuracy. Table 1 gives the relationship between the number of branches and the growing conditions.

How to dynamically change the growing conditions of the branch-based region growing algorithm, one approach is extracting the current region’s gray value to update the growing condition. The computing formula is defined as follows:

Here is the mean gray value of the neighbor region for a period of time after each time of growing reset, represents the gray level difference, is the pixel value of coordinate , and is a parameter that controls the growth. For vessel segmentation, we use (10) to compute the value of . Consider

Here represents the average gray level of the th branch, and is the average thickness. denotes the minimum limit of the gray of the region of interest, and denotes the maximum. expresses exclusion rate (if equals to 0, then all branches are accepted). expresses the upper limit of vessel thickness range and makes sure of the linear relationship between vessels’ gray value and thickness.

3. Experiment Results and Discussions

3.1. Retinal Vascular Segmentation Experiment

This experiment focuses on the improved region growing method based on spectrum analysis and branch strategy without image enhancement procedure. The experiment uses two group of retinal vascular images, one simple group and another complex group. Experiment one uses complex data from STARE (Structured Analysis of the Retina) database which contains 20 medical retinal images and 10 kinds of retinal disease pathology. All of the image data are from TopCon TRV-50 camera, with the angle of 350 degrees, 700 × 605 pixels, and view field size of 650 × 550 pixels. We use manually vascular structure segmentation result by experts as the golden standard. We also use different traditional segmentation methods for segmentation and compare them with our method.

We compare traditional region growing method and edge detection based on Sobel segmentation method with our method. The result is shown in Figure 8.

From Figure 8 we can intuitively see that the result of manual segmentation has small blood vessel branches. Comparing with it, our method is still not that accurate one but is more accurate than other methods. Traditional region growing may lead to oversegmentation in overlapping area. Seen from Figure 8(d), the red circle shows some overlap regions and scattered frags. Sobel-based edge detection method is good at segmenting clear vessels but not for small ones. We also give qualitative evaluation of those methods. The accuracy is defined as the ratio between the result and golden standard. Some accuracy is given by STARE database. Table 2 shows the accuracy and computation time of different methods.

Table 2 shows that our method is better than the other methods in accuracy but is just faster than the traditional level set method. So it still needs to be improved in computation complexity. Comprehensively speaking, our method still has a good efficiency.

Experiment two uses a relatively simple structure of retinal vascular images from a newer database named DRIVE (Digital Retinal Images for Vessel Extraction). The results are given in Figure 9.

Figure 9 shows that our method is close to golden standard, which means that the accuracy is improved when reducing vessel branches, but at the same time it still has deficiency in segmenting vessels which are not visible to the naked eyes. Table 3 shows the qualitative comparison results.

Table 3 shows that our method is better than other methods in accuracy, but it still needs to be improved in time efficiency. All the experiments show that our method is accurate and robust.

3.2. Liver Vascular Segmentation Based on Image Enhancement

The experiment data is from a large hospital’s 64-slice CT scan with 0.5 mm space. The image resolution is 512 × 512 × 109. To improve processing speed, we rescale the image gray level to 256.

For liver image sequences, at first, we use the manual segmentation result as the initial contour of the latter active contour model segmentation process. Figure 10 shows the first three original slices from Figures 10(a) to 10(c) and their segmentation results Figures 10(d)10(f).

Secondly, for the use of the improved region growing algorithm for liver vessel segmentation, we just select one seed point. In this way, we can select only a good segmented liver slice and then process it with Hessian matrix-based image enhancement filter. Enhanced results are given in Figure 11(b).

After image enhancement, we use the mentioned automatic seed points selection approach based on spectrum information. Spectrum image and the final selection of seed points are given in Figures 11(c) and 11(d) (red point). Finally, we give the 3D reconstruction results as shown in Figure 12.

From the reconstruction result, we can see that for 2D image vessel segmentation our approach can achieve good results, but it still has deficiency in 3D segmentation as some rupture and overlap region of vascular cannot be shown clearly. This may be due to the deficiency of region growing method and CT spaces. So it still needs to be improved in future research.

4. Conclusions

In this paper, spectrum information-based region growing vessel segmentation algorithm is proposed. First, wavelet transform is used for the image denoising preprocessing, and then fast Fourier transform is used to obtain the image spectrum information for analyzing, according to which vascular structure is detected and its primary feature direction and other secondary feature directions are extracted and combined with the edge information for computing its center point. Which is also the seed point of the improved region growing algorithm. At last an improved region growing algorithm is used to segment the entire vascular structures. In the experiment section we use the retinal vascular image for segmentation and compare our method with some traditional vessel segmentation methods. The experiment has proven that our method is robust and more accurate, but the efficiency needs to be improved.

Acknowledgments

The study was supported by the National Natural Science Foundation of China (no. 61272176 and no. 60973071) and the Fundamental Research Funds for the Central Universities (no. 110718001).