A novel automatically initialized level set approach based on region correlation for lumbar vertebrae CT image segmentation

Size: px
Start display at page:

Download "A novel automatically initialized level set approach based on region correlation for lumbar vertebrae CT image segmentation"

Transcription

1 This full text paper was peer-reviewed at the direction of IEEE Instrumentation and Measurement Society prior to the acceptance and publication. A novel automatically initialized level set approach based on region correlation for lumbar vertebrae CT image segmentation Yang Li 1, Wei Liang 2,, Jindong Tan 3, Yinlong Zhang 4 Abstract Despite recent advances, robust automatic segmentation for vertebrae computed tomography (CT) image still presents considerable challenges, mainly due to its inherent limitations, such as topological variation, irregular boundaries (double boundary, weak boundary) and image noises, etc. Therefore, this paper proposes a novel automatically initialized level set approach based on region correlation, which is able to deal with these problems in the segmentation. First, an automatically initialized level set function (AILSF) is designed to automatically generate a smooth initial contour. This AILSF comprises hybrid morphological filter (HMF) and Gaussian mixture model (GMM), which can guarantee the initial contour precisely adjacent to the object boundary. Second, we introduce a region correlation based level set formulation, which simultaneously consider the histogram information of inside and outside the level set contour, to overcome the weak boundary leaking and image noises problem. Experimental results on clinical lumbar vertebrae CT images demonstrate that our proposed approach is more accurate in segmenting with irregular boundaries and more robust to different levels of salt-and-pepper noises. Keywords image-guided surgery; vertebrae segmentation; level set method; hybrid morphological filter; region correlation. I. INTRODUCTION Image-guided minimally invasive spine surgery (IG-MISS) was wildly performed for the degenerated lumbar spine in the last decades due to its various benefits [1]. In Imageguided-surgery (IGS) system, image segmentation of the interesting anatomical structure is an essential pre-processing step for pre-operative planning, intra-operative navigation and post-operative assessment [2]. However, manually segmenting lumbar vertebrae is a time-consuming, subjective and nonrepeatable task. Implementing an automatic lumbar vertebrae segmentation approach is of great importance not only for simplifying surgery process but also for improving operations accuracy. 1 Yang Li is with the Key Laboratory of Networked Control Systems, Shenyang Institute of Automation, Chinese Academy of Sciences, Shenyang, , China and with University of Chinese Academy of Sciences, Beijing, , China. {liyang@sia.cn} 2, Wei Liang is with the Key Laboratory of Networked Control Systems, Shenyang Institute of Automation, Chinese Academy of Sciences, Shenyang, , China. {corresponding author, weiliang@sia.cn} 3 Jindong Tan is with the Department of Mechanical, Aerospace and Biomedical Engineering, University of Tennessee, Konxville, TN 37996, USA. {tan@utk.edu} 4 Yinlong Zhang is with the Key Laboratory of Networked Control Systems, Shenyang Institute of Automation, Chinese Academy of Sciences, Shenyang, , China and with University of Chinese Academy of Sciences, Beijing, , China. {zhangyinlong@sia.cn} Fig. 1. Challenges in segmentation of Lumbar vertebrae CT images, (a) topological variation of vertebrae anatomical structure, (b) irregular boundaries (double boundaries and weak boundaries, (c) image noises. Although a large amount of literature have been focused on lumbar vertebrae CT image segmentation, there still exist some potential challenges due to the inherent limitations of CT imaging modality and complexity of vertebrae anatomical structure. Fig. 1 shows some specific challenges on Lumbar vertebrae CT image segmentation, such as topological variation of vertebrae anatomical structure, irregular boundaries (double boundary, weak boundary) and image noises. Generally speaking, two major types of approaches are exploited to deal with these issues: statistical shape models and level set models. Statistical shape models generate mean shapes and use shape constraints to overcome ambiguous boundary information. For instance, profound prior knowledge, such as various kinds of models covering shape, gradient and appearance information, was utilized by [3 5] to segment the CT and MR images of spine. Unfortunately, all these methods for lumber vertebrae segmentation are semi-automated due to the requirement on manually marked initial locations of vertebras. These methods also suffer from expensive computational complexity since they rely heavily on spatial registration of the deformable model. By comparison, the level set methods (LSM) [6] are able to handle the issue that topology of the contours merges and breaks, which wildly exists in the segmentation of lumbar vertebrae in CT images. The LSMs for image segmentation can be briefly categorized into two types: (1) edge-based models, such as distance regularized level set evolution (DRLSE) [7], utilize gradient information to evolve the level set function (LSF) which are sensitive to image noise and disable to segment the object with irregular boundaries; (2) region-based models, such as Chan-Vese model (C-V) [8], assume the intensity of regions to be homogeneous which are time consuming and cannot tackle the problems of intensity inhomogeneity. All the methods mentioned above need manually initialized contour and the corresponding segmentation performance is sensitively dependent on it. Several researchers have come up with discrepant methods to tackle these problems. For instance, statistical shape priors [9 11] have been introduced to initialize the LSF, but these approaches increase the computational /15/$ IEEE

2 Fig. 2. The overall flowchart of our approach. complexity of the LSM. Otsu method has been utilized by Huang et al. [12] to conduct a simple automatic initialization of the LSF. Recently, Histogram information [13, 14] has been employed to constrain the level set evolution and to reduce the computational complexity of the LSM. In this paper, a novel lumbar vertebrae CT image segmentation approach is proposed to achieve fast, robust and accurate segmentation. Our segmentation strategy is an automatically initialized level set approach based on region correlation, which comprises two stages within the coarse-to-fine framework. Firstly, we introduce an automatically initialized level set function (AILSF) which exploits hybrid morphological filter (HMF) and Gaussian mixture model (GMM) to automatically generate a smooth initial contour, which is precisely adjacent to the object boundary. Secondly, a regularization level set formulation based on region correlation is employed to overcome the weak boundary leaking problem which is commonly present in CT image segmentation. Our proposed approach has been tested on 25 vertebrae CT volumes of various patients. Quantitative comparisons validate that our proposed approach is more accurate in segmenting lumbar vertebrae CT images with irregular boundaries and more robust to various levels of salt-and-pepper noises. The rest of this paper is organized as follows. Section II presents the conception of our proposed method. The evaluation methods of these approaches are then introduced, and experimental results and analysis are detailed in Section III. Section IV concludes this paper. II. METHODOLOGY This section details the conception of our proposed approach for lumbar vertebrae CT image segmentation. The process of this approach is illustrated in Fig. 2. It can be observed from the figure that our approach includes two stages within the coarse-to-fine framework: In the first stage, we introduce an automatically initialized level set function (AILSF) which exploits hybrid morphological filter (HMF) and Gaussian mixture model (GMM) to automatically generate a smooth and well-defined initial contour, which is precisely adjacent to the object boundary. In the second stage, a regularization level set formulation based on the region correlation of histograms inside and outside the level set contour is employed to overcome the weak boundary leaking problem and eventually to obtain the desirable segmentation. A. Automatic Initialized Level Set Function 1) Hybrid Morphological Filter: To address the salt-andpepper noise problem, a sequence of morphological filters is performed for Lumbar vertebrae CT image denoising. Let I be an input image, I (x,y) denotes the gray level at pixel (x,y) and b denotes the structuring element. Unlike binary image morphological operations, the erosion and dilation operators in gray images [15] are defined as follows: The erosion of I with a structuring element b at pixel (x,y) is the minimum value of the image in the region coincident with b when the origin of b is at pixel (x,y); the dilation of I with a structuring element b at pixel (x,y) is the maximum value of the image over the window b when the origin of b is at pixel (x,y). The morphological opening operator and closing operator for gray images are defined as α (I,b) = (IΘb) b (1) β (I,b) = (I b)θb (2) where and Θ denote erosion and dilation, respectively. Opening operator removes small objects from the foreground (usually taken as the dark pixels) of an image, while closing operator removes small holes in the foreground (usually taken as the bright pixels). Therefore, we introduce a HMF defined as HMF n occo,b = β (α (...β (α (α (β (I,b),b),b),b)...bn ),b n ) (3)

3 where n [1, + ) is the number of iterations, which can control the smoothing effect of the filter. This HMF can remove the dark pixels from vertebrae regions and the bright pixels from background through several iterations of opening and closing operators, respectively. Noticeably, the reason why we take the closing operator firstly in the sequence of morphological filter is that this type of operation order is able to preserve the weak boundary. 2) Gaussian Mixture Model: To automatically attain a smooth and well-defined contour for the anatomical object, the input images should be preliminarily segmented into foreground and background areas. In this regard, we take advantage of GMM to cluster the input image into two classes: background class and foreground class. GMM is characteristic of a weighted sum of component Gaussian densities which defined as p(x Φ) = K i=1 ω i G(x u i,θ i ) (4) where x is the gray value of the input image, ω i,i = 1,...,K represent the mixture weights, G(x u i,θ i ) denotes the i th component Gaussian densities with mean u i, standard variation θ. Φ = {ω 1,...,ω K,θ 1,...,θ K } refers to the complete set of parameters for GMM. These set of parameters in Φ is estimated using expectation-maximization (EM) algorithm. B. Regularization Level Set Method The regularization level set method is utilized to obtain the ultimate refined lumbar vertebrae CT image segmentation result, which has been automatically initialized by the method mentioned in section A. Due to the presence of intensity inhomogeneity and noise, the gray values are neither constant nor continuous variation in lumbar vertebrae CT images. To tackle this challenge, we consider the region correlation between regions inside and outside the contour. For a LSF φ : Ω R, a novel energy functional E(φ) is defined by E (φ) = µe int (φ) + λr(φ) (5) where µ, λ are positive parameters that regulate the impact of energy terms. The first internal energy term E int (φ) is designed to avoid LSF from unnecessary re-initialization. It is based on the formulation proposed by [7] given by E int (φ) = p( φ )dx (6) Ω The second region-correlation term R(φ) is the external energy depending upon the region correlation between regions inside and outside the contour. We define this term as H inside = (h i j ) L 2,H outside = (h i j ) L 2 (7a) R(φ) = g( I)H ε (φ)exp( MD(H inside,h outside ) / η )dx (7b) Ω Two matrices in Eq. (7a) denote the normalized region histograms inside and outside the contour, respectively; L denotes the gray level of the images. In Eq. (7b), H ε (φ) represents the Heaviside function and η is a positive parameter. To take the histogram information of weak boundary into consideration, we calculate the Mahalanobis distance between H inside and H outside as follows: MD(H inside,h outside ) = (H inside H outside ) T Σ 1 (H inside H outside ) where Σ denotes the covariance matrix. Eventually, given Eq. (5), (6), (7) and (8), the energy functional of our method in Eq. (5) is as follows E(φ) = µ p( φ )dx+ Ω λ g( I)H ε (φ)exp( MD(H inside,h outside ) / (9) η )dx Ω As defined above, the proposed energy function should be effective when segmenting lumbar vertebrae CT images with weak boundary in noisy conditions. This property will be demonstrated subjectively and objectively by experiments on clinical lumbar vertebrae CT images. III. A. Data EXPERIMENTAL RESULTS AND ANALYSIS Clinical dataset [16] available online is employed to test our approach performance. The dataset consists of spine CT images (pixel resolution: ) obtained from 25 different patients aging between 37 and 83 years old. The ground-truth images are manually and accurately segmented via expert using TurtleSeg [17] open software. Our segmentation approach is implemented on Matlab R2013a platform installed on PC with 2 Intel Xeon (R) 3.07GHz CPUs, 12GB RAM and NVIDIA Quadro 5000 graphic processor. The following parameters will be used in our method: n = 1, µ = 1.0,λ = 3.0,σ = 0.7,η = 2.0. B. Evaluation Criterion The evaluation of our segmentation approach and the corresponding comparisons with the prevailing state-of-theart methods are conducted by means of three criteria: (1) Dice similarity coefficient (DSC); (2) Mean absolute distance (MAD); (3) Iteration number. The DSC is formulated as D(Ω S,Ω G ) = 2( Ω S Ω G ) Ω S + Ω G (8) (10) where Ω S and Ω G represent the volumes of segmented result and the ground truth respectively. DSC is targeted to measure the overlap extent between the segmentation results and ground-truth images, which varies from 0% to 100%. The MAD is given by:

4 Fig. 3. Automatically initialized level set contour of three selected slices. (a) Input images. Initial contours generate by (b) Otsu method, (c) our proposed AILSF. (d) Initialized LSF of our method. Fig. 4. Comparison of the lumbar vertebrae CT image segmentation results with ordinary level of noise. (a) Input images, images segmented by (b) the C-V model, (c) Lim s model [9], (d) our proposed approach, (e) ground truth. Fig. 5. Comparison of the lumbar vertebrae CT image segmentation results added with 3% level of noise. (a) Input images, images segmented by (b) the C-V model, (c) Lim s model [9], (d) our proposed approach, (e) ground truth.

5 TABLE I. AVERAGE DSC (%), MAD (PIXEL) AND ITERATION NUMBER (IN) WITH STANDARD DEVIATION OF VARIOUS SEGMENTATION RESULTS WITH DIFFERENT LEVEL OF NOISES Input images Criteria C-V Lim [9] Our approach Ordinary images Images with 3% salt and pepper noises DSC(%) 65.30± ± ±3.25 MAD(P) 12.54± ± ±3.21 IN DSC(%) 50.25± ± ±2.74 MAD(P) 45.81± ± ±2.65 IN d M (S,G) = 1 m S m S d i SG i=1 (11) where m S denotes the total number of pixels that lie on the boundary in the segmentation image, di SG represents the distance from the i th pixel on the boundary of segmentation result to the nearest pixel on the boundary of ground truth. Therefore, MAD measures the mean absolute boundary distance between segmentation result and ground truth. C. Segmentation Results To validate the performance of our approach on CT lumbar vertebrae image segmentation, we have conducted 2 experiments. The first experiment is designed to evaluate the effect of automatically initialized level set contour by AILSF in our proposed approach, and the corresponding segmentation results are compared with those of Otsu method. As can be seen in Fig. 3, the contours automatically initialized by AILSF are, apparently, smoother and more well-defined than the contours initialized via Otsu method. It is able to specifically filter saltand-pepper noises and make the initialized contour precisely outside and close to the object boundary. The second experiment is performed to evaluate the robustness and accuracy of our proposed approach for lumbar vertebrae CT image segmentation with different levels of saltand-pepper noises. The intuitional comparisons are illustrated in Fig. 4, Fig. 5. Fig. 4 and Fig. 5 illustrate the comparisons of the segmentation results with different levels of salt-and-pepper noises utilizing C-V model, Lim s model [9], our proposed approach and ground truth. From the figures, it is noticeable that our proposed approach achieves smoother and more accurate segmentation results than others. Furthermore, our proposed approach is robust to different levels of salt-and-pepper noises. Although the CV model performs stable segmentation from different levels of noises, it is unable to solve the irregular boundary problem and leads to under-segmentation since it assumes the intensity of the object region is homogeneous. In contrast, Lim s model is so sensitive to salt-and-pepper noises that it cannot generate continuous contour when the noise level is added to 3%. Moreover, Lim s model gets rise to oversegmentation which is attributed to its edge-based property. Table I displays the quantitative comparison results of our proposed approach with the other two methods. It lists three different criteria: DSC, MAD and iteration number of these methods. It can be seen that even for images added with 3% levels of salt and pepper noises, our proposed approach outperforms others within all these four criteria since we rely on the region correlation of histograms inside and outside the contour. The conclusion can be drawn that our proposed approach is robust and accurate in presence of salt-and-pepper noises and is capable of converging quickly to the target boundaries. IV. CONCLUSION In this paper, we present a novel level set formulation for lumbar vertebrae CT image segmentation. Our proposed approach is able to conduct the automatic initialization via AILSF which consists of HMF and GMM, and the corresponding initial contour is smoother and more well-defined than that initialized by Otsu method. Furthermore, a regularization level set formulation is introduced based on the region correlation which is calculated by Mahalanobis distance of histograms inside and outside the level set contour in order to avoid weak boundary leaking problem. Experimental results on clinical images demonstrate that our proposed approach is sufficiently more accurate and robust than the C-V model and Lim s model. Moreover, our algorithm performs much more computationally efficient in presence of different levels of saltand-pepper noises. ACKNOWLEDGMENT This work was supported by the National Science Foundation of China under contact ( , ). REFERENCES [1] A. Nitin, F. Daniel P, G. Raghav, H. David R, Q. John C, H. Robert F, and G. Ira M, A comparative analysis of minimally invasive and open spine surgery patient education resources, Journal of Neurosurgery: Spine, vol. 21, no. 3, pp , [2] S. Kadoury, H. Labelle, and S. Parent, 3D spine reconstruction of postoperative patients from multi-level manifold ensembles, in Medical Image Computing and Computer-Assisted Intervention MICCAI Springer, 2014, pp [3] T. Klinder, J. Ostermann, M. Ehm, A. Franz, R. Kneser, and C. Lorenz, Automated model-based vertebra detection, identification, and segmentation in ct images, Medical image analysis, vol. 13, no. 3, pp , [4] J. Ma and L. Lu, Hierarchical segmentation and identification of thoracic vertebra using learning-based edge detection and

6 coarse-to-fine deformable model, Computer Vision and Image Understanding, vol. 117, no. 9, pp , [5] A. Suzani, A. Rasoulian, S. Fels, R. N. Rohling, and P. Abolmaesumi, Semi-automatic segmentation of vertebral bodies in volumetric MR images using a statistical shape+ pose model, Proc. SPIE 9036, Medical Imaging 2014: Image-Guided Procedures, Robotic Interventions, and Modeling, p , [6] S. Osher and J. A. Sethian, Fronts propagating with curvaturedependent speed: algorithms based on Hamilton-Jacobi formulations, Journal of computational physics, vol. 79, no. 1, pp , [7] C. Li, C. Xu, C. Gui, and M. D. Fox, Distance regularized level set evolution and its application to image segmentation, IEEE Transactions on Image Processing, vol. 19, no. 12, pp , [8] T. F. Chan and L. A. Vese, Active contours without edges, IEEE transactions on Image processing, vol. 10, no. 2, pp , [9] M. S. Aslan, A. Shalaby, H. Abdelmunim, and A. A. Farag, Probabilistic shape-based segmentation method using level sets, IET Computer Vision, vol. 8, no. 3, pp , [10] P. H. Lim, U. Bagci, and L. Bai, Introducing Willmore flow into level set segmentation of spinal vertebrae, IEEE Transactions on Biomedical Engineering, vol. 60, no. 1, pp , [11] S. Liu, Y. Hang, and R. Zhang, Object external boundary extraction technology based on generalized symmetry properties and the Snake model, Information and control, vol. 43, no. 3, pp , [12] J. Huang, F. Jian, H. Wu, and H. Li, An improved level set method for vertebra CT image segmentation, Biomedical engineering online, vol. 12, no. 1, pp , [13] S. Balla-Arabe, X. Gao, and B. Wang, GPU accelerated edgeregion based level set evolution constrained by 2D gray-scale histogram, IEEE Transactions on Image Processing, vol. 22, no. 7, pp , [14] W. Liu, Y. Shang, and X. Yang, Active contour model driven by local histogram fitting energy, Pattern Recognition Letters, vol. 34, no. 6, pp , [15] N. Bouaynaya and D. Schonfeld, Theoretical foundations of spatially-variant mathematical morphology part II: Gray-level images, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 30, no. 5, pp , [16] Spine CT image dataset. [Online]. Available: microsoft.com/project/medicalimageanalysis/ [17] TurtleSeg: Interactive 3D image segmentation software. [Online]. Available:

Automated Segmentation Using a Fast Implementation of the Chan-Vese Models

Automated Segmentation Using a Fast Implementation of the Chan-Vese Models Automated Segmentation Using a Fast Implementation of the Chan-Vese Models Huan Xu, and Xiao-Feng Wang,,3 Intelligent Computation Lab, Hefei Institute of Intelligent Machines, Chinese Academy of Science,

More information

Semi-automatic Segmentation of Vertebral Bodies in Volumetric MR Images Using a Statistical Shape+Pose Model

Semi-automatic Segmentation of Vertebral Bodies in Volumetric MR Images Using a Statistical Shape+Pose Model Semi-automatic Segmentation of Vertebral Bodies in Volumetric MR Images Using a Statistical Shape+Pose Model A. Suzani, A. Rasoulian S. Fels, R. N. Rohling P. Abolmaesumi Robotics and Control Laboratory,

More information

Vertebrae Segmentation in 3D CT Images based on a Variational Framework

Vertebrae Segmentation in 3D CT Images based on a Variational Framework Vertebrae Segmentation in 3D CT Images based on a Variational Framework Kerstin Hammernik, Thomas Ebner, Darko Stern, Martin Urschler, and Thomas Pock Abstract Automatic segmentation of 3D vertebrae is

More information

ISSN: X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 6, Issue 8, August 2017

ISSN: X International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 6, Issue 8, August 2017 ENTROPY BASED CONSTRAINT METHOD FOR IMAGE SEGMENTATION USING ACTIVE CONTOUR MODEL M.Nirmala Department of ECE JNTUA college of engineering, Anantapuramu Andhra Pradesh,India Abstract: Over the past existing

More information

NIH Public Access Author Manuscript Proc Soc Photo Opt Instrum Eng. Author manuscript; available in PMC 2014 October 07.

NIH Public Access Author Manuscript Proc Soc Photo Opt Instrum Eng. Author manuscript; available in PMC 2014 October 07. NIH Public Access Author Manuscript Published in final edited form as: Proc Soc Photo Opt Instrum Eng. 2014 March 21; 9034: 903442. doi:10.1117/12.2042915. MRI Brain Tumor Segmentation and Necrosis Detection

More information

A Robust Segmentation Framework for Spine Trauma Diagnosis

A Robust Segmentation Framework for Spine Trauma Diagnosis A Robust Segmentation Framework for Spine Trauma Diagnosis Poay Hoon Lim 1, Ulas Bagci 2 and Li Bai 1 1 School of Computer Science, University of Nottingham, UK 2 Radiology and Imaging Sciences, National

More information

Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform

Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform Semi-Automatic Detection of Cervical Vertebrae in X-ray Images Using Generalized Hough Transform Mohamed Amine LARHMAM, Saïd MAHMOUDI and Mohammed BENJELLOUN Faculty of Engineering, University of Mons,

More information

North Asian International Research Journal of Sciences, Engineering & I.T.

North Asian International Research Journal of Sciences, Engineering & I.T. North Asian International Research Journal of Sciences, Engineering & I.T. IRJIF. I.F. : 3.821 Index Copernicus Value: 52.88 ISSN: 2454-7514 Vol. 4, Issue-12 December-2018 Thomson Reuters ID: S-8304-2016

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

Automatic Labeling and Segmentation of Vertebrae in CT Images

Automatic Labeling and Segmentation of Vertebrae in CT Images 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Subpixel Corner Detection Using Spatial Moment 1)

Subpixel Corner Detection Using Spatial Moment 1) Vol.31, No.5 ACTA AUTOMATICA SINICA September, 25 Subpixel Corner Detection Using Spatial Moment 1) WANG She-Yang SONG Shen-Min QIANG Wen-Yi CHEN Xing-Lin (Department of Control Engineering, Harbin Institute

More information

Detection of Edges Using Mathematical Morphological Operators

Detection of Edges Using Mathematical Morphological Operators OPEN TRANSACTIONS ON INFORMATION PROCESSING Volume 1, Number 1, MAY 2014 OPEN TRANSACTIONS ON INFORMATION PROCESSING Detection of Edges Using Mathematical Morphological Operators Suman Rani*, Deepti Bansal,

More information

College of Engineering, Trivandrum.

College of Engineering, Trivandrum. Analysis of CT Liver Images Using Level Sets with Bayesian Analysis-A Hybrid Approach Sajith A.G 1, Dr. Hariharan.S 2 1 Research Scholar, 2 Professor, Department of Electrical&Electronics Engineering College

More information

Simultaneous Model-based Segmentation of Multiple Objects

Simultaneous Model-based Segmentation of Multiple Objects Simultaneous Model-based Segmentation of Multiple Objects Astrid Franz 1, Robin Wolz 1, Tobias Klinder 1,2, Cristian Lorenz 1, Hans Barschdorf 1, Thomas Blaffert 1, Sebastian P. M. Dries 1, Steffen Renisch

More information

Image Segmentation Based on Watershed and Edge Detection Techniques

Image Segmentation Based on Watershed and Edge Detection Techniques 0 The International Arab Journal of Information Technology, Vol., No., April 00 Image Segmentation Based on Watershed and Edge Detection Techniques Nassir Salman Computer Science Department, Zarqa Private

More information

A Modified Image Segmentation Method Using Active Contour Model

A Modified Image Segmentation Method Using Active Contour Model nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 015) A Modified Image Segmentation Method Using Active Contour Model Shiping Zhu 1, a, Ruidong Gao 1, b 1 Department

More information

Image Segmentation Using Iterated Graph Cuts Based on Multi-scale Smoothing

Image Segmentation Using Iterated Graph Cuts Based on Multi-scale Smoothing Image Segmentation Using Iterated Graph Cuts Based on Multi-scale Smoothing Tomoyuki Nagahashi 1, Hironobu Fujiyoshi 1, and Takeo Kanade 2 1 Dept. of Computer Science, Chubu University. Matsumoto 1200,

More information

An efficient face recognition algorithm based on multi-kernel regularization learning

An efficient face recognition algorithm based on multi-kernel regularization learning Acta Technica 61, No. 4A/2016, 75 84 c 2017 Institute of Thermomechanics CAS, v.v.i. An efficient face recognition algorithm based on multi-kernel regularization learning Bi Rongrong 1 Abstract. A novel

More information

Cellular Learning Automata-Based Color Image Segmentation using Adaptive Chains

Cellular Learning Automata-Based Color Image Segmentation using Adaptive Chains Cellular Learning Automata-Based Color Image Segmentation using Adaptive Chains Ahmad Ali Abin, Mehran Fotouhi, Shohreh Kasaei, Senior Member, IEEE Sharif University of Technology, Tehran, Iran abin@ce.sharif.edu,

More information

An Advanced Automatic Fuzzy Rule-Based Algorithm for 3D Vessel Segmentation

An Advanced Automatic Fuzzy Rule-Based Algorithm for 3D Vessel Segmentation An Advanced Automatic Fuzzy Rule-Based Algorithm for 3D Vessel Segmentation Mohamed A. Abdou *1, Ashraf El-Sayed 2, Eman Ali 2 1 Informatics Research Institute, City for Scientific, Research & Technology

More information

arxiv: v1 [cs.cv] 6 Jun 2017

arxiv: v1 [cs.cv] 6 Jun 2017 Volume Calculation of CT lung Lesions based on Halton Low-discrepancy Sequences Liansheng Wang a, Shusheng Li a, and Shuo Li b a Department of Computer Science, Xiamen University, Xiamen, China b Dept.

More information

An ICA based Approach for Complex Color Scene Text Binarization

An ICA based Approach for Complex Color Scene Text Binarization An ICA based Approach for Complex Color Scene Text Binarization Siddharth Kherada IIIT-Hyderabad, India siddharth.kherada@research.iiit.ac.in Anoop M. Namboodiri IIIT-Hyderabad, India anoop@iiit.ac.in

More information

TUBULAR SURFACES EXTRACTION WITH MINIMAL ACTION SURFACES

TUBULAR SURFACES EXTRACTION WITH MINIMAL ACTION SURFACES TUBULAR SURFACES EXTRACTION WITH MINIMAL ACTION SURFACES XIANGJUN GAO Department of Computer and Information Technology, Shangqiu Normal University, Shangqiu 476000, Henan, China ABSTRACT This paper presents

More information

Lesion Segmentation and Bias Correction in Breast Ultrasound B-mode Images Including Elastography Information

Lesion Segmentation and Bias Correction in Breast Ultrasound B-mode Images Including Elastography Information Lesion Segmentation and Bias Correction in Breast Ultrasound B-mode Images Including Elastography Information Gerard Pons a, Joan Martí a, Robert Martí a, Mariano Cabezas a, Andrew di Battista b, and J.

More information

An Improved Adaptive Aorta Segmentation Algorithm Base on Level Set Method

An Improved Adaptive Aorta Segmentation Algorithm Base on Level Set Method Journal of Computers Vol. 7, No. 4, 6, pp. 87-96 doi:.3966/995596745 An Improved Adaptive Aorta Segmentation Algorithm Base on Level Set Method Yan-Min Luo, Jun-Yang *, Pei-Zhong Liu 3, De-Tian Huang 3,

More information

Fuzzy Region Merging Using Fuzzy Similarity Measurement on Image Segmentation

Fuzzy Region Merging Using Fuzzy Similarity Measurement on Image Segmentation International Journal of Electrical and Computer Engineering (IJECE) Vol. 7, No. 6, December 2017, pp. 3402~3410 ISSN: 2088-8708, DOI: 10.11591/ijece.v7i6.pp3402-3410 3402 Fuzzy Region Merging Using Fuzzy

More information

Adaptive Fuzzy Connectedness-Based Medical Image Segmentation

Adaptive Fuzzy Connectedness-Based Medical Image Segmentation Adaptive Fuzzy Connectedness-Based Medical Image Segmentation Amol Pednekar Ioannis A. Kakadiaris Uday Kurkure Visual Computing Lab, Dept. of Computer Science, Univ. of Houston, Houston, TX, USA apedneka@bayou.uh.edu

More information

On-line, Incremental Learning of a Robust Active Shape Model

On-line, Incremental Learning of a Robust Active Shape Model On-line, Incremental Learning of a Robust Active Shape Model Michael Fussenegger 1, Peter M. Roth 2, Horst Bischof 2, Axel Pinz 1 1 Institute of Electrical Measurement and Measurement Signal Processing

More information

Comparison of Vessel Segmentations using STAPLE

Comparison of Vessel Segmentations using STAPLE Comparison of Vessel Segmentations using STAPLE Julien Jomier, Vincent LeDigarcher, and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab The University of North Carolina at Chapel Hill, Department

More information

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images Karthik Ram K.V & Mahantesh K Department of Electronics and Communication Engineering, SJB Institute of Technology, Bangalore,

More information

A Novel q-parameter Automation in Tsallis Entropy for Image Segmentation

A Novel q-parameter Automation in Tsallis Entropy for Image Segmentation A Novel q-parameter Automation in Tsallis Entropy for Image Segmentation M Seetharama Prasad KL University Vijayawada- 522202 P Radha Krishna KL University Vijayawada- 522202 ABSTRACT Image Thresholding

More information

MEDICAL IMAGE NOISE REDUCTION AND REGION CONTRAST ENHANCEMENT USING PARTIAL DIFFERENTIAL EQUATIONS

MEDICAL IMAGE NOISE REDUCTION AND REGION CONTRAST ENHANCEMENT USING PARTIAL DIFFERENTIAL EQUATIONS MEDICAL IMAGE NOISE REDUCTION AND REGION CONTRAST ENHANCEMENT USING PARTIAL DIFFERENTIAL EQUATIONS Miguel Alemán-Flores, Luis Álvarez-León Departamento de Informática y Sistemas, Universidad de Las Palmas

More information

Deep Learning for Automatic Localization, Identification, and Segmentation of Vertebral Bodies in Volumetric MR Images

Deep Learning for Automatic Localization, Identification, and Segmentation of Vertebral Bodies in Volumetric MR Images Deep Learning for Automatic Localization, Identification, and Segmentation of Vertebral Bodies in Volumetric MR Images Amin Suzani a, Abtin Rasoulian a, Alexander Seitel a,sidneyfels a, Robert N. Rohling

More information

Automatic Logo Detection and Removal

Automatic Logo Detection and Removal Automatic Logo Detection and Removal Miriam Cha, Pooya Khorrami and Matthew Wagner Electrical and Computer Engineering Carnegie Mellon University Pittsburgh, PA 15213 {mcha,pkhorrami,mwagner}@ece.cmu.edu

More information

Lecture: Segmentation I FMAN30: Medical Image Analysis. Anders Heyden

Lecture: Segmentation I FMAN30: Medical Image Analysis. Anders Heyden Lecture: Segmentation I FMAN30: Medical Image Analysis Anders Heyden 2017-11-13 Content What is segmentation? Motivation Segmentation methods Contour-based Voxel/pixel-based Discussion What is segmentation?

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 WRI C225 Lecture 04 130131 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Histogram Equalization Image Filtering Linear

More information

Using Game Theory for Image Segmentation

Using Game Theory for Image Segmentation Using Game Theory for Image Segmentation Elizabeth Cassell Sumanth Kolar Alex Yakushev 1 Introduction 21st March 2007 The goal of image segmentation, is to distinguish objects from background. Robust segmentation

More information

Automatic Shadow Removal by Illuminance in HSV Color Space

Automatic Shadow Removal by Illuminance in HSV Color Space Computer Science and Information Technology 3(3): 70-75, 2015 DOI: 10.13189/csit.2015.030303 http://www.hrpub.org Automatic Shadow Removal by Illuminance in HSV Color Space Wenbo Huang 1, KyoungYeon Kim

More information

Fully Automatic Vertebra Detection in X-Ray Images Based on Multi-Class SVM

Fully Automatic Vertebra Detection in X-Ray Images Based on Multi-Class SVM Fully Automatic Vertebra Detection in X-Ray Images Based on Multi-Class SVM Fabian Lecron, Mohammed Benjelloun, Saïd Mahmoudi University of Mons, Faculty of Engineering, Computer Science Department 20,

More information

Flexible Calibration of a Portable Structured Light System through Surface Plane

Flexible Calibration of a Portable Structured Light System through Surface Plane Vol. 34, No. 11 ACTA AUTOMATICA SINICA November, 2008 Flexible Calibration of a Portable Structured Light System through Surface Plane GAO Wei 1 WANG Liang 1 HU Zhan-Yi 1 Abstract For a portable structured

More information

Bioimage Informatics

Bioimage Informatics Bioimage Informatics Lecture 14, Spring 2012 Bioimage Data Analysis (IV) Image Segmentation (part 3) Lecture 14 March 07, 2012 1 Outline Review: intensity thresholding based image segmentation Morphological

More information

Segmentation of MR Images of a Beating Heart

Segmentation of MR Images of a Beating Heart Segmentation of MR Images of a Beating Heart Avinash Ravichandran Abstract Heart Arrhythmia is currently treated using invasive procedures. In order use to non invasive procedures accurate imaging modalities

More information

A Non-Linear Image Registration Scheme for Real-Time Liver Ultrasound Tracking using Normalized Gradient Fields

A Non-Linear Image Registration Scheme for Real-Time Liver Ultrasound Tracking using Normalized Gradient Fields A Non-Linear Image Registration Scheme for Real-Time Liver Ultrasound Tracking using Normalized Gradient Fields Lars König, Till Kipshagen and Jan Rühaak Fraunhofer MEVIS Project Group Image Registration,

More information

RESTORATION OF DEGRADED DOCUMENTS USING IMAGE BINARIZATION TECHNIQUE

RESTORATION OF DEGRADED DOCUMENTS USING IMAGE BINARIZATION TECHNIQUE RESTORATION OF DEGRADED DOCUMENTS USING IMAGE BINARIZATION TECHNIQUE K. Kaviya Selvi 1 and R. S. Sabeenian 2 1 Department of Electronics and Communication Engineering, Communication Systems, Sona College

More information

Robust color segmentation algorithms in illumination variation conditions

Robust color segmentation algorithms in illumination variation conditions 286 CHINESE OPTICS LETTERS / Vol. 8, No. / March 10, 2010 Robust color segmentation algorithms in illumination variation conditions Jinhui Lan ( ) and Kai Shen ( Department of Measurement and Control Technologies,

More information

Probabilistic Facial Feature Extraction Using Joint Distribution of Location and Texture Information

Probabilistic Facial Feature Extraction Using Joint Distribution of Location and Texture Information Probabilistic Facial Feature Extraction Using Joint Distribution of Location and Texture Information Mustafa Berkay Yilmaz, Hakan Erdogan, Mustafa Unel Sabanci University, Faculty of Engineering and Natural

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 26 (1): 309-316 (2018) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Application of Active Contours Driven by Local Gaussian Distribution Fitting

More information

Multiple Motion and Occlusion Segmentation with a Multiphase Level Set Method

Multiple Motion and Occlusion Segmentation with a Multiphase Level Set Method Multiple Motion and Occlusion Segmentation with a Multiphase Level Set Method Yonggang Shi, Janusz Konrad, W. Clem Karl Department of Electrical and Computer Engineering Boston University, Boston, MA 02215

More information

2 Proposed Methodology

2 Proposed Methodology 3rd International Conference on Multimedia Technology(ICMT 2013) Object Detection in Image with Complex Background Dong Li, Yali Li, Fei He, Shengjin Wang 1 State Key Laboratory of Intelligent Technology

More information

International Conference on Materials Engineering and Information Technology Applications (MEITA 2015)

International Conference on Materials Engineering and Information Technology Applications (MEITA 2015) International Conference on Materials Engineering and Information Technology Applications (MEITA 05) An Adaptive Image Segmentation Method Based on the Level Set Zhang Aili,3,a, Li Sijia,b, Liu Tuanning,3,c,

More information

Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial Region Segmentation

Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial Region Segmentation IJCSNS International Journal of Computer Science and Network Security, VOL.13 No.11, November 2013 1 Moving Object Segmentation Method Based on Motion Information Classification by X-means and Spatial

More information

Part 3: Image Processing

Part 3: Image Processing Part 3: Image Processing Image Filtering and Segmentation Georgy Gimel farb COMPSCI 373 Computer Graphics and Image Processing 1 / 60 1 Image filtering 2 Median filtering 3 Mean filtering 4 Image segmentation

More information

Nonrigid Surface Modelling. and Fast Recovery. Department of Computer Science and Engineering. Committee: Prof. Leo J. Jia and Prof. K. H.

Nonrigid Surface Modelling. and Fast Recovery. Department of Computer Science and Engineering. Committee: Prof. Leo J. Jia and Prof. K. H. Nonrigid Surface Modelling and Fast Recovery Zhu Jianke Supervisor: Prof. Michael R. Lyu Committee: Prof. Leo J. Jia and Prof. K. H. Wong Department of Computer Science and Engineering May 11, 2007 1 2

More information

An Approach for Real Time Moving Object Extraction based on Edge Region Determination

An Approach for Real Time Moving Object Extraction based on Edge Region Determination An Approach for Real Time Moving Object Extraction based on Edge Region Determination Sabrina Hoque Tuli Department of Computer Science and Engineering, Chittagong University of Engineering and Technology,

More information

Segmentation of Images

Segmentation of Images Segmentation of Images SEGMENTATION If an image has been preprocessed appropriately to remove noise and artifacts, segmentation is often the key step in interpreting the image. Image segmentation is a

More information

HYBRID MULTISCALE LANDMARK AND DEFORMABLE IMAGE REGISTRATION. Dana Paquin. Doron Levy. Lei Xing. (Communicated by Yang Kuang)

HYBRID MULTISCALE LANDMARK AND DEFORMABLE IMAGE REGISTRATION. Dana Paquin. Doron Levy. Lei Xing. (Communicated by Yang Kuang) MATHEMATICAL BIOSCIENCES http://www.mbejournal.org/ AND ENGINEERING Volume 4, Number 4, October 2007 pp. 711 737 HYBRID MULTISCALE LANDMARK AND DEFORMABLE IMAGE REGISTRATION Dana Paquin Department of Mathematics,

More information

NSCT BASED LOCAL ENHANCEMENT FOR ACTIVE CONTOUR BASED IMAGE SEGMENTATION APPLICATION

NSCT BASED LOCAL ENHANCEMENT FOR ACTIVE CONTOUR BASED IMAGE SEGMENTATION APPLICATION DOI: 10.1917/ijivp.010.0004 NSCT BASED LOCAL ENHANCEMENT FOR ACTIVE CONTOUR BASED IMAGE SEGMENTATION APPLICATION Hiren Mewada 1 and Suprava Patnaik Department of Electronics Engineering, Sardar Vallbhbhai

More information

CHAPTER-4 LOCALIZATION AND CONTOUR DETECTION OF OPTIC DISK

CHAPTER-4 LOCALIZATION AND CONTOUR DETECTION OF OPTIC DISK CHAPTER-4 LOCALIZATION AND CONTOUR DETECTION OF OPTIC DISK Ocular fundus images can provide information about ophthalmic, retinal and even systemic diseases such as hypertension, diabetes, macular degeneration

More information

Image Quality Assessment based on Improved Structural SIMilarity

Image Quality Assessment based on Improved Structural SIMilarity Image Quality Assessment based on Improved Structural SIMilarity Jinjian Wu 1, Fei Qi 2, and Guangming Shi 3 School of Electronic Engineering, Xidian University, Xi an, Shaanxi, 710071, P.R. China 1 jinjian.wu@mail.xidian.edu.cn

More information

Shape-Based Kidney Detection and Segmentation in Three-Dimensional Abdominal Ultrasound Images

Shape-Based Kidney Detection and Segmentation in Three-Dimensional Abdominal Ultrasound Images University of Toronto Shape-Based Kidney Detection and Segmentation in Three-Dimensional Abdominal Ultrasound Images Authors: M. Marsousi, K. N. Plataniotis, S. Stergiopoulos Presenter: M. Marsousi, M.

More information

Color-Texture Segmentation of Medical Images Based on Local Contrast Information

Color-Texture Segmentation of Medical Images Based on Local Contrast Information Color-Texture Segmentation of Medical Images Based on Local Contrast Information Yu-Chou Chang Department of ECEn, Brigham Young University, Provo, Utah, 84602 USA ycchang@et.byu.edu Dah-Jye Lee Department

More information

Image Segmentation Using Iterated Graph Cuts BasedonMulti-scaleSmoothing

Image Segmentation Using Iterated Graph Cuts BasedonMulti-scaleSmoothing Image Segmentation Using Iterated Graph Cuts BasedonMulti-scaleSmoothing Tomoyuki Nagahashi 1, Hironobu Fujiyoshi 1, and Takeo Kanade 2 1 Dept. of Computer Science, Chubu University. Matsumoto 1200, Kasugai,

More information

Keywords: active contours; image segmentation; level sets; PDM; GDM; watershed segmentation.

Keywords: active contours; image segmentation; level sets; PDM; GDM; watershed segmentation. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Study of Active Contour Modelling for Image Segmentation: A Review Jaspreet Kaur Department of Computer Science & Engineering

More information

Variational Level Set Formulation and Filtering Techniques on CT Images

Variational Level Set Formulation and Filtering Techniques on CT Images Variational Level Set Formulation and Filtering Techniques on CT Images Shweta Gupta Assistant Professor, Dept. of Electronics and Communication Dronacharya College of Engineering, Khentawas, Farrukhnagar,

More information

Image Quality Assessment Techniques: An Overview

Image Quality Assessment Techniques: An Overview Image Quality Assessment Techniques: An Overview Shruti Sonawane A. M. Deshpande Department of E&TC Department of E&TC TSSM s BSCOER, Pune, TSSM s BSCOER, Pune, Pune University, Maharashtra, India Pune

More information

Robust Ring Detection In Phase Correlation Surfaces

Robust Ring Detection In Phase Correlation Surfaces Griffith Research Online https://research-repository.griffith.edu.au Robust Ring Detection In Phase Correlation Surfaces Author Gonzalez, Ruben Published 2013 Conference Title 2013 International Conference

More information

2 Michael E. Leventon and Sarah F. F. Gibson a b c d Fig. 1. (a, b) Two MR scans of a person's knee. Both images have high resolution in-plane, but ha

2 Michael E. Leventon and Sarah F. F. Gibson a b c d Fig. 1. (a, b) Two MR scans of a person's knee. Both images have high resolution in-plane, but ha Model Generation from Multiple Volumes using Constrained Elastic SurfaceNets Michael E. Leventon and Sarah F. F. Gibson 1 MIT Artificial Intelligence Laboratory, Cambridge, MA 02139, USA leventon@ai.mit.edu

More information

Image Processing Lecture 10

Image Processing Lecture 10 Image Restoration Image restoration attempts to reconstruct or recover an image that has been degraded by a degradation phenomenon. Thus, restoration techniques are oriented toward modeling the degradation

More information

A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET

A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET A NEW APPROACH OF BRAIN TUMOR SEGMENTATION USING FAST CONVERGENCE LEVEL SET ABSTRACT Virupakshappa 1 and Basavaraj Amarapur 2 1 Department of CSE, Appa IET, Kalaburagi, Karnataka, India virupakshi.108@gmail.com

More information

Ensemble registration: Combining groupwise registration and segmentation

Ensemble registration: Combining groupwise registration and segmentation PURWANI, COOTES, TWINING: ENSEMBLE REGISTRATION 1 Ensemble registration: Combining groupwise registration and segmentation Sri Purwani 1,2 sri.purwani@postgrad.manchester.ac.uk Tim Cootes 1 t.cootes@manchester.ac.uk

More information

EDGE BASED REGION GROWING

EDGE BASED REGION GROWING EDGE BASED REGION GROWING Rupinder Singh, Jarnail Singh Preetkamal Sharma, Sudhir Sharma Abstract Image segmentation is a decomposition of scene into its components. It is a key step in image analysis.

More information

Face Alignment Under Various Poses and Expressions

Face Alignment Under Various Poses and Expressions Face Alignment Under Various Poses and Expressions Shengjun Xin and Haizhou Ai Computer Science and Technology Department, Tsinghua University, Beijing 100084, China ahz@mail.tsinghua.edu.cn Abstract.

More information

Segmentation in Noisy Medical Images Using PCA Model Based Particle Filtering

Segmentation in Noisy Medical Images Using PCA Model Based Particle Filtering Segmentation in Noisy Medical Images Using PCA Model Based Particle Filtering Wei Qu a, Xiaolei Huang b, and Yuanyuan Jia c a Siemens Medical Solutions USA Inc., AX Division, Hoffman Estates, IL 60192;

More information

LOCAL-GLOBAL OPTICAL FLOW FOR IMAGE REGISTRATION

LOCAL-GLOBAL OPTICAL FLOW FOR IMAGE REGISTRATION LOCAL-GLOBAL OPTICAL FLOW FOR IMAGE REGISTRATION Ammar Zayouna Richard Comley Daming Shi Middlesex University School of Engineering and Information Sciences Middlesex University, London NW4 4BT, UK A.Zayouna@mdx.ac.uk

More information

Segmentation of Distinct Homogeneous Color Regions in Images

Segmentation of Distinct Homogeneous Color Regions in Images Segmentation of Distinct Homogeneous Color Regions in Images Daniel Mohr and Gabriel Zachmann Department of Computer Science, Clausthal University, Germany, {mohr, zach}@in.tu-clausthal.de Abstract. In

More information

Accurate 3D Face and Body Modeling from a Single Fixed Kinect

Accurate 3D Face and Body Modeling from a Single Fixed Kinect Accurate 3D Face and Body Modeling from a Single Fixed Kinect Ruizhe Wang*, Matthias Hernandez*, Jongmoo Choi, Gérard Medioni Computer Vision Lab, IRIS University of Southern California Abstract In this

More information

HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION. Gengjian Xue, Li Song, Jun Sun, Meng Wu

HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION. Gengjian Xue, Li Song, Jun Sun, Meng Wu HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION Gengjian Xue, Li Song, Jun Sun, Meng Wu Institute of Image Communication and Information Processing, Shanghai Jiao Tong University,

More information

A New Technique of Extraction of Edge Detection Using Digital Image Processing

A New Technique of Extraction of Edge Detection Using Digital Image Processing International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) A New Technique of Extraction of Edge Detection Using Digital Image Processing Balaji S.C.K 1 1, Asst Professor S.V.I.T Abstract:

More information

EE 584 MACHINE VISION

EE 584 MACHINE VISION EE 584 MACHINE VISION Binary Images Analysis Geometrical & Topological Properties Connectedness Binary Algorithms Morphology Binary Images Binary (two-valued; black/white) images gives better efficiency

More information

STIC AmSud Project. Graph cut based segmentation of cardiac ventricles in MRI: a shape-prior based approach

STIC AmSud Project. Graph cut based segmentation of cardiac ventricles in MRI: a shape-prior based approach STIC AmSud Project Graph cut based segmentation of cardiac ventricles in MRI: a shape-prior based approach Caroline Petitjean A joint work with Damien Grosgeorge, Pr Su Ruan, Pr JN Dacher, MD October 22,

More information

DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN. Gengjian Xue, Jun Sun, Li Song

DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN. Gengjian Xue, Jun Sun, Li Song DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN Gengjian Xue, Jun Sun, Li Song Institute of Image Communication and Information Processing, Shanghai Jiao

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Third Edition Rafael C. Gonzalez University of Tennessee Richard E. Woods MedData Interactive PEARSON Prentice Hall Pearson Education International Contents Preface xv Acknowledgments

More information

Assessing Accuracy Factors in Deformable 2D/3D Medical Image Registration Using a Statistical Pelvis Model

Assessing Accuracy Factors in Deformable 2D/3D Medical Image Registration Using a Statistical Pelvis Model Assessing Accuracy Factors in Deformable 2D/3D Medical Image Registration Using a Statistical Pelvis Model Jianhua Yao National Institute of Health Bethesda, MD USA jyao@cc.nih.gov Russell Taylor The Johns

More information

Introduction to Medical Imaging (5XSA0) Module 5

Introduction to Medical Imaging (5XSA0) Module 5 Introduction to Medical Imaging (5XSA0) Module 5 Segmentation Jungong Han, Dirk Farin, Sveta Zinger ( s.zinger@tue.nl ) 1 Outline Introduction Color Segmentation region-growing region-merging watershed

More information

Engineering Problem and Goal

Engineering Problem and Goal Engineering Problem and Goal Engineering Problem: Traditional active contour models can not detect edges or convex regions in noisy images. Engineering Goal: The goal of this project is to design an algorithm

More information

Still Image Objective Segmentation Evaluation using Ground Truth

Still Image Objective Segmentation Evaluation using Ground Truth 5th COST 276 Workshop (2003), pp. 9 14 B. Kovář, J. Přikryl, and M. Vlček (Editors) Still Image Objective Segmentation Evaluation using Ground Truth V. Mezaris, 1,2 I. Kompatsiaris 2 andm.g.strintzis 1,2

More information

Yunyun Yang, Chunming Li, Chiu-Yen Kao and Stanley Osher. Speaker: Chiu-Yen Kao (Math Department, The Ohio State University) BIRS, Banff, Canada

Yunyun Yang, Chunming Li, Chiu-Yen Kao and Stanley Osher. Speaker: Chiu-Yen Kao (Math Department, The Ohio State University) BIRS, Banff, Canada Yunyun Yang, Chunming Li, Chiu-Yen Kao and Stanley Osher Speaker: Chiu-Yen Kao (Math Department, The Ohio State University) BIRS, Banff, Canada Outline Review of Region-based Active Contour Models Mumford

More information

Hierarchical Segmentation and Identification of Thoracic Vertebra Using Learning-Based Edge Detection and Coarse-to-Fine Deformable Model

Hierarchical Segmentation and Identification of Thoracic Vertebra Using Learning-Based Edge Detection and Coarse-to-Fine Deformable Model Hierarchical Segmentation and Identification of Thoracic Vertebra Using Learning-Based Edge Detection and Coarse-to-Fine Deformable Model Jun Ma, Le Lu, Yiqiang Zhan, Xiang Zhou, Marcos Salganicoff, and

More information

Face Hallucination Based on Eigentransformation Learning

Face Hallucination Based on Eigentransformation Learning Advanced Science and Technology etters, pp.32-37 http://dx.doi.org/10.14257/astl.2016. Face allucination Based on Eigentransformation earning Guohua Zou School of software, East China University of Technology,

More information

Image Segmentation and Registration

Image Segmentation and Registration Image Segmentation and Registration Dr. Christine Tanner (tanner@vision.ee.ethz.ch) Computer Vision Laboratory, ETH Zürich Dr. Verena Kaynig, Machine Learning Laboratory, ETH Zürich Outline Segmentation

More information

Fully Automatic Multi-organ Segmentation based on Multi-boost Learning and Statistical Shape Model Search

Fully Automatic Multi-organ Segmentation based on Multi-boost Learning and Statistical Shape Model Search Fully Automatic Multi-organ Segmentation based on Multi-boost Learning and Statistical Shape Model Search Baochun He, Cheng Huang, Fucang Jia Shenzhen Institutes of Advanced Technology, Chinese Academy

More information

MORPHOLOGICAL BOUNDARY BASED SHAPE REPRESENTATION SCHEMES ON MOMENT INVARIANTS FOR CLASSIFICATION OF TEXTURES

MORPHOLOGICAL BOUNDARY BASED SHAPE REPRESENTATION SCHEMES ON MOMENT INVARIANTS FOR CLASSIFICATION OF TEXTURES International Journal of Computer Science and Communication Vol. 3, No. 1, January-June 2012, pp. 125-130 MORPHOLOGICAL BOUNDARY BASED SHAPE REPRESENTATION SCHEMES ON MOMENT INVARIANTS FOR CLASSIFICATION

More information

STUDYING THE FEASIBILITY AND IMPORTANCE OF GRAPH-BASED IMAGE SEGMENTATION TECHNIQUES

STUDYING THE FEASIBILITY AND IMPORTANCE OF GRAPH-BASED IMAGE SEGMENTATION TECHNIQUES 25-29 JATIT. All rights reserved. STUDYING THE FEASIBILITY AND IMPORTANCE OF GRAPH-BASED IMAGE SEGMENTATION TECHNIQUES DR.S.V.KASMIR RAJA, 2 A.SHAIK ABDUL KHADIR, 3 DR.S.S.RIAZ AHAMED. Dean (Research),

More information

Implicit Active Contours Driven by Local Binary Fitting Energy

Implicit Active Contours Driven by Local Binary Fitting Energy Implicit Active Contours Driven by Local Binary Fitting Energy Chunming Li 1, Chiu-Yen Kao 2, John C. Gore 1, and Zhaohua Ding 1 1 Institute of Imaging Science 2 Department of Mathematics Vanderbilt University

More information

doi: /

doi: / Yiting Xie ; Anthony P. Reeves; Single 3D cell segmentation from optical CT microscope images. Proc. SPIE 934, Medical Imaging 214: Image Processing, 9343B (March 21, 214); doi:1.1117/12.243852. (214)

More information

maximum likelihood estimates. The performance of

maximum likelihood estimates. The performance of International Journal of Computer Science and Telecommunications [Volume 2, Issue 6, September 2] 8 ISSN 247-3338 An Efficient Approach for Medical Image Segmentation Based on Truncated Skew Gaussian Mixture

More information

A Level Set Based Predictor-Corrector Algorithm for Vessel Segmentation

A Level Set Based Predictor-Corrector Algorithm for Vessel Segmentation A Level Set Based Predictor-Corrector Algorithm for Vessel Segmentation Weixian Yan, Tanchao Zhu, Yongming Xie, Wai-Man Pang, Jing Qin, Pheng-Ann Heng Shenzhen Institute of Advanced Integration Technology,

More information

Image Segmentation for Image Object Extraction

Image Segmentation for Image Object Extraction Image Segmentation for Image Object Extraction Rohit Kamble, Keshav Kaul # Computer Department, Vishwakarma Institute of Information Technology, Pune kamble.rohit@hotmail.com, kaul.keshav@gmail.com ABSTRACT

More information

A Novel Method for Enhanced Needle Localization Using Ultrasound-Guidance

A Novel Method for Enhanced Needle Localization Using Ultrasound-Guidance A Novel Method for Enhanced Needle Localization Using Ultrasound-Guidance Bin Dong 1,EricSavitsky 2, and Stanley Osher 3 1 Department of Mathematics, University of California, San Diego, 9500 Gilman Drive,

More information

Robust Active Contour Model Guided by Local Binary Pattern Stopping Function

Robust Active Contour Model Guided by Local Binary Pattern Stopping Function BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 17, No 4 Sofia 2017 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2017-0047 Robust Active Contour Model Guided

More information