用户名: 密码: 验证码:
基于粒子群优化算法的图像分割研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
图像分割是图像处理和计算机视觉领域的研究热点之一,也是图像识别的重要基础。图像分割技术的优劣决定着最终的图像分析和图像理解的结果和质量,只有通过细致精确的图像分割,才能使得更高层的图像分析和理解成为可能。图像分割问题实质上是一个在复杂的参数空间中寻求最优分割参数的问题。而各种智能优化算法可对复杂的非线性多维数据空间进行快速有效的计算,它不仅可能得到全局最优解,而且会使计算时间大大地缩短。
     在众多的图像分割算法中,阈值分割和基于聚类的分割是图像分割领域中最常用和应用相当广泛的方法。智能优化算法用于图像分割包括两个方面:最优阈值选取和特征空间聚类。其中最优阈值的选取就是将智能算法作为优化工具,采用迭代的方式计算在某准则下目标函数的最优值,从而求取分割图像的最优阈值。特征空间聚类则是将智能优化算法与基于聚类的图像分割技术结合起来,尽可能避免特征空间的聚类陷入局部最优,同时又尽快地获得最优聚类。本文主要对基于粒子群优化算法的图像分割方法进行研究,研究的目标是综合利用传统与现代分割技术,以粒子群优化算法为寻优工具,建立具有自适应和鲁棒性的分割方法,达到自动、精确和快速分割图像的目的。
     论文主要在粒子群优化算法的改进、最大类间方差法和最大熵法的推广、基于最大模糊熵和改进粒子群的阈值分割算法框架的建立、基于模糊聚类分析及粒子群优化的聚类分割算法的改进、基于互信息和类距离测度最优的图像自动聚类类别数的获取等方面展开研究工作,包括以下6个方面:
     (1)对图像分割算法和基于智能优化算法的图像分割研究进展进行综述,提出利用粒子群优化算法进行图像分割研究的可行性和意义;(2)对基本粒子群算法的基本理论、算法的改进思路和研究进展进行综述,分析从保持种群多样性的角度避免算法早熟收敛的优势;(3)对推广的最大类间方差法和最大熵法的基本原理和技术作系统的概述;(4)对基于最大模糊熵的阈值分割方法中的关键技术进行研究,分析最大模糊熵法在模糊集的模糊划分方式、模糊熵的定义以及优化问题的求解中面临的问题,提出解决问题的方案;(5)阐述多种改进的基于模糊C-均值聚类算法的优缺点,分析新的窗口权重构造方法对图像空间结构信息的简单有效利用、分割算法收敛速度和收敛精度的影响;(6)从聚类分割后图像的最大类内距离和平均离散度的单调性变化入手,结合互信息理论和改进的粒子群算法,研究一种新的聚类类别数自动判别方法。
     本文研究的主要成果及创新点为:(1)设计一种新的基于粒子空间对称分布的PSO(sdPSO)算法,算法的寻优性能得到增强;(2)提出基于邻域灰度对比度的改进二维Otsu法和改进二维最大熵法,用sdPSO算法寻找最优阈值,算法运行时间大大缩短;(3)提出一种新的基于三维最大模糊熵及sdPSO算法的阂值分割方法,能更有效地提高灰度图像的分割效果和分割精度;(4)提出基于空间距离相似性的改进FCM算法(SDSFCM)和基于灰度和空间距离相似性的改进FCM算法(GSDSFCM),采用sdPSO算法寻找最优聚类中心,算法的分割精度、抗噪能力、分割时间等综合性能均得到提高;(5)提出一种以互信息和类距离测度为优化目标,用sdPSO算法为优化技术的新的图像聚类分割算法(MIM-DIS-PSO),分割后的图像具有目标信息准确、内部特征完整和边缘连续清晰等优点,各项评价参数较好;(6)提出一种基于类内距离和平均离散度的单调性的图像聚类分割算法,能自动获得图像的最佳类别数,克服通常一些自动聚类分割算法需要在可能的类别数区间上反复聚类,出现最佳类别数太小或趋向于最大可能类别数的趋势等缺陷,使得获得的最佳类别数更加合理。
Image segmentation is one of the research hotspots in the field of both image processing and computer vision, also an essential base for pattern recognition. The technology of image segmentation determines the ultimate results and quality of image analysis and interpretation. Only through thorough and precise image segmentation can the higher-level image analysis and interpretation be made possible. In essence, the image segmentation is just a problem about searching optimal segmentation parameter in the complex parameter space. Various intelligent optimization algorithms are able to perform rapid and effective computation for the complex nonlinear multi-dimensional data space, and lead to not only global optimal solution, but also far less computation time.
     Threshold segmentation and clustering segmentation are the most frequently and extensively used methods among numerous image segmentation algorithms. Intelligen optimization algorithms are applied to image segmentation in two aspects:Selection of the optimal threshold and feature space clustering. In selection of the optimal threshold, intelligent algorithms are used as the optimization tool, compute the optimum of objective function by iterative method according to some criteria and further obtain the optimal threshold for segmented images. Feature space clustering means combining intelligent optimization algorithms with clustering image segmentation technology to avoid local optimum and simultaneously obtain the optimal clustering as soon as possible. We focus mainly on the image segmentation algorithm based on particle swarm optimization (PSO) and try to accomplish the image segmentation in an automatic, precise and rapid way by establishing segmentation method with self-adaptability and robustness through integrated utilization of traditional and modern techniques with PSO algorithm as the optimizing tool.
     Our work involves mainly the improvement of PSO optimization, generalization of Otsu and KSW method; establishment of the framework for the threshold segmentation algorithm based on maximum fuzzy entropy and improved particle swarm, improvement of the clustering segmentation algorithm based on fuzzy cluster analysis and PSO, and access to categories of the image automatic clustering based on mutual information and optimal cluster distance measure. There are six aspects as follows:
     (1) Overview image segmentation algorithms and progress of image segmentation research based on intelligent optimization algorithms; (2) Overview the basic theory, improvement and research progress of bPSO and analyze the advantage of avoiding premature convergence by keeping particles diversified; (3) Outline systematically the basic principle and technology of generalized Otsu method and KSW method;. (4) Study the key technique in the threshold segmentation method based on maximum fuzzy entropy, analyze the fuzzy partition way of fuzzy set by maximum fuzzy entropy method, the definition of fuzzy entropy and problems in solving the optimization and propose the solution; (5) Analyze the advantage and disadvantage of much improved clustering algorithm based on fuzzy C-means as well as the simple effective utilization of image space structure information in new weighted window construction method and its impact on convergence rate and convergence precision of the segmentation; (6) Study a new method for automatically searching the number of cluster categories from monotonicity of maximum intra-category distance and mean deviation in combination with mutual information theory and improved PSO.
     The main achievement and innovation are summarized as follow. (1) Design a new PSO (sdPSO) algorithm based on symmetric distribution of the particle space with enhanced performance to search optimal. (2) Propose the two-dimensional improved Otsu method and improved KSW method based on neighborhood gray-scale contrast ratio, and the run time is considerably shortened with sdPSO algorithm searching the optimal threshold. (3) Propose a new threshold segmentation algorithm based on three-dimensional maximum fuzzy entropy and sdPSO algorithm, and segmentation result and precision are better for grey-scaled images. (4) Propose two improved FCM algorithms:one is SDFCM based on spatial distance similarity and the other GSDSFCM based on both grey-scale and spatial distance similarity. Algorithm sdPSO is used to search the optimal clustering center. Synthetic performances are all enhanced, such as the segmentation accuracy, anti-noise capacity and segmentation time. (5) Propose a new image clustering segmentation algorithm (MIM-DIS-PSO) taking sdPSO as optimization technology and using the mutual information and intra-category distance measure as the optimization object. The images after segmentation have such merits as accurate target information, complete interior feature as well as continuous and clear edges. Moreover, all quality evaluation parameters for images after segmentation are good. (6) Propose an image clustering segmentation algorithm based on monotonicity of maximum intra-category distance and mean deviation. The algorithm is able to automatically get the optimal number of clustering categories for the image, overcome the trend for too small optimal clustering number or only directing to the maximum clustering number, avoiding the clustering repetition usually occurring for some automatic clustering segmentation at the possible category number interval. Therefore, the optimal number clustering categories obtained is more reasonable.
引文
[1]Rangayyan RM. Biomedical Image Analysis. CRC Press, Boca Raton,FL,2005.
    [2]Salembier P. Morphological multiscale segmentation for image coding. Signal Processing (Special issue on Nonlinear Signal Processing),1994,38(3):359~386.
    [3]Lie W N.Automatic target segmentation by locally adaptive image thresholding. IEEE Trans. Image Process,1995,4 (7):1036~1041.
    [4]Hase H,Shinokawa T,Yoneda M, Suen C Y. Character string extraction from color documents.Pattern Recognition.,2001,34(7):1349~1365.
    [5]Zhu E, Yin J, Hu C, Zhang G. A systematic method for fingerprint ridge orientation estimation and image segmentation. Pattern Recognition,2006,39(8):1452~1472.
    [6]Chen Y S. Automatic identification for a Chinese seal image. Pattern Recognition,1996, 29(11):1807-1820.
    [7]Plamondon R, S S. On-line and off line handwriting recognition:A comprehensive survey. IEEE Transactions on Pattern Analysis and Recognition,2000,22(1):63~84.
    [8]Elgammal A, Duraiswami R,Davis L S. Efficient kernel density estimation using the fast Gauss transform with applications to color modeling and tracking.IEEE Transactions on Pattern Analysis and Machine Intelligence.2003,25(11):1499~1504.
    [9]Demin W,Labit C,Ronsin J. Segmentation-based motion-compensated video coding using morphological filters. IEEE Transactions on Circuits and Systems for Video Technology, 1997,7(3):549~555.
    [10]Celine Tison, Jean-Marie Nicolas, Florence Tupin, and Henri Maitre. A new statistical model for markovian classification of urban areas in high-resolution SAR images. IEEE Transactions on Geoscience and remote Sensing,2004,42(10)0~57.
    [11]Spyros Panagopoulos, John J. Soraghan. Small-target detection in sea clutter. IEEE Transactions on Geoscience and remote Sensing,2004,42(7):1355-1361.
    [12]Tsai C,Manjunath S,Jagadeesan R. Automated segmentation of brain MR images. Pattern Recognition,1995,28(12):1825-1837.
    [13]Kirbas C, Quek F. A review of vessel extraction techniques and algorithms.ACM Computing Surveys,2004,36(2):81-121.
    [14]Tamez-Pena J G, Barbu-Mclnnis M, Totterman S.Knee cartilage extraction and bone-cartilage interface analysis from 3-D mri data sets. Proc. SPIE Med. Imag,2004, Image Process,5370:1774~1784.
    [15]Zhu C,Wang R.A fast automatic extraction algorithm of elliptic object groups from remote sensing images.Pattern Recognition Letters.2004,25(13):1471~1478.
    [16]Naito T, sukada T T,Yamada K, Kozuka K, Yamamoto S.Robust license-plate recognition method for passing vehicles under outside environment. IEEE Transactions on Vehicular Technology.2000,49(6):3209~2319.
    [17]田捷.医学影像处理与分析.电子工业出版社.第1版,2003.9.
    [18]Tremeau A,Bolel N.A region growing and merging algorithm to color segmentation. Pattern Recognition.1997,30(7):1191~1203.
    [19]Rezaee M R,Vanderzwet P M J, Lelieveldt B P E. A multiresolution image segmentation technique based on pyramidal segmentation and fuzzy clustering. IEEE Trans on Image Proeessing,2000,9(7):1238-1248.
    [20]Haris K,Efstratiadis S N,Maglaveras N,et al.Hybrid image segmentation using watersheds and fast region merging. IEEE Trans on Image Proeessing,1998, 7(12):1684-1699.
    [21]尹平,王润生.基于边缘信息的分裂合并图像分割方法.中国图像图形学报,1998,3(6):450~454.
    [22]Haris K,Efstratiadis S N,Maglaveras N et al.Hybrid Image segmentation using watersheds and fast region merging. IEEE Trans on Image Processing, 1998,7(12):1684~1699.
    [23]Roerdink J B T M,Meijster A.The watershed transform:definitions, algorithms and parallelization strategies.Fundamenta Informaticae,2000,41(1):187~228.
    [24]Sahoo P K,Solutani S,Wong A K C. A survey of thresholding techniques. Computer Vision. Graphics and Image Proeessing,1988,41:233-260.
    [25]吴一全,朱兆达.图像处理中阈值选取方法30年(1962-1992)的进展(一).数据采集与处理,1993,8(3):193-201.
    [26]吴一全,朱兆达.图像处理中阈值选取方法30年(1962-1992)的进展(二).数据采集与处理,1993,8(4):268—281.
    [27]章毓晋.图象分割.北京:科学出版社,2001.
    [28]Doyle W.Operations useful for similarity-invariant. Pattern Recognition. ACM,1962, 9(2):259~267.
    [29]Prewitt J M S,Mendelsohn M L.The analysis of cell images.Ann N Y Acad Sci.,1966, 128:1035~1053.
    [30]Rosefeld A,Torre P De La.Histogram concavity cnalysis as an aid in threshold selection.IEEE Trans.on SMC,1983,13(2):231~235.
    [31]高春鸣,兰秋军.基于自动分析直方图分布的数字图像阈值化算法.计算机学报,,2001,28(4):58~60.
    [32]Weszka J S,Rosenfeld A.Histogram modification for threshold selection.IEEE Trans.on SMC,1979,9(1):38~52.
    [33]Wu A Y,Hong T H,Rosenfeld A.Threshold selection using quadtrees.IEEE Trans.PAMI, 1982,4(1):90~94.
    [34]Otsu N. A threshold selection method form gray-level histograms. IEEE Transactions on Systems,Man, and Cybernetics,1979,9 (1):62~66..
    [35]Reddi S S, Rudin S F, Keshavan H R. An optional multiple threshold scheme for image segmentation. IEEE Trans on System Man Cybernetics,1984,14(4):661-665.
    [36]Kittler J,Illingworth J.On threshold selection using clustering criteria.IEEE Trans.on SMC,1985,15:652~655.
    [37]Kittler J, Illingworth J. Minimum error thresholding. Pattern Recognition,1986,19(1): 41~47.
    [38]Pun T.A new method for gray-level picture thresholding using the entropy of histogram.Signal Processing,1980,2:223~237.
    [39]Kapur J N,Sahoo P K,Wong A K C.A new method for gray-level picture thresholding using the Entropy of histogram.Computer Vision,Graphics and Image Processing,1985, 29:273~289.
    [40]Wong, A K C, Sahoo, P K. A gray-level threshold selection method based on maximum entropy principle.IEEE Trans. Systems Man Cybernet.1989,19:866~871.
    [41]Pal, N.R., Pal, S.K.Entropy:A new definition and its applications. IEEE Trans. Systems Man Cybernet,1991,21:1260~1270.
    [42]Brink, A. Maximum entropy segmentation based on the autocorrelation function of the image histogram. Comput. Inform. Technol,1994,2:77~85.
    [43]Sahoo P, Wilkins C,Yeager J.Threshold selection using Renyis's entropy. Pattern Recognition,1997,30(1):71~84.
    [44]Abutaleb A S.Automatic thresholding of gray-level pictures using two-dimensional entropy.Computer Vision, Graphics Image Processing,1989,47:22-32.
    [45]Brink A D.Thresholding digital images using two-dimensional entropics.Pattern Recognition,1992,25(8):803~808.
    [46]刘健庄,栗文清.灰度图像的二维Ostu自动阈值分割法.自动化学报,1993,19(1):101~105.
    [47]李立源,龚坚,陈维南.基于二维直方图最佳一维投影的图像分割方法.自动化学报, 1996,22:315~322.
    [48]龚坚,李立源,陈维南.基于二维直方图Fisher线性分割的图像分割方法.模式识别与人工智能,1997,10:1~8.
    [49]Chen W T,Wen C H,Yang C W.A Fast two-dimensional entropic thresholding algorithm.Pattern Recognition,1994,27:885~893.
    [50]靳宏磊,朱尉萍,李立源,陈维南.二维灰度直方图的最佳分割方法.模式识别与人工智能,1999,12(3):329~333.
    [5 1]刘锁兰.基于模糊理论的图像分割区域法研究.南京理工大学博士论文.2008.
    [52]Luca A D, Termini S.Definition of a non probabilistic entropy in the setting of fuzzy sets theory. Inf contr,1972,20,301~315.
    [53]Pal S K,king R A,Hashim A A.Automatic grey level thresholding through index of fuzziness and entropy.Pattern Recognition Letters,1983,1:141~146.
    [54]Cheng H D, Chen J R, Li J. Threshold selection based on fuzzy C-partition entropy approach. Pattern Recognition,1998,31(7):857~870.
    [55]Cheng, H D, Chen, J R, Li J. Fuzzy homogeneity approach to multilevel thresholding. IEEE Trans. Image Process,1998,7(7):1084~1088.
    [56]Cheng, H D, Chen, Y H, Sun Y. A novel fuzzy entropy approach to image enhancement and thresholding. Signal Process,1999,75:277~301.
    [57]Cheng H D,Chen Y H,Jiang X H.Thresholding using two-dimensional histogram and fuzzy entropy principle.IEEE trans on Image Processing,2000,9(4):732~735.
    [58]Jin L Z, Yuan X H, Zhao Y F, et al.Image segmentation through maximizing fuzzy partition entroy of 2D histogram.Journal of Electronics and Information Technology,2002, 24(8):1040~1048.
    [59]Zhao M S, Fu A M N, Yan H. A technique of three-level thresholding based on probability partition and fuzzy 3-partition. IEEE Trans. Fuzzy Systems,2001,9 (3):469~479.
    [60]薛景浩,章毓晋,林行刚.图像分割中的交叉熵和模糊散度算法.电子学报,1999,27(10):131~134.
    [61]金立左,袁晓辉,赵一凡,夏良正.二维模糊划分最大熵图像分割算法.电子与信息学报,2002,24(8):1040~1048.
    [62]Canny J.A Computationala pproach to edge detection.IEEE Transactions Pattern Analysis and Machine Intelligence,1986,8(6):679~698.
    [63]Shih F Y, Cheng S. Adaptive mathematical morphology for edge linking.Information Sciences,2004,167(1-4):9-21.
    [64]Haralick R M. Digital step edges from zero crossing of second directional derivatives. IEEE Trans on Pattern Analysis and Machine Intelligence,1984,6(1):58~68.
    [65]Matalas L,Benjamin R,Kitney R.An edge detection technique using the facet model and parameterized relaxation labeling.IEEE Trans on Pattern Analysis and Machine Intelligence,1997,19(4):328~341.
    [66]Gashtasby A.Design and recovery of 2-D and 3-D shapes using retional Gaussian curves and surfaces.International Journal of Computer Vision,1993,10(3):233~256.
    [67]Legault R,Suen C Y.Optimal local weighted averaging methods in contour smoothing. IEEE Trans on Pattern Analysis and Machine Intelligence,1997,19(9):801~817.
    [68]陆宗骐,梁诚.用Sobel算子西化边缘.中国图像图形学报,2000,5(6):516~520.
    [69]Wikinson M H F.Optimizing edge detectors for robust automatic threshold selection: Coping with edge curvature and noise.Graphic Models and Image Processing,1998,60(4): 385~401.
    [70]Buster M,Cornelis J,Rosenfeld A.A critical view of pyramid segmentation algorithms. Pattern Recognition Letters,1990,11(10):605~617.
    [71]Koster A A E,Vincken K L,De Graaf C N,et al.Heuristic linking models in multi-scale image segmentation.Computer Vision and Image Understanding,1997,65(3):382~402.
    [72]Chanda B,Kundu M K K,Padmaha V Y.A multi-scale morphologic edge detector.Pattern Recognition,1998,31(10):1469~1478.
    [73]Elder J H,Zucher S W.Local scale control for edge detection and blur estimation.IEEE Trans on Pattern Analysis and Machine Intelligence,1998,20(7):699~716.
    [74]Guo G D, Ma S D.Bayesian learning,global competition and unsupervised image segmentation. Pattern Recognition letters,2000,21(1):107~116.
    [75]Jeon B K, Jung Y B, Hong K S.Image segmentation by unsupervised sparse clustering.Pattern Recognition Letters.2006,27(14):1650~1664.
    [76]Coleman G B, Andrews H C. Image segmentation by clustering. Proc. IEEE,1979, 5(67):773~785.
    [77]Wu Zhenggu, Leathy R. An optimal graph theoretic approach to data clustering:theory and its application to image segmentation. IEEE Trans. PAMI,1993,15(11:1101~1113.
    [78]Pavan M, Pelillo M. A new graph-theoretic approach to clustering and segmentation. In: Proc of the 2003 of IEEE Computer Vision and Pattern Recognition. Los Alamitos, CA:IEEE Computer Society Press,2003:145~152.
    [79]Puzicha J, Buhmann J M, Hofmann T. Histogram clustering for unsupervised image segmentation.In:Proc of the 1999 Computer Vision and Pattern Recognition. Los Alamitos, CA:IEEE Computer Society Press,1999:2602~2608.
    [80]Heiler M, Keuche J, Schorr C. Semi-definite clustering for image segmentation with apriori knowledge. In:Proc of the 2005 27th Annual Meeting of the German Association for Pattern Recognition, LNCS 3663. New York:Springer,2005:309~317.
    [81]Ruspini E H. A New approach to clustering.Inf Count,1969,15(1):22~32.
    [82]Ruspini E H. New experimental results in fuzzy clustering.IEEE Trans. SMC,1972,2.
    [83]Bezdek J C. Pattern Recognition with Fuzzy Objective Function Algorithms. Plenum Press, New York,1981.
    [84]李相镐等.模糊聚类分析及其应用.科技出版社,贵州,1994.
    [85]Tamra S, et al. Pattern classification based on fuzzy relations. IEEE Trans. SMC,1971, 1(1):61~66.
    [86]Zadeh L A. Similarity relations and fuzzy orderings.Inf Sci,1971.3:177~200.
    [87]Zkim Le. Fuzzy relation compositions and pattern recognition. Inf Sci.1996, 89:107~130.
    [88]Gu Tao,Bubuisson B.A loose-pattern process approach to clustering data sets.IEEE Trans.PAMI,7(3):1985.366~372.
    [89]Killer J M, Gray M R, Givens J A. A fuzzy k-nearest neighbor algorithm. IEEE Trans. SMC,1985,15(4):580~585.
    [90]Bezdek J C, Harris J O.Convex decompositions of fuzzy partitions, JMAA,67,1979, 490~512.
    [91]Mantaras R L D, Valverde L. New results in fuzzy clustering based on the concept of indistinguishablity relation. IEEE Trans. PAMI,1988,10(5):754~757.
    [92]刘健庄.基于二维直方图的图像模糊聚类分割方法.电子学报,1992,20(9):40~46.
    [93]Chaudhuri B B, Sarkar N. Texture segmentation using fractal dimension. IEEE PAMI, 1995,17(1):72~77.
    [94]Porter R, Canagarajah N. A robust automatic clusterng scheme for image segmentation using wavelets. IEEE Image Processing,1996,5(4):662~665.
    [95]Stewart C, Lu Y C, Larson V. A neural clustering approach for high resolution radar target classification.Pattern Recognition,1994,27(4):503~513.
    [96]Chen S W, Chen C F, Chen M S, et al. Neural-fuzzy classication for segmentation of remotely sensed images. IEEE Signal Processing,1997,45(11):2639~2654.
    [97]Bobrowski L,Bezdek J C. C-means clustering with the l1 and l∞ norms.IEEE Trans. SMC,21(3):1991.545~554.
    [98]Hathaway R J,Bezdek J C.Generalized fuzzy c-means clustering strategies using Lp norm distance. IEEE Trans. Fuzzy Systems,2000,8(5):576~572.
    [99]Tolias Y A, Panas S M.On applying spatial constraints in fuzzy image clustering using a fuzzy rule-based system. IEEE Signal Processing Letters,1998,5:245~247.
    [100]Tolias Y A, Panas S M.Image segmentation by a fuzzy clustering algorithm using adaptive spatially constrained membership fucntions. IEEE Trans on Systems, Man, and Cybernetics-Part A,1998,28:359~369.
    [101]Ahmed M N. A modified fuzzy c-means algorithm for bias field estimation and segmentation of MRI data. IEEE Transactions on Medical Imaging,2002,21 (3):193~199.
    [102]Liew A W C, Yan H. An adaptive spatial fuzzy clustering algorithm for 3-D MR image segmentation. IEEE Trans. Medical Imaging,2003,22(9):1063~1075.
    [103]Liew A W C, Leung S H, Lau W H. Fuzzy image clustering incorporating spatial continuity.IEE Proc-Vis.Image Signal Process,2000,147:185~192.
    [104]Cai W L, Chen S C, Zhang D Q.Fast and robust fuzzy c-means clustering algorithms incorporating local information for image segmentation. Pattern Recogn,2007,40(3):825~838.
    [105]Yong Y.Image segmentation based on fuzzy clustering with neighborhood information. Opt. Appl.,2009,39(1):135~147.
    [106]Dave R N. Fuzzy shell clustering and applications to circle detection in digital image. Inter J General Svstem,11990,6(4):343~355.
    [107]Bensaid A M,Hall L O,Bezdek J C, Clarke L P. Partially supervised clustering for image segmentation.PR,1996,29(5):859~871.
    [108]Noordam J C, van den Broek W H A M. Multivariate image segmentation based on geometrically guided fuzzy C-means clustering. Journal of Chemometrics,2002,16:1~11.
    [109]甄文智,范九伦,谢维信.基于二维直方图的图像模糊聚类分割新方法.计算机工程与应用,2003,39(15):86~88.
    [110]李文化.模糊聚类新算法与模糊聚类神经网络.西安电子科技大学博士论文,西安,1995.
    [111]Chun D N, Yang H S. Robust image segmentation using genetic algorithm with a fuzzy measure.Pattern Recognition,1996,29(7):1195~1211.
    [112]Esogbue A O. Optimal clustering of fuzzy data via fuzzy dynamic programming. FSS, 1986,26(1):127~130.
    [113]Cheng Kuosheng.The application of competitive hopfield neural network to medical image segmentation.IEEE Trans on Medical Image,1996,15:560~576.
    [114]冯晓毅,周凤岐.图像分割的一种神经网络实现方法.计算机工程与科学,2000,22(2):70~72.
    [115]Krishnapuram R, Kell J M.A possilistic approach to clustering.IEEE Trans. FS,I(2), 1993,98~110.
    [116]Dave R, Krishnapuram R. Robust clustering methods:a unified view. IEEE Trans, 1997,5(2):207~293.
    [117]Kass M,Witkin A,Terzopolous D.Snakes:Active contour models. International Journal of Computer Vision.1988,1(4):321~331.
    [118]Chen C M, Lu H S,Lin Y C.An early vision-based snake model for ultrasound image segmentation.Ultrasound in Med & Biol,2000,26(2):273~285.
    [119]Brigger P, Hoeg J, Unser M.B-Spline snakes:A flexible tool for parametric contour detection.IEEE Transactions on Image Processing,2000,9(9):1484~1496.
    [120]Cohen L D.On active contour models and balloons.CVGIP:Image Understanding. 1991,53(2):211~218.
    [121]Xu C, Prince J L.Snakes, shapes,and gradient vector flow.IEEE Transactions on Image Processing.1998,7(3):359~369.
    [122]Malladi R, Sethian J, Vemuri B.Shape modeling with front propagation:A level set approach.IEEE Transactions on Pattern Analysis and Machine Intelligence,1995,17(2): 158~175.
    [123]Caselles V, Kimmel R, Sapiro G.Geodesic active contours International Journal of Computer Vision,1997,22(1):61~79.
    [124]Chan T, Vese L.Active contours without Edges.IEEE Transactions on Image Processing,2001,10(2):266~277.
    [125]Ee C K,Wong S P.A mathematical morphological approach for segmenting heavily noise-corrupted images.Pattern Recognition,1996,29(8):1347~1357.
    [126]黄风岗,杨国,宋克欧.柔性形态学在图像边缘检测中的应用.中国图象图形学报,2000,5A(4):284~287.
    [127]Ahmed M N, Farag A A. Two-stage neural network of volume segmentation of medical images.Pattern Recognition Letters,1997,18(8):1143~1151.
    [128]Pollak I, Willsky A S, Krim H.Image segmentation and edge enhancement with stabilized inverse diffusion equations.IEEE Trans.on Image Processing,2000,9(2):256~266.
    [129]章国宝,叶桦,陈维南.基于正交小波变换的多尺度边缘提取.中国图象图形学报,1998,3(8):651~654.
    [130]Geman S, Geman D. Stochastic relaxation,gibbs distributions and the Bayesian restoration of images.IEEE Transactions on Pattern Analysis and Machine Intelligence,1984, 6(6):721~741.
    [131]冯衍秋,陈武凡.基于Gibbs随机场理论的脑部MR图像分割新算法研究,第一军 医大学硕士学位论文,2003.
    [132]黄友锐.智能优化算法及应用.北京:国防工业出版社,2008.
    [133]Rose K, et al.A deterministic annealing approach to clustering.PRL,1990,11:589~594.
    [134]Asultan K S,Selim S Z.A global algorithm for the fuzzy clustering problem.PR, 1993,26(9):1357~1361.
    [135]高新波.基于进化计算和神经网络的模糊聚类新算法研究.西安电子科技大学硕士论文,西安,1996.
    [136]Babu G P, Murty M N.Clustering with evolution strategies.PR,1994 2(27):321~329.
    [137]Salima Ouadfel, Mohamed Batouche. Unsupervised image segmentation using a colony of cooperating ants. BMCV 2002, LNCS 2525:109~116.
    [138]Wang X N, Feng Y J, Feng Z R. Ant colony optimization for image segmentation. Proceedings of the Fourth International Conference on Machine Learning and Cybernetics, Guangzhou,2005,18~21:5355~5360.
    [139]Han Yanfang, Shi Pengfei. An improved ant colony algorithm for fuzzy clustering in image segmentation. Neurocomputing,2007,70:665~671.
    [140]Tao Wenbing, Jin Hai, Liu Liman. Object segmentation using ant colony optimization algorithm and fuzzy entropy. Pattern Recognition Letters,2007,28:788~796.
    [141]Yin P Y. A fast scheme for optimal thresholding using genetic algorithms. Signal Processing,1999,72:85~95.
    [142]薛景浩,章毓晋,林行刚.二维遗传算法用于图像动态分割.自动化学报,2000,26(5):327~330.
    [143]Tan Zhicun, Lu Ruihua. Application of improved genetic k-means clusteringa Igorithm in image segmentation.2009 First International Workshop on Education Technology and Computer Science.2009,626-628.
    [144]Nie Shengdong, Zhang Yingli, Li Wen, Chen Zhaoxue. A fast and automatic segmentation method of MR brain images based on genetic fuzzy clustering algorithm. Proceedings of the 29th Annual International Conference of the IEEE EMBS. Cite Internationale, Lyon, France.2007,23-26:5628~5633.
    [145]Omran M, Salman A, Engelbrecht A P.Image classification using particle swarm optimization. Proceedings of the 4th Asia-Pacific Conference on Simulated Evolution and Learning, Singapore,2002:370~374.
    [146]Merwe D W van der, Engelbrecht A P. Data clustering using particle swarm optimization. Proc of IEEE Congress on Evolutonary Computation.2003,215~220.
    [147]Omran M G, Engelbrecht A P, Salman A. Particle Swarm optimization method for image clustering. International Journal on Pattern Recognition and Aritifical Intelligence,2005,19(3):297~322.
    [148]Omran M G H, Engelbrecht A P. Dynamic clustering using particle swarm optimization with application in image segmentation. Pattern Analysis & Applications, 2006(8):332~344.
    [149]Du Feng, Shi Wenkang, Chen Liangzhou, Deng Yong,Zhu Zhenfu. Infrared image segmentation with 2-D maximum entropy method based on particle swarm optimization (PSO) Pattern Recognition Letters 2005,26:597~603.
    [150]徐小慧,张安.基于粒子群优化算法的最佳熵阈值图像分割.计算机工程与应用,2006(10):8~11.
    [151]Maitra M, Chatterjee A. A hybrid cooperative-comprehensive learning based PSO algorithm for image segmentation using multilevel thresholding. Expert Systems with Applications,2008(34):1341~1350.
    [152]Luo Wang, Wang Weixing,H Liao aijun. Image segmentation on colonies images by a combined algorithm of simulated annealing and genetic algorithm. Fourth International Conference on Image and Graphics.2007,342~346.
    [153]Cheng Xianyi, Gong Xiangpu. An image segmentation of fuzzy c-means clustering based on the combination of improved ant colony algorithm and genetic algorithm.2008 International Workshop on Education Technology and Training & 2008 International Workshop on Geoscience and Remote Sensing.2008,804~808.
    [154]Kole D K, Halder A. An efficient dynamic image segmentation algorithm using a hybrid technique based on particle swarm optimization and genetic algorithm.2010 International Conference on Advances in Computer Engineering.2010,252~255.
    [155]Reynolds C W. Flocks, herds and schools:A distributed behavioral model. Computer Graphics,1987,2 1 (4):25~34.
    [156]Heppner F, Grenander U. A stochastic nonlinear model for coordinated bird Flocks. Washington D C,AAAS Publications,1990,1~19.
    [157]Kennedy J, Eberhart R C. Particle swarm optimization. Proc of the IEEE International Conference on Neural Networks (ICNN). Perth, Australia,1995, IV:1942~1948.
    [158]Zhang Wen, Liu YutianAdaptive particle swarm optimization for reactive power and voltage control in power systems. Proc of the 1st International Conference on Advances in Natural Computation.Changsha,China,2005,449~452.
    [159]Jin Yixong, Cheng Haozhong, Yan Jianyong, et al. Improved particle swarm optimization method and its application in power transmission network planning. Proc of the CSEE,2005,25(4):46~50,70.
    [160]杜天军,陈光禹,刘占辰.基于PSO算法的弹道辨识网络及仿真.系统仿真学报,2004,16(11):2517~2519.
    [161]Marco M, Selleri S, Pirinoli P, et al. Improved particle swarm optimization algorithms for electromagnetic optimization. Journal of Intelligent and Fuzzy Systems,2008,19 (1): 75~84.
    [162]Zhang Chunkai, Li Yu, Shao Huihe. A new evolved artificial neural network and its application.Proc of the 3rd World Congress on Intelligent Control and Automation. Hefei, China,2000,1065~1068.
    [163]Shi Y, Eberhart R C. A modified particle swarm optimizer. Proc of the IEEE International Conference of Evolutionary Computation. Anchorage, USA,1998:69~73.
    [164]Peram T, Veeramachaneni K, Mohan C K. Fitness-distance-ratio based particle swarm optimization. Proc of the IEEE International Conference of Swarm Intelligence Symposium. Indianapolis, USA,2003,174~181.
    [165]Parsopoulos K E, Vrahatis M N. UPSO-A united particle swarm optimization scheme. Lecture Series on Computational Sciences,2004:868~873.
    [166]Liang J J, Qin A K, Suganthan P N, et al. Comprehensive learning particle swarm optimizer for global optimization of multimodal functions. IEEE Trans. on Evolutionary Computation,2006,10(3):281~295.
    [167]胡春霞,曾建潮.共享免疫微粒群算法.系统仿真学报,2008,20(16):4278~4280,4285.
    [168]赫然,王永吉,王青,等.一种改进的自适应逃逸微粒群算法及实验分析.软件学报,2005,16(12):2036~2044.
    [169]吕振肃,侯志荣.自适应变异的粒子群优化算法.电子学报,2004,32(3):416~420.
    [170]吕艳萍,李绍滋,陈水利,等.自适应扩散混合变异机制微粒群算法.软件学报,2007,18(11):2740~2751.
    [171]胡旺,李志蜀.一种更简化而高效的粒子群优化算法.软件学报,2007,18(4):861~868.
    [172]段晓东,高红霞,张学东,等.粒子群算法种群结构与种群多样性的关系研究.计算机科学,2007,37(11):164~166,177.
    [173]Ursem R K. Diversity-guided evolutionary algorithms. Proc of the 7th International Conference on Parallel Problem Solving from Nature. Granada,Spain,2002:462~474.
    [174]介婧,曾建潮,韩崇昭.基于群体多样性反馈控制的自组织微粒群算法.计算机研究与发展,2008,45(3):467~471.
    [175]Xie Xiaofeng, Zhang Wenjun, Yang Zhilian. Hybrid particle swarm optimizer with mass extinction. Proc of the International Conference on Communication, Circuits and Systems and West Sino Expositions. Chengdu, China,2002(2):1170~1173.
    [176]Lovbjerg M, Krink T. Extending particle swarm optimizers with self-organized griticality. Proceedings of the Congress on Evolutionary Computation. Honolulu, USA, 2002,1588~1593.
    [177]Li X D. Adaptively choosing neighborhood using species in particle swarm optimizer for multimodal function optimization. In:Proc of the Genetic and Evolutionary Computation Conf, LNCS 31021 Berlin:Springer,2004:105~116.
    [178]Silva A, Neves A, Costa E. An empirical comparison of particle swarm and predator prey optimization. Proc of the 13th Irish International Conference on Artificial Intelligence and Cognitive Science. Limerick, Ireland,2002:103~110.
    [179]Higashitani M, Ishigame A, Yasuda K. Particles swarm optimization considering the concept of predator-prey behavior.IEEE Congress on Evolutionary Computation. Vancouver, Canda,2006:434~437.
    [180]高鹰,谢胜利.基于模拟退火的粒子群优化算法.计算机工程与应用,2004,40(1)47~49.
    [181]李莉,李洪奇,谢绍龙,等.基于克隆选择的免疫粒子群优化算法.计算机科学,2008,35(10):253~255,278.
    [182]高尚,蒋新姿,等.蚁群算法与粒子群优化算法的混合算法Proceedings of the 25th China Control Conference, Harbin,China,2006:1421~1425.
    [183]孙越泓,魏建香,夏德深.一种基于粒子对称分布多样性的PSO算法.模式识别与人工智能,2010,23(2):137~143.
    [184]唐英干,刘冬,关新平.基于粒子群和二维Otsu方法的快速图像分割.控制与决策,2007,22(2):202~205.
    [185]冯斌,王璋,孙俊.基于改进粒子群算法的二维阈值图像分割.计算机应用研究.2008,25(8):2402~2404.
    [186]张健.一种图像分割关键技术的研究与实现.北京邮电大学硕士学位论文.2008.
    [187]陈果,左洪福.图像分割的二维最大熵遗传算法.计算机辅助设计与图形学学报.2002,14(6):530~534.
    [188]吴一全,张金矿.基于改进的二维最大熵及粒子群递推的图像分割.计算机辅助设计与图形学学报.2008,20(10):1338~1344.
    [189]Pal S K, King R A. Image enhancement using with fuzzy sets. Electronics Letters, 1980,16:376~378.
    [190]Pal S K, King R A. Image enhancement using smoothing with fuzzy sets. IEEE Transactions on Systems, Man, and Cybernetics,1981, 11(7):494~501.
    [191]Pal S K. A note on quantitative measure of image enhancement through fuzziness. IEEE Transactions on Pattern Analysis and Machine Intelligence,1982,4(2):204~208.
    [192]Pal S K, King R A, Hashim A A. Automatic grey level thresholding through index of fuzziness and entropy. Pattern Recognition Letters,1983,1:141~146.
    [193]Pal S K, King R A. On edge detection of x-ray image using fuzzy sets. IEEE Transactions on Pattern Analysis and Machine Intelligence,1983,5(1):69~77.
    [194]高新波.模糊聚类分析及其应用.西安电子科技大学出版社,2004,1:26~27.
    [195]Cheng H D, Chen Y H.. Fuzzy partition of two-dimensional histogram and its application to thresholding. Pattern Recognition,1999,32:825~843.
    [196]Tao W B, Tian J W, Liu J. Image segmentation by three-level thresholding based on maximum fuzzy entropy and genetic algorithm. Pattern Recognition Letters,2003, 24:3069~3078.
    [197]Benabdelkader S, Boulemden M. Recursive algorithm based on fuzzy 2-partition entropy for 2-level image thresholding. Pattern Recognition,2005,38,1289~1294.
    [198]Zhao M, Fu A M N, Yan H. A technique of three-level thresholding based on probability partition and fuzzy 3-partition. IEEE Transactions on Fuzzy Systems,2001, 9(3):460~479.
    [199]张运杰.基于模糊系统理论的图像分割技术研究.大连海事大学工学博士论文2007,3:58-66.
    [200]周鲜成.基于微粒群算法的数字图像处理方法研究.中南大学博士论文,2008.
    [201]Cheng H D, Chen J R, Li J. Threshold selection based on fuzzy c-partition entropy approach. Pattern Recognition,1998,31(7):857~870.
    [202]Li X Q, Zhao Z W, Cheng H D.Fuzzy entropy thireshold approach to breast cancer detection. Information Sciences,1995,4(1):49~56.
    [203]景晓军,李剑峰,刘郁林.一种基于三维最大类间方差的图像分割算法.电子学报,2003,31(9):1281~1285.
    [204]Singh M,Patel P,Khosla D,Kim T.Segmeniation of functional MRI by K-means clustering.IEEE Trans. Nucl Sci,1996,43(6):2030~2036.
    [205]Mohamed N A, Sameh M Y, Nevin M. A modified fuzzy C-means algorithm for bias field estimation and segmentation of MRI data. IEEE Trans On Medieal Imaging,2002, 21(3):193~199.
    [206]Liew A W, Yan H, An adaptive spatial fuzzy clustering algorithm for 3-D MR image segmentation.IEEE Trans On Medical Imaging,2003,22(9):1063~1075.
    [207]Zhao Y Q, Li M L. A modified fuzzy C-Means algorithm for segmentation of MRI. Proceedings of the 5th ICCIMA'03,2003.
    [208]Nie S D, Chen Y, Gu S D, et al. The study of fast fuzzy clustering segmentation algorithm of head MRI. Chinese Journal of Biomedical Engineering,2001,20(2):104~109.
    [209]Dunn J C. Some recent investigations of a new fuzzy partition algorithm and its application to pattern classification problems. J.Cybernet,1974,4:1~15
    [210]MacQueen, J B. Some Methods for classification and Analysis of Multivariate Observations. Proceedings of 5th Berkeley Symposium on Mathematical Statistics and Probability. University of California Press,1967,281~297.
    [211]Pham D L, Prince J L.An adaptive fuzzy c-means algorithm for image segmentation in the presence of intensity inhomogeneities.Pattern Recognition Letters,1999,20(1):57~68.
    [212]刘华军,任明武,杨静宇.一种改进的基于模糊聚类的图像分割方法.中国图象图形学报,2006,11(9):1312~1316.
    [213]杨勇,黄淑英,张锋.基于空间势函数加权的模糊C均值聚类分割算法.计算机工程,2007,33(13):191~193,212.
    [214]李云松,李明.基于灰度空间特征的模糊C均值聚类图像分割.计算机工程与设计,2007,28(6):1358~1361.
    [215]Zhang D Q, Chen S C. A novel kernelized fuzzy C-means algorithm with application in medical image segmentation, Artificial Intelligence in Medicine.2004,32:37~50,52.
    [216]Zhang D Q, Chen S C. Kernel-based fuzzy clustering incorporating spatial constraints for image segmentation. Proceedings of the Second International Conference on Machine Learning and Cybernetic, Xian,2003.
    [217]Zhang D Q, Chen S C. Robust image segmentation using FCM with spatial constraints based on new kernel-induced distance measure. IEEE Transactions on System Man and Cybernetics-Part B,2004,34(4):1907~1916.
    [218]丁震,胡钟山,杨静宇等.一种基于模糊聚类的快速二值化方法.计算机学报,增刊,1998:331~334.
    [219]Ke J. Fast accurate fuzzy clustering through reduced precision. Masters Thesis, University of South Florida,1999.
    [220]Eschrich S,Jingwei Ke,Hall L O,et al. Fast fuzzy clustering of infrared images. In:IFSA World Congress and 20th NAFIPS International Conference. Vancouver,BC Canada.2001,2:1145~1150.
    [221]Szilagyi L,BenyoZ,Szilagyi S M,et al.MR brain image segmentation using an enhanced fuzzy C-means algorithm. Proceedings of the 25th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Cancun,2003: 724~726.
    [222]Szilagyi L,Szilagyi S M,Benyo Z.A modified FCM algorithm for fast segmentation of brain MR images.Analysis and Design of Intelligent Systems Using Soft Computing Techniques.Heidelberg:Springer,2007,41:119~127.
    [223]Kang B Y,Kim D W,Qing L.Spatial homogeneity-based fuzzy C-means algorithm for image segmentation.Fuzzy Sytems and Knowledge Discovery. Heidelberg:Springer,2005, 3613:462~469.
    [224]Kang J Y, Min L,Luan Q X,et al.Novel modified fuzzy C-means algorithm with applications.Digital Signal Processing,2009,19(2):309~319.
    [225]纪则轩,陈强,孙权森,夏德深.各项异性权重的模糊C均值聚类图像分割.计算机辅助设计与图形学学报,2009,21(10):1451~1459,1466.
    [226]Chen S, Zhang D Q.Robust image segmentation using FCM with spatial constraints based on new kernel-induced distance measure.IEEE Transactions on System Man and Cybernetics-Part B,2004,34(4):1907~1916.
    [227]Wang Jianzhong,Kong Jun,Lu Yinghua,Qi Miao,Zhang Baoxue. A modified FCM algorithm for MRI brain image segmentation using both local and non-local spatial constraints. Computerized Medical Imaging and Graphics,2008,32:685~698.
    [228]Vovk U, Pernu s F, Likar B. A review of methods for correction of intensity inhomogeneity in MRI.IEEE Transactions on Medical Imaging,2007,26(3):405~421.
    [229]Chuang K S,Tzeng H L,Chen S,et al. Fuzzy C-means clustering with spatial information for image segmentation. Computerized Medical Imaging and Graphics, 2006,30(1):9~15.
    [230]Zadeh L A. Fuzzy sets and their applications to classification and clustering. in J var Ryzin, Ed. Academic Press.New York,1977,251~299.
    [231]Bezdek J C. Clustering validity with fuzzy sets.J. Mathematical Biology.1974,1:57~71.
    [232]Windham M P.Cluster validity for clustering algorithms.FSS,1981,177~185.
    [233]Trauwaert E. On the meaning of Dunn's partition coefficient for fuzzy clusters,FSS. 1988,25:217~242.
    [234]范九伦.模糊聚类新算法与聚类有效性问题研究.西安电子科技大学博士论文,1998.1.
    [235]Zadeh L A. Fuzzy sets as a basis for a theory of possibility, FSS.1978,1:3~28.
    [236]范九伦,裴继红,谢维信,基于可能性分布的聚类有效性.电子学报,1998,1.
    [237]Frigui H, Krishnapurm R. A robust algorithm for automatic extraction of an unknown number of clusters from noisy data.PRL,1996,17:1223~1232.
    [238]Pal N R, Biswas J.Clustering validation using graph theoretic concepts. PR, 1997,6:847~857.
    [239]Dunn J C. Well-separated clusters and the optimal fuzzy partitions, J.Cybernet, 1974,4:95~104.
    [240]Gunderson R. Applications of fuzzy ISODATA algorithms to startracker printing systems, in Proc.7th Triennual World IFAC Congr.1978,1319~1323.
    [241]Davies D L,Bouldin D W. A cluster separation measure. IEEE Trans. SMC,1987, 17:873~877.
    [242]Gath I,Geva A B.Unsupervised optimal fuzzy clustering.IEEE Trans.SMC,1989, 11(7):773~781.
    [243]Fukuyama Y, Sugeno M. A new method of choosing the number of clusters for the fuzzy c-means method, in Proc.5th Fuzzy Syst Symp.1989,247~250.(in Japanese)
    [244]Xie X L,Beni G..A validity measure for fuzzy clustering.IEEE Trans.PAMI,1991, 13:841~847.
    [245]Bensaid A M,Hall L O,Bezdek J C, Clarke L P,et al. Validity-guided clustering with applications to image segmentation.IEEE Trans. FS.4(2),1996,112~122.
    [246]张运杰.基于模糊系统理论的图像分割技术研究.大连海事大学博士论文.2007
    [247]Vogel M A,Wong A C.PFS clustering method.IEEE Trans.PAMI,1979,3:237~245.
    [248]Jain A K,Moreau J V. Bootatrap techniques in cluster analysis, PR,20(5),1987:347~363
    [249]Akaike H. A new look at the statistical model identification. IEEE Trans. Auto Contr, 1974,19(6):716~723
    [250]Zhang J,Modestino J W.A model-fitting approach to cluster validation with application to stochastic model-based image segmentation.IEEE Trans.PAMI,1990,12(10):1009~1017.
    [251]Beni C,Liu X M.A least biased fuzzy clustering method.IEEE Trans.PAMI 1992,16(9):954~960.
    [252]Roberts S J.Parametric and non-parametric unsupervised cluster analysis. PR,1997, 30:261~272.
    [253]孙才志,王敬东,潘俊.模糊聚类分析最佳聚类数的确定方法研究.模糊系统与数学,2001,15(1):89-92.
    [254]Rigau J, Feixas M, Sbert M, et al. Medical image segmentation based on mutual information maximization. Proc of MICCAI'04. Berlin, Germany:Springer-Verlag,2004: 135~142.
    [255]Kim J. A Nonparametric Statistical Method for Image Segmentation Using Information Theory and Curve Evolution. IEEE Trans, on Image Process,2005,14(10):1486~1502.
    [256]吕庆文,陈武凡.基于互信息量的图像分割.计算机学报,2006,29(2):296~301.
    [257]吕庆文,陈武凡.基于互信息熵差测度的医学图像自动优化分割.中国科学E辑,2006,36(6):657~667.
    [258]卢振泰,吕庆文,陈武凡.基于最大互信息量的图像自动优化分割.中国图象图形学报,2008,1 3(4):65~661
    [259]王文辉,冯前进,陈武凡.基于互信息熵差测度和Gauss-Markov随机场模型的医学图像分割.计算机研究与发展,2009,46(3):521~527.
    [260]吴成茂.模糊互信息及其在图像分割中的应用.计算机工程,2008,34(7):218~220.
    [261]刘立新.多阈值模糊互信息图像分割方法.计算机工程与应用,2009,45(25):166~168.
    [262]张煜东,吴乐南,韦耿,吴含前,郭永亮.最大模糊互信息用于图像分割.计算机工程与应用,2009,,45(20):1~5.
    [263]陈燕新,戚飞虎.基于竞争Hopfield网络的自动聚类图像分割方法.模式识别与人工智能,1998,11(2):215~221.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700