Abstract
A novel Graphics Processing Units (GPU) accelerated level set model which organically combines the global fitting energy and the local fitting energy from different models and the weighting coefficient of the global fitting term can be adaptively adjusted, is proposed to image segmentation. The proposed model can efficiently segment images with intensity inhomogeneity regardless of where the initial contour lies in the image. In its numerical implementation, an efficient numerical scheme called Lattice Boltzmann Method (LBM) is used to break the restrictions on time step. In addition, the proposed LBM is implemented by using a NVIDIA GPU to fully utilize the characteristics of LBM method with high parallelism. The extensive and promising experimental results from synthetic and real images demonstrate the effectiveness and efficiency of the proposed method.In addition, the factors that can have a key impact on segmentation performance are also analyzed in depth.
Image segmentation is a fundamental task in many image processing and computer vision applications. Due to the presence of noise, low contrast, and intensity inhomogeneity, it is still a difficult problem in majority of applications.Image segmentation techniques have been extensively studied over the past few decades. A well-established class of methods is active contour model
In order to overcome the segmentation difficulty caused by the intensity inhomogeneity, some local region-based segmentation model
In addition, over the past few years, the GPU has been proposed as a general-purpose computing architecture. As the simple increase in the clock speed will push the transistors to thermal limits, the multi-core technology has become an obvious solution to enhance the computing performance. In this context, The GPU has been recognized as one of the most promising techniques to accelerate scientific computations. The GPU architecture favors dense data and local computations because the communications between microprocessor is time consuming.
In order to overcome the problems mentioned above and take into account the promotion role of GPU in terms of computation, in this paper, we propose a new GPU accelerated region-based active contour model under variational level set framework. Firstly, based on the two models of C-V and LBF, we construct a hybrid level set model, which integrates the global fitting energy used in C-V model and the local fitting energy used in LBF model and the weighting coefficient of the global fitting term can be adaptively adjusted. The proposed model can not only segment inhomogeneous and weak-edge targets, but also make evolution process insensitive to contour initialization, i.e., our model inherits the advantages of the two models of C-V and LBF, while overcoming their respective shortcomings. Secondly, in its numerical implementation, we adopt the LBM method, which can break the restrictions of the traditional implementation methods on time step. Compared with the traditional schemes, the LBM strategy can further shorten the time consumption of the evolution process, thus allows the level set to quickly reach the true target location. Thirdly, the proposed level set model is computed by using a NVIDIA GPU to fully utilize the characteristics of LBM method of high parallelism.
The remainder of this paper is organized as follows: Section 2 is a brief description of the classical C-V and LBF models which are background knowledge directly related to the proposed model. Section 3 presents the formulation and implementation of the proposed model. Section 4 validates the proposed model by extensive experiments and discussions on synthetic and real images. Last, conclusions are drawn in section 5.
When the classical active contour models perform image segmentation tasks, their external energy terms are usually based on the local gradient information of the image. Such external energy terms can perform excellently when the gradient of the image is very obvious. However, for those images whose contours are either smooth or cannot be defined by gradient, the aforementioned energy terms will undoubtedly encounter great difficulties. In order to solve this problem effectively, Chan and Ves
, | (1) |
where and are one-dimensional Heaviside and Dirac functions. This minimization problem is solved by deducing the associatedEuler-Lagrange equations and updating the level set function by the gradient descent method (with defining the initial contour):
, | (2) |
where and can be updated iteratively by
, | (3) |
and is the global image fitting force, which uses the global image information of the input image to guide the evolution of level set model. As a representative region information-based level set segmentation model, the C-V model has an important characteristic, i.e., its evolution is not sensitive to the initial position of the curve. However, when the intensity of the image is not homogeneous, the difference between the two means (and ) and the real image data will be very large, this phenomenon will inevitably lead the C-V model to be difficult to give an ideal segmentation result.
In order to extend the application range of the level set model to the field of inhomogeneous image segmentation applications, Li et al. constructed a region-based active contour model based on the local region statistical information of the image. It first defines a local energy function with the following expression for each pixel x on the image plane:
, | (4) |
where is the image data to be segmented, is a closed contour on the image plane, and are two control constants for balancing the forces inside and outside the contour , is a Gaussian window function (the localization effect of the LBF model is exactly caused by this window function) with standard deviation, and are fitting values of two sub-regions divided by the contour (the divided object is the local region centered at the current pixel ).
Then, by integrating the aforementioned energy function over the entire image region, the overall target functional of the LBF model in form of level set formulation can be generated as follows:
, | (5) |
where is the level set function and is the Heaviside function. Minimizing the energy functional with respect to by using the calculus of variation and the steepest descent method, we can easily deduce the corresponding gradient descent flow as:
, | (6) |
and in Eq. (6) are defined as:
, | (7) |
with
. | (8) |
In the above equations, we actually use the regularized versions of Heaviside function and Dirac function which are expressed as follows:
. | (9) |
The parameter affects the profile of . A bigger will cause a broader profile, which will expand the capture scope but decrease the accuracy of the final contour.
In actual calculation, the construction process of the local binary image is based on all the pixels in a local Gaussian window, this localization property is the real reason for the LBF model to be able to segment non-homogenous images.However, when the contour is located at a certain location where, the local image fitting force will be zero,which leads to the evolution process be trapped into certain local minima, thus the segmentation result has a strong correlation with the initial position of the curve.
For the segmenting level set function of an image, we define its local fitting energy as:
. | (10) |
At the same time, its corresponding global fitting energy is defined as the following form:
. | (11) |
They come from the two models of C-V and LBF, respectively.By combining these two energy terms, we propose the new energy functional as follows:
, | (12) |
where is a weight control parameter and its value varies with image coordinates.
To get better segmentation results, we need to make a reasonable combination of and in Eq. (12). The key point is how to adaptively determine the weight coefficient of the auxiliary global fitting energy term.In regions far from the true target boundaries, such as point in

Fig. 1 Explanation of how to adaptively determine the weight coefficient of global fitting term图1用于解释如何自适应确定全局拟合项权重系数的示意图
Based on the above analysis, we should adaptively generate the weighting coefficient of global fitting term according to the image region in which the active contour is located, i.e., in a region where intensity changes smoothly, a smaller value needs to be taken, while in a region where intensity changes greatly, it is necessary to take a larger value. To match this requirement, we define the following local contrast factor corresponding to a local window:
, | (13) |
where is used to mark the size of the local window, and are the maximum and minimum intensity values of the local window, respectively, is the intensity level of image, and for grayscale images, its value is 255. Obviously, the value range of is . At the physical meaning level, it reflects how fast the intensity changes in a local region, which have smaller values in the smooth regions and bigger values in the regions close to targets boundaries. In view of this, we define the weight coefficient as the following functional form:
, | (14) |
where is a constant parameter, is the average value of over the entire image region, which reflects the overall contrast of the image. For images with strong overall contrast, they must have a clear foreground and background, so we can increase the weight coefficient on the whole. can adaptively adjust the weight coefficient of global term in all local regions, making it smaller in regions with high local contrast ratio and larger in regions with low local contrast ratio.
For more accurate computation involving the level set function and its evolution, we need to regularize the level set function by penalizing its deviation from a signed distance functio
. | (15) |
As in typical level set methods, we need to regularize the zero level set by penalizing its length to derive a smooth contour which is as short as possible during evolution:
. | (16) |
In summary, we can express the total energy functional as the following:
, | (17) |
where and are control parameters to balance the contribution of the corresponding energy term.
Keeping and fixed, and minimizing the entire energy functional Energy with respect to , we deduce the associated Euler-Lagrange equation for as follows:
, | (18) |
where , , and are formulated by expressions (3), and (7), respectively.
The new hybrid fitting energy is a weighted linear combination of the global image fitting force from the C-V model and the local binary fitting force from the LBF model. The advantages of this weighted combined form of image fitting energy are as follows: The global image fitting force component makes the combined model insensitive to the initial position of the curve, and the local binary fitting force component makes the combined model can segment the images with intensity inhomogeneity. We combine these two forces together with the control parameter so that the new hybrid model can have the advantages of the C-V model and the LBF model. Therefore, the proposed model can effectively deal with the intensity inhomogeneity, regardless of where the initial contour lies in the image.
The traditional level set methods usually need to spend more iterative times (corresponding to a higher time consumption) to segment an image, which is unacceptable for image data-based real time applications or mass image data processing problems. The following reason leads to this high computational complexity phenomenon: An explicit scheme is the most popular way for solving Eq. (18), but due to the Courant-Friedreichs-Lewy (CFL
The CFL condition limits the time step of the traditional numerical solution of the level set equation, which leads to the increase of the number of iterations in the evolution process. Under the finite difference framework, the process needs to approximate the continuous PDE to a discrete form, while LB
LBM is proposed as a computational fluid dynamics (CFD) method for fluid modelin
In this paper, we use the D2Q9 (2D with 8 links with its neighbors and one link for the cell itself) LBM lattice structure.

Fig. 2 Spatial structure of the D2Q9 LBM lattic
图2 D2Q9格子玻尔兹曼方法的空间结构
The evolution equation of LBM can be written as
, | (19) |
where is the velocity vector of a given link , the distribution of the particle that moves along that link, the time, the time step, the position of the cell, the body force, the grid dimension, the link at each grid point and the length of each link which is set to 1 in this paper. The parameter represents the relaxation time determining the kinematic viscosity in Navier-Stokes equations, and is the local equilibrium particle distribution which has the following form.
, | (20) |
where the constant coefficients to are determined based on the geometry of the lattice links, and are respectively the macroscopic fluid density and velocity calculated from the particle distributions as
, | (21) |
For diffusion problems, the equilibrium function can be simplified a
. | (22) |
In the case of D2Q9 structure, the concrete form of is
, | (23) |
where , at the same time, there is a relationship between the relaxation time and the diffusion coefficient :
. | (24) |
By performing the Chapman-Enskog analysis the following diffusion equation can be recovered from the LBM evolution equatio
. | (25) |
By replacing with the signed distance function in Eq. (25), since level set function has the signed distance property , we have the following expression:
, | (26) |
where “div” is the divergence operator, and the body forces F represents the link with the image data in the LBM solver.
. | (27) |
After adopting the LBM ideology, we do not need to explicitly calculate the curvature since it is implicitly handled by the LBM.
The aforementioned strategy can effectively overcome the problem of high computational complexity in traditional level set methods. Our GPU accelerated level set algorithm for non-homogenous image segmentation is implemented as follows:
(a) Initialize the level set function as a signed distance function;
(b) Update, , and using (3) and (7) respectively;
(c) Compute the input of our LBM such as and according to
(d) Resolve the level set equation using LBM with (27);
(e) Accumulate the values of at each grid point with Eq.(22), which updates the values of and locate corresponding contour;
(f) Return step (b) until the evolution process reaches the state of convergence.

Fig. 3 The flowchart the proposed GPU accelerated segmentation model
图3 基于GPU加速的分割模型流程图
In the computer programming implementation phase, the built-in Matlab function named “” is used to implement the GPU-based accelerated computation process. For example, when calculating the body force , we take the following function call format:
The first and the second lines are used to convert the input image and associated model parameters from CPU to GPU, the third line computes the body force on GPU using the kernel function “” programmed by
In this section, we evaluate the efficiency of our fast hybrid level set algorithm for inhomogeneous image segmentation. The experiments are implemented using the parallel computing toolbox of Matlab R2012a installed on a computer with 2.3G Intel Core i7 CPU, 8G RAM and possessing NVIDIA GPU GeForce GT 720M. For the following parameters, we use the same values for all experiments, i.e., , , , , , (time step), , .In addition, the parameter will change from image to image,i.e., its value with a certain degree of image dependency.What needs to be specifically stated here is that the methods involved in the comparison and the proposed method all belong to the pure data-driven type, and do not adopt any form of shape priors.
Next, we will carry out our experiments from the following three aspects: accuracy of segmentation result, insensitivity to contour initialization, rapidity of evolution process.
, | (28) |
, | (29) |
where “” and “” represent the intersection and union of two regions, respectively, and are the output region of segmentation algorithm and the ground-truth, respectively, represents the number of pixels in the enclosed set. Obviously, the closer the and values to 1, the better the segmentation results.

Fig. 4 Segmentation comparisons of C-V model, K-means model, PCNN model and our method on five laser radar range images.The first row: Input images along with initial contours,the second row: C-V model, the third row: K-means model,the fourth row: PCNN model;the fifth row: our model.
图4 C-V模型、K均值、PCNN以及文中方法对五张激光雷达距离像进行分割得到的结果比较。第一行:带有初始轮廓的输入图像;第二到第五行分别是:C-V模型、K均值、PCNN以及文中方法
In order to fully test the proposed method, it is necessary to carry out our comparison experiments on a larger data set.The dataset used here is PASCAL VOC 2012, which is a dataset with an extremely high usage frequency in the field of image segmentation, especially in the field of deep learning-driven semantic segmentation in recent years.The test dataset consists of 1449 natural images covering a total of 20 categories, such as airplane, human, bird, and so on.

Fig. 5 The segmentation results on several sampleimagesof the PASCAL VOC 2012 dataset.The first column shows the input images along with initial contours, and the second to fifth columns is the segmentation results by using C-V, K-means, PCNNand our models respectively
图5 对PASCAL VOC 2012数据集随机抽样图像的分割结果比较.第一列:带有初始轮廓的输入图像;第二到第五列分别是:C-V模型、K均值、PCNN以及文中提出方法

Fig. 6 Quantitative evaluation results of four different comparison algorithms on VOC 2012 dataset.The sub-graphs (a) and (b) are the statistical distributions of the two metrics JS and DSC, respectively. Any single boxplot corresponds to the comprehensive response results of an algorithm participating in the comparison on the VOC 2012 dataset.
图6 四种算法在PASCAL VOC 2012数据集中的定量评估结果.(a)和(b)分别是在JS和DSC评价指标下的统计分布
The insensitivity to contour initialization concerns the problem that the iterative process steadily converges to the same ultimate state regardless of the position and shape of the initial contour.

Fig. 7 Segmentation comparisons of our model with LBF model on an infrared human body image under three different initializations.The first row: Input images along with initial contours; the second row: Final segmentation results of LBF model; the third row:Final segmentation results of our model
图7 LBF模型与文中方法对红外人体图像取三个不同初始位置的分割结果比较.第一行:带有初始轮廓的输入图像;第二行:LBF模型分割结果;第三行:文中方法分割结果

Fig. 8 Segmentation comparisons of our model with LBF model on an infrared pig image under three different initializations.The first row: Input images along with initial contours; the second row: Final segmentation results of LBF model; the third to fifth rows: Three intermediate results of our model; the sixth row:Final segmentation results of our model
图8 LBF模型与文中方法对红外猪图像取三个不同初始位置的分割结果比较.第一行:带有初始轮廓的输入图像;第二行:LBF模型分割结果;第三至第五行:文中方法分割过程的中间结果;第六行:文中方法最终分割结果

Fig. 9 The statistical results corresponding to the evolution process shown in Fig. 8.The first row is the global mean image at convergence state, the second to third rows are the numerical distribution images of and at convergence state, the fourth row is the energy variation curve with respect to the evolution time, and the fifth row is the evolution process of three-dimensional stacking form.
图9 对应图8显示的演化过程的统计结果.第一行:收敛状态下全局均值图像;第二行和第三行:收敛状态下 、数值分布图像;第四行:能量变化曲线;第五行:演化过程的三维堆叠形式
In this section, we will evaluate the improvement effect of the two schemes named LBM and GPU used in this paper on the rapidity of evolution process. The test data used here are three synthetic images with obvious inhomogeneity and varying degrees of noise interference shown in

Fig. 10 A set of experiments to test the rapidity of evolution process.The first row is the input images along with initial curves, the second to fourth rows are three intermediate results of the evolution process, and the fifth row is the final segmentation results.
图10 一组测试算法运行速度的系列实验。第一行:带有初始轮廓的输入图像;第二行至第四行:三种方法分割过程的中间结果;第五行:最终分割结果
In addition to the experimental results with timing patterns shown in

Fig. 11 The statistical results corresponding to the experimental process shown in Fig. 10.The first row is the global mean image at convergence state, the second to third rows are the numerical distribution images of and at convergence state, the fourth row is the energy variation curve with respect to the evolution time, and the fifth row is the evolution process of three-dimensional stacking form.
图11 对应图10显示的实验过程的统计结果.第一行:收敛状态下全局均值图像;第二行和第三行:收敛状态下 、数值分布图像;第四行:能量变化曲线;第五行:演化过程的三维堆叠形式
Under our combinatorial regularization strategy, the reinitialization required by the traditional level set method is cancelled, at the same time, the pre-constraint requirement of initializing the level set function asasigned distance function no longer exists, therefore, we can initialize the level set function as the following simple form:
, | (30) |
where is a set of pixels on the boundary of region enclosed by the initial contour (manually set or generated by some automatic segmentation algorithms), is a positive constant and its selection rule is, where is the attribute parameter inEq. (9).
Obviously, the initial level set function generated by the proposed initialization strategy shown in Eq. (18) is not a signed distance functionin a strict sense. In the evolution process, although the level set function may not be able to maintain an approximate signed distance function at all pixel positions, the task flow can ensure that the evolution function remains an approximate signed distance function near the zero level set under the regularization force generated by the second term of Eq. (17).Through a series of verification experiments, we find that the stability of the evolution process can be guaranteed as long as the aforementioned broad constraints are satisfied.
3.2.2 The distribution form of adaptive weighting coefficient and its influence on segmentation results
In Eq. (12), we configure a weighting coefficient with adaptive change characteristics for the global energy term, and its value will vary with the change of the pixel coordinates.
Next, we use the above two sampling coefficients as the global constant coefficients of the evolution process to segment the example image shown in

(a)

(b)

(c)
Fig.12 The test image used to verify the effect of adaptive weighting coefficient on segmentation results and the different expressions of adaptive weighting coefficients. (a) Example image with two sampling points A and B; (b) The image representation form of the adaptive weighting matrix and the coefficient values corresponding to the two sampling points in (a); (c) The 3D surface representation of adaptive weighting coefficient matrix.
图12 自适应加权系数在图像分割结果中的有效性验证实验及其不同表示.(a) 抽样点A和B的示例图像;(b) 对应图像(a)中两个抽样点的自适应加权矩阵和系数的图像表示形式;(c) 自适应加权系数矩阵的三维表示

Fig. 13 A verification experiment used to test the effect of adaptive weighting coefficients on segmentation results (a) Input image along with initial contour; (b) Segmentation result when regional term plays a dominant role; (c) Segmentation result when edge term plays a dominant role; (d) Segmentation result returned by the proposed model.
图13 自适应加权系数在图像分割结果中的有效性验证实验.(a)带有初始轮廓的输入图像;(b)区域项占主导作用时的分割结果;(c)边缘项占主导作用时的分割结果;(d)文中方法的分割结果
After simple observation and analysis, it is easy to find that the segmentation result shown in
The parameter in Eq. (18) has a direct influence on the capture range and segmentation accuracy of the evolution process.The influence details are as follows: the profile shape of function will change with the change of parameter , the larger the value of , the wider the profile of , the wider the coverage of the evolution process, but the subsequent cost is that the overall accuracy of the segmentation results is reduced.The relationship curve between function and its independent variable shown in

Fig.14 The relationship between function and its independent variable under different parameter
图14 函数δεnewx 与自变量x 在不同参数ε下的关系曲线
In the process of level set evolution, we can set the time step to be much larger than the traditional level set methods.As long as a good compromise between positioning accuracy and evolution speed can be achieved, we can choose within a relatively wide range. For example, from 0.15 to 120.Although we get a macro range, in fact, we do not address the following question, i.e., what is the reasonable range of that keeps the evolution process from oscillating?Through a large number of validation experiments, we find that as long as the product of and satisfies condition , the evolution process can be guaranteed to be stable.By increasing the time step, we can indeed speed up the evolution process. However, when its value is too large, there is a great possibility that serious positioning errors and oscillations will occur. Therefore, we need to make a reasonable compromise between the time step, the positioning accuracy and the stability of evolution process. For most test images, our selection range for is .
This paper presents a GPU accelerated level set method for inhomogeneous image segmentation. Our model combines the local and global image energies adaptively, and use the force formed by these two energies to promote the evolution of the active contour. The use of LBM to solve the level set equation enables the algorithm to be highly parallelizable and fast when implemented using a NVIDIA GPU architecture. A large number of experimental results show that our model can quickly and accurately segment the images with inhomogeneous property, and the final segmentation results are insensitive to contour initializations.
References
M. Kass, A. Witkin, D. Terzopoulos. Snakes: active contour models [J]. International Journal of Computer Vision, 1988, 1(4): 321-331. [百度学术]
V. Caselles, R. Kimmel, G. Sapiro. Geodesic active contours [C]. Proceedings of Fifth International Conference on Computer Vision, 1995, 694-699. [百度学术]
G.P. Zhu, Sh.Q. Zhang, Q.SH. Zeng,et al. Boundary-based image segmentation using binary level set method [J]. Optical Engineering, 2007, 46(5): 050501-1~050501-3. [百度学术]
S. Osher, J.A. Sethian. Fronts propagating with curvature dependent speed: algorithms based on Hamilton–Jacobi formulations [J]. Journal of Computational Physics, 1988, 79(1): 12-49. [百度学术]
C. Li, C. Kao, J. Gore, et al. Minimization of region-scalable fitting energy for image segmentation [J]. IEEE Transactions on Image Processing, 2008, 17(10): 1940-1949. [百度学术]
A. Tsai, A. Yezzi, A.S. Willsky. Curve evolution implementation of the Mumford-Shah functional for image segmentation, denoising, interpolation, and magnification [J]. IEEE Transaction on Image Processing, 2001, 10(8): 1169-1186. [百度学术]
L.A. Vese, T.F. Chan. A multiphase level set framework for image segmentation using the Mumford-Shah model [J]. International Journal of Computer Vision, 2002, 50(3): 271-293. [百度学术]
A. Vasilevskiy, K. Siddiqi. Flux-maximizing geometric flows [J]. IEEE Transaction on Pattern Analysis and Machine Intelligence, 2002, 24(12): 1565-1578. [百度学术]
Vicent Caselles, Ron Kimmel and Guillermo Sapiro. Geodesic Active Contours [J]. International Journal of Computer Vision, 1997, 22(1), 61-79. [百度学术]
Chenyang Xu, and Jerry L. Prince. Snakes, Shapes, and Gradient Vector Flow [J]. IEEE Transactions on Image Processing, 1998, 7(3): 359-369. [百度学术]
Tony F. Chan and Luminita A. Vese. Active Contours Without Edges [J]. IEEE Transactions on Image Processing, 2001, 10(2): 266-277. [百度学术]
Remi Ronfard. Region-Based Strategies for Active Contour Models [J]. International Journal of Computer Vision, 1994, 13(2): 229-251. [百度学术]
Chunming Li, Chiu-Yen Kao, John C. Gore, et al. Implicit Active Contours Driven by Local Binary Fitting Energy [C]. IEEE Conference on Computer Vision and Pattern Recognition, 2007,(1):1-7. [百度学术]
Li Wang, Lei He, Arabinda Mishra, et al. Active contours driven by local Gaussian distribution fitting energy [J]. Signal Processing, 2009, 89(12): 2435-2447. [百度学术]
Kaihua Zhang, Huihui Song, Lei Zhang. Active contours driven by local image fitting energy [J]. Pattern Recognition, 2010, 43:1199-1206. [百度学术]
Chunming Li, Chenyang Xu, Changfeng Gui, et al. Fox. Level Set Evolution Without Re-initialization: A New Variational Formulation [C]. Proceedings of IEEE Conference on Computer Vision and Pattern Recognition, 2005: 430-436. [百度学术]
A. P. Zijdenbos, B. M. Dawant, R. A. Margolin, et al. Morphometric Analysis of White Matter Lesions in MR Images: Method and Validation [J]. IEEE Transactions on Medical Imaging, 1994, 13(4): 716-724. [百度学术]
Q. Chang and T. Yang. A lattice Boltzmann method for image denoising [J]. IEEE Trans. Image Process., 2009, 18(12): 2797-2802. [百度学术]
Y. H. Qian, D. D'Humieres, and P. Lallemand. Lattice BGK models for Navier-Stokes equation [J]. Europhys. Lett., 1992, 17(6): 479-484. [百度学术]
S. Chen and G. D. Doolen. Lattice Boltzmann method for fluid flows [J]. Annu. Rev. Fluid Mech., 1998, 30(1): 329-364. [百度学术]
X. He, Q. Zou, L.-S. Luo, et al. Analytic solutions of simple flows and analysis of nonslip boundary conditions for the lattice Boltzmann BGK model [J]. J. Statist. Phys., 1997, 87(1-2): 115-136. [百度学术]
Y. Zhao. Lattice Boltzmann based PDE solver on the GPU [J]. Visual Comput., 2007, 24(5): 323-333. [百度学术]
Wang Dengwei, Li Chunrong, Shi Wenjun. Research on Laser Imaging Simulation and Multi-Dimensional Distinguishable Criterion Construction [J]. Electronics Optics & Control, 2017, 24(8): 76-80, 86. [百度学术]
Moran R B M A. Multivariate Observations. by G. A. F. Seber [J]. Journal of the Royal Statal Society, 1984, 147(5):701. [百度学术]
G Kuntimad, HS Ranganath. Perfect image segmentation using pulse coupled neural networks [J]. IEEE Transactions on Neural Networks, 1999, 10(3): 591-598. [百度学术]
Q. Zheng, Z. Lu, W. Yang, et al. A robust medical image segmentation method using KL distance and local neighborhood information [J]. Comput. Biol. Med., 2013, 43: 459-470. [百度学术]
U. Vovk, F. Pernus, B. Likar. A review of methods for correction of intensity inhomogeneity in MRI [J]. IEEE Trans. Med. Imaging, 2007, 26(3): 405-421. [百度学术]