Skip to main content

Kidney segmentation in CT sequences using SKFCM and improved GrowCut algorithm

Abstract

Background

Organ segmentation is an important step in computer-aided diagnosis and pathology detection. Accurate kidney segmentation in abdominal computed tomography (CT) sequences is an essential and crucial task for surgical planning and navigation in kidney tumor ablation. However, kidney segmentation in CT is a substantially challenging work because the intensity values of kidney parenchyma are similar to those of adjacent structures.

Results

In this paper, a coarse-to-fine method was applied to segment kidney from CT images, which consists two stages including rough segmentation and refined segmentation. The rough segmentation is based on a kernel fuzzy C-means algorithm with spatial information (SKFCM) algorithm and the refined segmentation is implemented with improved GrowCut (IGC) algorithm. The SKFCM algorithm introduces a kernel function and spatial constraint into fuzzy c-means clustering (FCM) algorithm. The IGC algorithm makes good use of the continuity of CT sequences in space which can automatically generate the seed labels and improve the efficiency of segmentation. The experimental results performed on the whole dataset of abdominal CT images have shown that the proposed method is accurate and efficient. The method provides a sensitivity of 95.46% with specificity of 99.82% and performs better than other related methods.

Conclusions

Our method achieves high accuracy in kidney segmentation and considerably reduces the time and labor required for contour delineation. In addition, the method can be expanded to 3D segmentation directly without modification.

Background

Image segmentation is one of most important issues in medical technology, which assists physicians in various aspects, such as analysis and diagnosis of different diseases, the study of anatomical structure, making treatment planning [1]. With the increase of CT images in the diagnosis and treatment of diseases, segmentation of human organs from CT images is a prerequisite step in the precise treatment planning. However, different tissues has different sizes and shapes across individuals and the gray scale similarity between kidney and its neighboring tissues, such as liver and spleen. Therefore kidney segmentation is a challenging work.

Many approaches of kidney segmentation have been developed over the recent years, including deformable model, clustering-based method, region growing and knowledge-based method. Tsagaan and Shimizu proposed a deformable model for automatic kidney segmentation which is represented by the grey level appearance of kidney and its statistical information of the shape [2, 3]. Clustering method is a kind of unsupervised learning. So the segmentation methods based on it do not need training sample data, they form clusters of data by grouping pixels [4]. Lin developed an automatic method based on an adaptive region growing method to extract kidney within a region of interest (ROI). However this method mainly depended on the assumption of homogeneity of image intensity, so it is not suitable for the images that have large variation of intensity in the kidney region. Knowledge-based method makes use of the sample data for computing the extracting region, which needs computationally intensive work. Spiegel developed an algorithm based on 3D active shape model (ASM) [5]. Khalifa proposed a level-set method which combined a probabilistic shape prior and a novel stochastic function [6]. Region growing method is sensitive to the seed point location.

In the last decades, fuzzy segmentation methods, especially the fuzzy c-means algorithm (FCM) [7], have been widely used in the field of image segmentation [8]. There are many improved algorithms based on FCM. Zhang et al [9] proposed a kernel-based fuzzy c-means (KFCM) algorithm which has stronger noise immunity and clustering ability. In KFCM algorithm, a kernel-induced metric replaces the original Euclidean norm metric of FCM. In [10, 11], FCM with spatial contextual information (FCM_S) is an effective image segmentation algorithm. Although the contextual information can raise its insensitivity to noise, it still lacks enough robustness to noise and outliers. To overcome these problems, S. Chen et al [12] proposed a novel KFCM algorithm which introduces a spatial constraint (SKFCM). The SKFCM algorithm was used to segment brain and tumor from MR images successfully [12–14].

Cellular automaton (CA) [15, 16] is a nonlinear dynamic model which discrete in time and space and realizes a complex calculation by simple rules. The image processing methods based on cellular automata were used widely, including edge detection, segmentation and denoising. In 2006, Vladimir and Vadim [17] proposed the "GrowCut" algorithm which is an interactive segmentation method and solves pixel labeling task based on cellular automaton. Given some user-labeled points, the rest of the image is segmented automatically by a cellular automaton. The labeling process is iterative. Users can observe the segmentation evolution and guide the algorithm with human input where the segmentation is difficult to compute. The most common application of GrowCut algorithm is segmentation of brain tumors from MR images [17–19].

In this paper, a new coarse-to-fine method is proposed for kidney segmentation. It is a hierarchical segmentation framework combining SKFCM and IGC algorithm for the kidneys segmentation from abdominal CT images. In rough segmentation stage, SKFCM algorithm is better in segmenting images corrupted by noise than FCM algorithm. SKFCM adopts a kernel-induced metric in the data space to replace the original Euclidean norm metric in FCM, so it is a more robust clustering approach. The proposed IGC algorithm is used to refine the rough segmentation result. Due to the IGC algorithm makes good use of the continuity of CT sequences in space; it can generate both object and background seed labels automatically. The IGC algorithm can reduce a lot of interactive time and improve the efficiency of segmentation.

Methods

In this section, the proposed kidney segmentation method with a hierarchical strategy will be presented in detail. The hybrid method which incorporates SKFCM and IGC algorithm mainly consists of four steps. The framework of the proposed method is shown in Figure 1.

Figure 1
figure 1

The framework of the proposed kidney segmentation method.

A. Preprocessing

CT image has inhomogeneity, noise which affect the continuity and accuracy of the images segmentation. Therefore, a 3 × 3 median filter is used to reduce the noise. The equation of median filter is defined as:

g x , y = Median f s x , y
(1)

where S represents the template window with a 3 × 3 surrounding neighborhood, f s x , y represents the intensity value of each pixel in the S, Median f s x , y represents the middle value of all the values of the pixels in the neighborhood. Instead of simply replacing the pixel value with the mean of neighboring pixel values, median filter replaces it with the median of those values. Figure 2(a) is the original image. Figure 2(b) is the denoised image by a median filter. It has a better denoising result while the edges are well preserved.

Figure 2
figure 2

Image preprocessing. (a) the original image; (b) the denoised image by median filter.

B. Rough Segmentation with SKFCM

In this paper, SKFCM algorithm introduces a kernel function and spatial constraint into the FCM algorithm, which can reduce the effect of noise and improve the clustering ability. The objective function of SKFCM as follows,

J m = ∑ i = 1 c ∑ k = 1 N u i k m 1 - K x k , v i + α ∑ i = 1 c ∑ k = 1 N u i k m 1 - K x ¯ k , v i
(2)

where c is the number of clusters of the dataset x k k = 1 N , n is the number of pixels, m is a weighting exponent on each fuzzy membership and determines the amount of fuzziness of the resulting classification, v i i = 1 c are the centers and the array u i k = U represents a partition matrix, α in the second term controls the effect of the penalty, x ¯ k is the mean of neighboring pixel values of x k , K ⋅ , ⋅ is the Gaussian kernel function. The objective function in (2) is minimized using the alternate iterations of the fuzzy partition matrix (3) and the centroids of clusters (4).

u i k = 1 - K x k , v i + α 1 - K x ¯ k , v i - 1 m - 1 ∑ j = 1 c 1 - K x k , v i + α 1 - K x ¯ k , v i - 1 m - 1
(3)
v i = ∑ k = 1 n u i k m K x k , v i x k + α K x ¯ k , v i x ¯ k ∑ k = 1 n u i k m K x k , v i + α K x ¯ k , v i
(4)

The above algorithm can be summarized in the following steps.

Step 1: Fix the number c of these centroids and select initial class centroids and set ε>0 to a very small value.

Step 2: Compute the mean filtered image.

Step 3: Update the partition matrix using (3).

Step 4: Update the centroids using (4)

Repeat steps 3-4 until the following termination criterion (5) is satisfied:

V n e w - V o l d <ε

The purpose of this subsection is to get the rough contour of kidney in the CT images. Owing to the gray scales of kidney is similar to its neighboring tissues, it is important to identify which part belongs to the kidney. To solve this problem, a slice which has the largest contour in the whole dataset is cropped by a rectangle manually. The rectangle must enclose the kidney and its size should be as small as possible, so that it can increase the processing speed and the segmentation accuracy. Other slices are automatically cropped as described in the following. The optimal cluster number is 4 which is determined by experiments. The rough segmentation includes six steps.

Step 1: The cropped image is the input of SKFCM algorithm, and then each pixel in the cropped region is clustered into different clusters.

Step 2: The number of pixels in each cluster is calculated and the cluster which contains maximum pixels is extracted.

Step 3: The largest connected region is extracted to be the candidate kidney region.

Step 4: There are some holes inside the kidney because some vessels are rejected in the processing of fuzzy clustering. Therefore this step is to fill holes.

Step 5: The kidney contour is smoothed by morphological operations.

Step 6: Through the above steps, the mask of candidate kidney region is gotten. In order to realize the continuous segmentation, the minimum bounding rectangle (MBR) of the mask is calculated. Then the MBR is extended about 10 pixels so that we can get a new rectangle. This new rectangle is used to crop the next slice of CT sequeces.

Continuous rough kidney segmentation on CT images can be achieved by repeating steps 1-6. The procedure of rough segmentation is shown in Figure 3.

Figure 3
figure 3

The procedure of rough segmentation.

Figure 4 shows some intermediate results of rough segmentation. Figure 4(a) and 4(g) are original images, and the red rectangles are used to crop these original images. Figure 4(b) and 4(h) are clustering results. Figure 4(c) and 4(i) are the clusters which contain maximum pixels. Figure 4(d) and 4(j) are the largest connective regions with filled holes. Figure 4(e) and 4(k) are the candidate kidney with smooth contour. Figure 4(f) and 4(l) are the final results of SKFCM. The red rectangle is generated automatically and used to crop the next slice of CT images. As shown in the figures, Figure 4(f) is a better segmentation result than Figure 4(l). The former does not need refined segmentation, but the later need further segmentation by IGC algorithm. In the whole datasets, there are about half of images do not need refined segmentation after rough segmentation. More results of rough segmentation were shown in Figure 5. The parameter n is the slice number in the whole datasets.

Figure 4
figure 4

Examples of rough segmentation. (a) and (g) are original images with cropping rectangle; (b) and (d) are clustering results; (c) and (i) are the extracted clusters with maximum pixels; (d) and (g) are the largest connective regions with filled holes; (e) and (k) are the smooth results; (f) and (l) are the rough segmentation results and the red rectangles are used to crop next slice.

Figure 5
figure 5

Some results of the rough segmentation.

C. Refined Segmentation with IGC Algorithm

1) The traditional GrowCut

GrowCut algorithm is an interactive segmentation method and solves pixel labeling task based on cellular automaton.

A cellular automaton (CA) is defined as a triplet A = S , N , δ , where S is a set of non-empty state, N is the neighborhood system and δ: S N → S defines the state transition rule of cells at time t+1 based on the states of neighbor cells at time t. The Moore von (8-connected) and Neumann (4-connected) neighborhoods are two commonly used neighbor systems. The state of each cell is also a tri-plet S p = ( l p , θ p , C ⃗ p ) , where l p is the label of this cell, θ p is the strength of this cell which ranges from 0 to 1, and C ⃗ p is the feature vector that its value is image intensity.

A two-dimensional medical image (P) is a matrix of m×n pixels, and it is also treated as a cellular automaton with a special state in GrowCut algorithm. Each pixel (p) in the image is a "cell" with a certain type, and it may be background, foreground or undefined. The initial state for ∀ p ∈ P is set to

l p = 0 ; θ p = 0 ; C ⃗ p = I p
(6)

where l p is the intensity value of each pixel. As the segmentation algorithm proceeds, all pixels in this image are assigned to one of possible labels.

Before starting the segmentation, user should input an initial label matrix manually. The label matrix has a same size with the original image. In the label matrix, there are two kinds of marked points, one is foreground seed point whose label is l p =1, and the other is background seed point whose label is l p =-1. The original strength of these two kinds of marked points is θ p =1. Apart from these two kinds of marked points, the label of the remainder of points is l p =0. After all the initial operations have been done, the iteration segmentation runs until the label matrix does not change. Finally, the label value of object region is 1 and the label value of background is -1. The iterative process of labels l p and strength θ p at time t+1 is shown as follows,

      State transition of CA

      // For each cell...

        for ∀ p ∈ P

      // Copy the previous state

         l p t + 1 = l p t ;

         θ p t + 1 = θ p t ;

        // Neighbors try to attack current cell

    for ∀ q ∈ N ( p )

            if g | | C ⃗ p - C ⃗ q | | 2 â‹… θ q t > θ p t

             l p t + 1 = l q t ;

             θ p t + 1 = g || C ⃗ p - C ⃗ q || 2 â‹… θ q t ;

        end if

    end for

end for

In [18], g(x) is defined as:

g x = 1 - x max || C ⃗ || 2
(7)

2) The Improved GrowCut

Although GrowCut algorithm is simple and precise, it is an interactive segmentation algorithm. For some complex images, just once interactive operation cannot achieve satisfactory results, and both foreground seed points and background seed points also should be selected carefully. In order to avoid multi-interaction, we propose an improved GrowCut algorithm which can generate seed labels automatically.

In this subsection, the rough segmentation results are continuous in space series and about half of them do not need refined segmentation. Therefore, the initial label matrix can be generated automatically using the result of rough segmentation (denoted as "a seed template image"). The seed template image must meet two conditions. One is that it does not need refined segmentation, and the other is that it is adjacent to the slice which needs refined segmentation. The process of generating both foreground and background seed points is described in Figure 6. Figure 6(a) is an original kidney CT image and Figure 6(d) is the contour of the kidney. Due to the spatial continuity of CT images, Figure 6(d) can be used to generate the initial label matrix for the segmentation of next slice. There are four steps to generate the initial label matrix automatically.

Figure 6
figure 6

The example of generating the seed template automatically. (a) an original image of template; (b) altitude difference of point Pm; (c) altitude difference of point Pn; (d) the contour of template; (e)the foreground seed point (red) and background seed point (green) of point Pm; (f) the foreground seed point (red) and background seed point (green) of point Pn.

Firstly, we should get the edge points of kidney contour.

Secondly, calculate the altitude difference between two edge points. Figure 6(b) and 6(c) show the altitude difference (dy) at point Pm and Pn respectively.

Thirdly, there are three threshold values Th, T1, T2 to control the process of generating seed points. The seed points will be located in the vertical direction if dy is less than Th, otherwise they will be located in the horizontal direction. Taking Figure 6(e) as an example, the foreground seed point is located at the bottom of Pm and the background seed point is located at the top of Pm , because dy is less than Th. In Figure 6(f), the foreground seed point is located at the right of Pn and the background seed point is located at the left of Pn, because dy is greater than Th. All foreground seed points are located inside of the kidney contour and the distance between them and edge points are T1 pixel. All background seed points are located outside of the kidney contour and the distance between them and edge points are T2 pixel. In Figure 6(e) and 6(f), the red points are denoted as foreground seed points and the green points are denoted as background seed points.

Finally, according to step 2 and 3, we can get both foreground and background seed points of each edge point

Figure 7 shows the refined segmentation result by IGC algorithm. Figure 7(a) is a seed template image. Figure 7(b) is the seed label image which is generated automatically base on IGC algorithm. The red points are foreground seed points and the green points are background seed points. The value of red point is 1, the value of green point is -1, and the remainders are 0. The final result of IGC is shown in Figure 7(c). More refined segmentation results are shown in Figure 8. They have the same slice number with the rough segmentation results in Figure 5.

Figure 7
figure 7

The refined kidney segmentation based on IGC algorithm. (a) the seed template image; (b) the seed label image which is generated automatically by IGC, the red points are foreground seed points and the green points are background seed points; (c) result by IGC algorithm.

Figure 8
figure 8

Some results of the refined segmentation.

D. Post-processing

Some segmentation results of IGC and SKFCM have rough boundaries. To achieve a smoother contour of kidney, a post-processing method based on morphological operations is needed. The most common morphological operations are dilation and erosion.

Results and evaluation

The segmentation experiments and performance evaluation were carried on three groups of abdominal CT images. The parameters of abdominal CT images for scanning were 120.0 KV and 297.0 mA. The pixel spacing was 0.683594 mm, the slice thickness was 1.0 mm and the spacing between slices was 0.5 mm. The number of slices ranged from 217 to 320. Each slice of these three datasets had a spatial resolution of 512 × 512 pixels. Both SKFCM and IGC algorithm were implemented on MATLAB R2013b. All experiments were implemented on the computer with Pentium Dual - Core CPU (2.80GHz) and 2GB memory.

In order to prove the advantages of IGC algorithm, the results which are segmented by the proposed IGC algorithm are compared with those gotten by traditional GrowCut algorithm (TGC). For quantitative evaluation of the IGC algorithm, there are four evaluation criterions: accuracy, overlap, the number of interactions (NOI) and the time of generating seed points by manual method or computer algorithm method (TOGSP). Accuracy is a common criterion that it is used to evaluate performance of segmentation methods widely. Overlap shows the degree of overlap between segmentation results by computer algorithm and manual segmentation results. The closer overlap is to 1, the better segmentation result will be. The accuracy and overlap are defined as follows:

accuracy = T P + T N T P + F P + T N + F N
(8)
overlap = T P F N + T P + F P
(9)

where TP denotes the number of true positive pixels which are correctly classified as kidney when they are actually kidney. TN denotes the number of true negative pixels which are correctly classified as non-kidney when they are actually non-kidney. FP denotes the number of false positive pixels which are correctly classified as kidney when they are kidney. FN denotes the number of false negative pixels which are correctly classified as non-kidney when they are kidney. The definition of TP, TN, FP and FN is shown in Table 1.

Table 1 The definition of TP FP FN and TN.

In order to compare the performance of TGC and IGC, we choose three slices from rough segmentation results to implement refined segmentation. The evaluation value of different methods is shown in Table 2. Compared with the TGC algorithm which is a semi-automatic method and needs manually select foreground seed points and background seed points subjectively, the proposed IGC algorithm is more accurate and has a high overlap. Above all, the proposed IGC can reduce a lot of interactive time. The refined results by TGC algorithm need at least once interaction and the average time of once interaction is more than ten seconds. Therefore, IGC algorithm shows more efficient than TGC algorithm. In Figure 9, the top row is the segmentation results of TGC algorithm, whose contour color is green, and the bottom row is the segmentation results of IGC, whose contour is blue. The red contour is the manual segmentation result, which is the ground truth data. We can see that the contour of kidney extracted by IGC is closer to the real contour than TGC. Through the above quantitative and qualitative analysis, IGC algorithm is better than TGC in image segmentation.

Table 2 The evaluation of different algorithms.
Figure 9
figure 9

Results of refined segmentation by different algorithms. (a)(b)(c) show the refined segmentation results of TGC algorithm; (d)(e)(f) show results of IGC algorithm; the red line denotes the manual segmentation result; the green line denotes the result of TGC algorithm; the blue line denotes the result of IGC algorithm.

The proposed method was also compared with other kidney segmentation methods quantitatively. We adopted accuracy, sensitivity and specificity as the criterions. Sensitivity means how many kidney tissues are accepted in the outcome compared with ground truth. Specificity shows how many non-kidney tissues are rejected in the outcome. The definition of sensitivity and specificity are:

sensitivity = T P + T N T P + F P + T N + F N
(10)
specificity = T P F N + T P + F P
(11)

We use three groups of abdominal CT data from three different patients to test the performance of our method and compare with other methods. Average results of these criterions achieved by our method and others are summarized in Table 3. In [20] Hu et al. proposed a method of kidney segmentation which is based on statistical conditional random fields framework. In [21] the method of kidney segmentation proposed by Belgherbi et al. is based on the anatomical information and mathematical morphology tools used in the image processing filed. As we can see from Table 3 the accuracy, sensitivity and specificity of our methods is higher than the methods of ref.20 and ref.21. The higher sensitivity and specificity illustrate that our method can achieve a higher recognition rate of kidney area and non-kidney area. The segmentation results of our method can meet the needs of image analysis and clinical research.

Table 3 The average results of metrics achieved by our method and some other methods.

Conclusion

In this paper, we proposed a new coarse-to-fine method that combines SKFCM and the improved GrowCut algorithm to extract the kidneys for the abdominal CT images. The method was tested on the whole dataset of abdominal CT images. Experimental results have been shown visually and achieve reasonable consistency. The performance evaluation of segmentation results demonstrates that our kidney segmentation method is accurate and efficient. There are two key contributions. First, SKFCM algorithm is used to implement rough kidney segmentation successfully due to its strong clustering ability and robust noise immunity. Second, the traditional GrowCut algorithm has been improved. The improved GrowCut algorithm can generate seed labels automatically instead of inputting seed labels by users, so that it can reduce interactive time and improve the efficiency of segmentation. The segmentation results of our method can be used to diagnose the kidney diseases and make treatment planning. They are also the foundation of 3D visualization.

Publication funding from grants

The publication charges for this article were funded by the National Natural Science Foundation of China grant 61240010.

References

  1. Pham DL, Xu C, Prince JL: Current methods in medical image segmentation. Annu Rev Biomed Eng. 2000, 2: 315-338. 10.1146/annurev.bioeng.2.1.315.

    Article  CAS  PubMed  Google Scholar 

  2. Tsagaan B, Shimizu A, Kobatake H, Miyakawa K, Hanzawa Y: Segmentation of kidney by using a deformable model. in Int Conf Image Processing. 2001, Thessaloniki, Greece, 3: 1059-1062.

    Google Scholar 

  3. Tsagaan B, Shimizu A, Kobatake H, Miyakawa K: An automated segmentation method of kidney using statistical information. in Proc Medical Image Computing and Computer Assisted Intervention. 2002, 1: 556-563.

    Google Scholar 

  4. Pham DL, Xu C, Prince JL: Current methods in medical image segmentation 1[J]. Annual review of biomedical engineering. 2000, 2 (1): 315-337. 10.1146/annurev.bioeng.2.1.315.

    Article  CAS  PubMed  Google Scholar 

  5. Spiegel M, Hahn DA, Daum V, Wasza J, Hornegger J: Segmentation of kidneys using a new active shape model generation technique based on non-rigid image registration. Comput Med Imag Grap. 2009, 33 (1): 29-39. 10.1016/j.compmedimag.2008.10.002.

    Article  Google Scholar 

  6. Khalifa F, Elnakib A, Beache GM, et al: 3D kidney segmentation from CT images using a level set approach guided by a novel stochastic speed function. in Proc MICCAI 2011. 2011, Springer Berlin Heidelberg, 587-594.

    Google Scholar 

  7. Bezdek JC: Pattern Recognition with Fuzzy Objective Function Algorithms. 1981, New York: Plenum

    Book  Google Scholar 

  8. Udupa JK, Samarasekera S: Fuzzy connectedness and objectdefinition: theory, algorithm and applications in image segmentation. Graph Models Image Process. 1996, 58 (3): 246-261. 10.1006/gmip.1996.0021.

    Article  Google Scholar 

  9. Zhang DQ, Chen S, et al: A novel kernelized fuzzy c-means algorithm with application in medical image segmentation. artificial intelligence in medicine. 2004, 32: 37-50. 10.1016/j.artmed.2004.01.012.

    Article  PubMed  Google Scholar 

  10. Li BN, Chui C, Chang S, et al: Integrating spatial fuzzy clustering with level set methods for automated medical image segmentation. Computers in Biology and Medicine. 2011, 41: 1-10. 10.1016/j.compbiomed.2010.10.007.

    Article  PubMed  Google Scholar 

  11. UmaDevi N, Poongodi R: Integration of Spatial Fuzzy Clustering with Level Set for Efficient Image Segmentation. International Journal of Computer Science Communication Networks. 3: 296-301.

  12. Chen S, Zhang D: Robust image segmentation using FCM with spatial constraints based on new kernel-induced distance measure. Systems, Man, and Cybernetics, Part B: Cybernetics, IEEE Transactions. 2004, 34: 1907-1916. 10.1109/TSMCB.2004.831165.

    Article  Google Scholar 

  13. Kannan SR, Ramathilagam S, Sathya A: Effective fuzzy c-means based kernel function in segmenting medical images. computers in biology and medicine. 2010, 40: 572-579. 10.1016/j.compbiomed.2010.04.001.

    Article  CAS  PubMed  Google Scholar 

  14. Wu Y, Hou W, Wu S: Brain MRI segmentation using KFCM and Chan-Vese model. Transactions of Tianjin University. 2011, 17: 215-219. 10.1007/s12209-011-1578-4.

    Article  Google Scholar 

  15. Vezhnevets V, Konouchine V: GrowCut: Interactive multi-label ND image segmentation by cellular automata. Proc of Graphicon. 2005, 150-156.

    Google Scholar 

  16. Ghosh P, Antani SK, Long LR, et al: Unsupervised Grow-Cut: cellular automata-based medical image segmentation. Healthcare Informatics, Imaging and Systems Biology (HISB), 2011 First IEEE International Conference on IEEE. 2011, 40-47.

    Chapter  Google Scholar 

  17. Hamamci A, Unal G, Kucuk N, et al: Cellular automata segmentation of brain tumors on post contrast MR images. Medical Image Computing and Computer-Assisted Intervention-MICCAI 2010. 2010, Springer Berlin Heidelberg, 137-146.

    Chapter  Google Scholar 

  18. Yamasaki T, Chen T, Yagi M, et al: GrowCut-based fast tumor segmentation for 3D magnetic resonance images. SPIE Medical Imaging. International Society for Optics and Photonics. 2012, 831434-831434-8.

    Google Scholar 

  19. Kikinis R, Pieper S: 3D Slicer as a tool for interactive brain tumor segmentation. Engineering in Medicine and Biology Society, EMBC, 2011 Annual International Conference of the IEEE. IEEE. 2011, 6982-6984.

    Chapter  Google Scholar 

  20. Hu YC, Grossberg MD, Wu A, et al: Interactive semiautomatic contour delineation using statistical conditional random fields framework[J]. Medical physics. 2012, 39 (7): 4547-4558. 10.1118/1.4728979.

    Article  PubMed Central  PubMed  Google Scholar 

  21. Belgherbi A, Hadjidj I, Bessaid A: Morphological segmentation of the kidneys from abdominal CT images[J]. Journal of Mechanics in Medicine and Biology. 2014, 14 (5):

Download references

Acknowledgements

This work has been funded by the National Natural Science Foundation of China grants 61240010, 61173061 and 71201120.

This article has been published as part of BMC Systems Biology Volume 9 Supplement 5, 2015: Selected articles from the IEE International Conference on Bioinformatics and Biomedicine (BIBM 2014): Bioinformatics. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcsystbiol/supplements/9/S5.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Shuliang Wang.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

Hong Song proposed the algorithm and revised the manuscript. Wei Kang did the experiments and analyzed the data. Qian Zhang implemented the algorithm and wrote the manuscript. Shuliang Wang revised the manuscript. All authors read and approved the final manuscript.

Rights and permissions

Open Access  This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made.

The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder.

To view a copy of this licence, visit https://creativecommons.org/licenses/by/4.0/.

The Creative Commons Public Domain Dedication waiver (https://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Song, H., Kang, W., Zhang, Q. et al. Kidney segmentation in CT sequences using SKFCM and improved GrowCut algorithm. BMC Syst Biol 9 (Suppl 5), S5 (2015). https://doi.org/10.1186/1752-0509-9-S5-S5

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1752-0509-9-S5-S5

Keywords