Automatic Lung Segmentation of Volumetric Low-Dose CT Scans Using Graph Cuts

Size: px
Start display at page:

Download "Automatic Lung Segmentation of Volumetric Low-Dose CT Scans Using Graph Cuts"

Transcription

1 Automatic Lung Segmentation of Volumetric Low-Dose CT Scans Using Graph Cuts Asem M. Ali and Aly A. Farag Computer Vision and Image Processing Laboratory (CVIP Lab) University of Louisville, Louisville, KY Abstract. We propose a new technique for unsupervised segmentation of the lung region from low dose computed tomography (LDCT) images. We follow the most conventional approaches such that initial images and desired maps of regions are described by a joint Markov-Gibbs random field (MGRF) model of independent image signals and interdependent region labels. But our focus is on more accurate model identification for the MGRF model and the gray level distribution model. To better specify region borders between lung and chest, each empirical distribution of volume signals is precisely approximated by a linear combination of Gaussians (LCG) with positive and negative components. LCG models parameters are estimated by the modified EM algorithm. Initial segmentation (labeled volume) based on the LCG models is then iteratively refined by using the MGRF with analytically estimated potentials. In this framework the graph cuts is used as a global optimization algorithm to find the segmented data (labeled data) that minimize a certain energy function, which integrates the LCG model and the MGRF model. To validate the accuracy of our algorithm, a special 3D geometrical phantom motivated by statistical analysis of the LDCT data is designed. Experiments on both phantom and 3D LDCT data sets show that the proposed segmentation approach is more accurate than other known alternatives. 1 Introduction Isolating the lung from its surrounding anatomical structures is a crucial step in many studies such as detection and quantification of interstitial disease, and the detection and/or characterization of lung cancer nodules. For more details, see Sluimer s et al. survey paper [1]. But CT lung density depends on many factors such as image acquisition protocol, subject tissue volume, volume air, and physical material properties of the lung parenchyma. These factors make lung segmentation based on threshold technique difficult. So, developing new accurate algorithms with no human interaction, which depends on gray level difference between lung and its background, is important to precisely segment the lung. The literature is rich with approaches of lung segmentation in CT images. Hu et al. [2], proposed an optimal gray level thresholding technique which is G. Bebis et al. (Eds.): ISVC 2008, Part I, LNCS 5358, pp , c Springer-Verlag Berlin Heidelberg 2008

2 Automatic Lung Segmentation of Volumetric Low-Dose CT Scans 259 used to select a threshold value based on the unique characteristics of the data set. In [3], Brown et al. integrated region growing and morphological operations with anatomical knowledge expert to automatically segment lung volume. A segmentation-by-registration scheme was proposed by Sluimer et al. [4] for automated segmentation of the pathological lung in CT. In that scheme, a scan with normal lungs is registered to a scan containing pathology. When the resulting transformation is applied to a mask of the normal lungs, a segmentation is found for the pathological lungs. Although shape-based, or Atlas-based (e.g.[5]), segmentation overcomes the problem of gray level inhomogeneities, the creation of a 3D shape model of the lung is not an easy task in the 3D case. Also these techniques need a registration step. Conventional methods that perform lung segmentation in CT depend on a large contrast in Hounsfield units between the lung and surrounding tissues. Although these methods accurately segment normal lung tissues from LDCT, they tend to fail in case of gray level inhomogeneity, which results form the abnormal lung tissues. The main advantage of our proposed segmentation approach over the conventional techniques is that it is based on modeling both the intensity distribution and spatial interaction between the voxels in order to overcome any region inhomogeneity existing in the lung region. Moreover, the proposed segmentation algorithm is fast which makes it suitable for clinical applications. Recently, graph cuts has been used as an interactive N-D image segmentations tool (For more details see [6]). Many studies used graph cuts for lung segmentation. Boykov and Jolly in [7] introduced an interactive segmentation framework. In that work, the user must identify some voxels as object and others as background seeds. Then graph cut approach is used to find the optimal cut that completely separates the object seeds from the background seeds. To overcome the time complexity and memory overhead of the approach in [6] for high resolution data, Lombaert et al. [8] performed graph cuts on a low-resolution image/volume and propagated the solution to the next higher resolution level by only computing the graph cuts at that level in a narrow band surrounding the projected foreground/background interface. Although the results of these approaches looked promising, manual interaction was still required. Interactive segmentation imposes some topological constraints reflecting certain high-level contextual information about the object. However, it depends on the user input. The user inputs have to be accurately positioned. Otherwise the segmentation results are changed. Chen et al. [9] used morphological operations and graph cuts to segment the lung from radiographic images automatically. In that work, the authors initialized an outer boundary for each lung region by shrinking 10 pixels from the boundaries of both vertical halves of an image. As in our case, this method does not work in axial CT slices, where there is a lung part in the middle of the image. Inner boundaries were obtained by dilating the regional minimum. However, due to the inhomogeneity in the given image, there were many regional minimums so they selected a regional minimum based on a threshold. Then the authors in [9] used graph cuts to find the boundaries of each lung region between its inner and outer boundaries. The data penalty and

3 260 A.M. Ali and A.A. Farag discontinuity penalty were chosen to be inversely proportional to the gray levels difference of the neighborhood pixels. This selection will be improper in the case of the axial CT lung slices, due to their gray level inhomogeneities. In this paper, we propose a novel automatic lung volume segmentation approach that uses graph cuts as a powerful optimization technique to get the optimal segmentation. Different from the previous graph cuts studies, in our segmentation approach, no user interaction is needed; instead, we use the volume gray level to initially pre-label the volume. To model the low level information in the CT lung volume, the gray level distribution of lung volume is approximated with a new Linear Combination of Gaussian (LCG) distributions with positive and negative components. Due to the closeness of the gray levels between the lung tissues and the chest tissues, we do not depend only on volume gray level, but we use the graph cuts approach to combine the volume gray level information and the spatial relationships between the region labels in order to preserve the details. Often, the potential of Potts model which describes the spatial interaction between the neighboring voxels is estimated using simple functions that are inversely proportional to the gray scale difference between the two voxels and their distance. Another contribution in this work is that the potentials of Potts model are estimated using a new analytical approach. After the lung volume is initially labeled we formulate a new energy function using both volume appearance models. This function is globally minimized using s/t graph cuts to get the final and optimal segmentation of lung. 2 Proposed Graph Cuts Segmentation Framework To segment a lung, we initially labeled the volume based on its gray level probabilistic model. Then we create a weighted undirected graph with vertices corresponding to the set of volume voxels P, and a set of edges connecting these vertices. Each edge is assigned a nonnegative weight. The graph also contains two special terminal vertices s (source) Lung, and t (sink) Chest and other tissues. Consider a neighborhood system in P, which is represented by a set N of all unordered pairs {p, q} of neighboring voxels in P. LetL the set of labels { 0, 1 }, correspond to lung and its background respectively. Labeling is a mapping from P to L, and we denote the set of labeling by f = {f 1,...,f p,...,f P }. In other words, the label f p, which is assigned to the voxel p P,segmentsit to lung or background. Now our goal is to find the optimal segmentation, best labeling f, by minimizing the following energy function: E(f) = D p (f p )+ V (f p,f q ), (1) p P {p,q} N where D p (f p ), measures how much assigning a label f p to voxel p disagrees with the voxel intensity, I p. D p (f p )= ln P(I p f p )isformulatedtorepresent the regional properties of segments, Sec.2.1. The second term is the pairwise interaction model which represents the penalty for the discontinuity between voxels p and q, Sec.2.2.

4 Automatic Lung Segmentation of Volumetric Low-Dose CT Scans Gray Level Probabilistic Model To initially label the lung volume and to compute the data penalty term D p (f p ), we use the modified EM [10] to approximate the gray level marginal density of each class f p, lung and background, using a LCG with C + f p negative components as follows: positive and C f p C + fp P (I p f p )= r=1 Cfp w + f ϕ(i p,r p θ + f ) p,r l=1 w f ϕ(i p,l p θ f p,l ), (2) where ϕ(. θ) is a Gaussian density with parameter θ (μ, σ 2 )withmeanμ and variance σ 2. w + f p,r means the rth positive weight in class f p and w f p,l means the l th negative weight in class f p. This weights have a restriction C+ fp r=1 w+ f p,r C fp l=1 w f p,l = 1. Fig. 1 illustrates an example for the lung gray level LCG model and its components Empirical Density Gaussian Components... Estimated Density (a) (b) (c) (d) (e) (f) Fig. 1. Example of a lung gray level LCG Model. (a) The empirical and initial estimated densities and the dominant components. (b) The scaled absolute deviations between the empirical and initial estimated densities. (c) Approximation error for the scaled absolute error as a function of the number of Gaussians, which is used to approximate the scaled absolute error in (b). (d) The components of the final LCG model. (e) The final LCG density approximation. (f) The LCG models of each class with the best separation threshold t = 109.

5 262 A.M. Ali and A.A. Farag 2.2 Spatial Interaction Model The homogenous isotropic pairwise interaction model which represents the penalty for the discontinuity between voxels p and q is defined as follows: { γ if fp f V (f p,f q )= q ;. (3) 0iff p = f q The simplest model of spatial interaction is the Markov Gibbs random field (MGRF) with the nearest 6-neighborhood. Therefore, for this specific model the Gibbs potential can be obtained analytically using the maximum likelihood estimator (MLE) for a generic MGRF [11]. So, the resulting approximate MLE of γ is: ) γ = (K K2 K 1 f neq(f). (4) where K = 2 is the number of classes in the volume and f neq (f) denotes the relative frequency of the not equal labels in the voxel pairs and it is defined as follows. f neq (f) = 1 δ(f p f q ), (5) T N {p,q} T N where the indicator function, δ(a) equals one when the condition A is true, and zero otherwise, T N = {{p, q} : p, q P; {p, q} N} is the family of the neighboring voxel pairs supporting the Gibbs potentials. 2.3 Graph Cuts Optimal Segmentation To segment a lung volume, instead of independently segmenting each 2D slice of the volume, we segment the 3D lung using a 3D graph (e.g. Fig. 2) where each vertex in this graph represents a voxel in the lung volume. Then we define the weight of each edge as shown in table 1. After that, we get the optimal segmentation surface between the lung and its background by finding the minimum cost cut on this graph. The minimum cost cut is computed exactly in polynomial time for two terminal graph cuts with positive edges weights via s/t Min-Cut/Max-Flow algorithm [12]. 3 Experiments and Discussion To assess the performance of the proposed segmentation framework, we demonstrate it on axial human chest slices obtained by spiral-scan low-dose computer tomography (LDCT), (the 8-mm-thick LDCT slices were reconstructed every 4 mm with the scanning pitch of 1.5 mm). Each volume is initially labeled using the gray level LCG model s threshold. However, due to the gray levels inhomogeneities, one can not precisely segment the lung using only this threshold as shown in Fig. 3 where, the misclassified voxels may include abnormal lung

6 Automatic Lung Segmentation of Volumetric Low-Dose CT Scans 263 Table 1. Graph Edges Weights Edge Weight for γ f {p, q} p f q 0 f p = f q {s, p} ln[p (I p 1 )] p P {p, t} ln[p (I p 0 )] p P Fig. 2. Example of graph that used in Lung Volume Segmentation. Note: Terminals should be connected to all voxels but for illustration issue we did not do this. Fig. 3. Samples of segmented lung slices using LCG model s threshold. (Error shown in red). tissues. After computing the initially labeled volume, the potential, which indicates the spatial interaction between its voxels, is computed using this labeled volume by Eq.(4). After that, we construct a graph for the given volume using the 6-neighborhood system (e.g. Fig. 2). Then the s/t graph cuts approach gives the minimum of the binary energy Eq.(1), which corresponds to optimal segmentation. The segmentation errors are evaluated, with respect to the ground truth produced by an expert (a radiologist). Fig. 4 shows samples of segmented slices for different subjects as well as their segmented 3D lung volumes. Table 2. Accuracy and time performance of our segmentation on 7 data sets in comparison to ICM and IT. Average volume 256x256x77. Algorithm Our ICM IT Minimum error, % Maximum error, % Mean error, % Standard deviation,% Significance, P Average time, sec

7 264 A.M. Ali and A.A. Farag (a) 2.08% (b) 2.21% (c) 2.17% (d) 1.95% Fig. 4. Samples of segmented lung slices using the proposed algorithm,(error are shown in red). Corresponding 3D lung volumes (Error are shown in green). Evaluation: To evaluate the results we calculate the percentage segmentation error as follows: 100 N umber of misclassif ied voxels. (6) error% = N umber of lung volume voxels We ran the proposed approach on 23 data sets. The statistical analysis of seven of them, for which we have their ground truths (radiologist segmentation),

8 Automatic Lung Segmentation of Volumetric Low-Dose CT Scans 265 are shown in Table 2. For comparison, the statistical analysis of Iterative Conditional Modes (ICM) [13] technique results, and the Iterative Threshold (IT) [2] approach results are also shown. The unpaired t-test is used to show that the differences in the mean errors between the proposed segmentation, and (ICM/and IT) are statistically significant (the two-tailed value P is less than ). The main problem in the segmentation of ICM and IT is that the misclassified voxels include abnormal lung tissues (lung cancer), bronchi and bronchioles as shown in Fig. 5. These tissues are important if lung segmentation is a pre-step in a detection of lung nodules system. The motivation behind our segmentation is to exclude such errors as far as possible. All algorithms are run on a PC 3Ghz Pentium 4, and 2GB RAM. All implementations are in C++. (Subj1) (Subj2) (a) (b) (c) Fig. 5. Examples of segmented lung slices that have nodules (bounded by yellow circle). (a) IT and (b) ICM approaches misclassified these parts as chest tissues (error is shown in red). However, (c) proposed algorithm correctly classified them as a lung. 4 Validation Due to the hand shaking errors, it is difficult to get accurate ground truth from manual segmentation. To assess the robustness of the proposed approach, we have created a 3D geometric lung phantom (256x256x81). To cerate this phantom, we started with a segmented (by a radiologist) lung volume (lung regions, arteries, veins, bronchi, and bronchioles). Then lung and its background signals of the phantom are generated according to the distributions P (I 0), and P (I 1), respectively, in Fig. 1(f) using the inverse mapping approach [10]. Fig. 6 shows some slices of the lung volume phantom. The error 0.71% between our results and ground truth confirms the high accuracy of the proposed segmentation framework. Fig. 7 shows proposed approach segmentation as well as the ICM segmentation of the phantom volume. As expected, in our approach the

9 266 A.M. Ali and A.A. Farag (a) (b) Fig. 6. Slices from the synthetic volume Fig. 7. Lung phantom segmentation results (a) The proposed algorithm 0.71%, and (b) The ICM technique 2.31% misclassified voxels are located at the boundary, and the misclassified voxels in ICM result lose abnormal lung tissues. 5 Conclusion In this paper, we have presented a novel framework for automatic lung volume segmentation using the graph cuts approach. Our proposed method addresses the interactive techniques limitation. We initially pre-label the volume using its gray level information. The gray level distribution of lung volume is approximated with a LCG distributions with positive and negative components. A MGRF model is used to describe the spatial interaction between the lung voxels. A new analytical approach to estimate 3D spatial interaction potentials for the MGRF model is presented. Finally, an energy function using the previous models is formulated, and is globally minimized using graph cuts. Experimental results show that the developed technique gives promising accurate results compared to other known algorithms. References 1. Sluimer, I., Schilham, A., Prokop, M., van Ginneken, B.: Computer analysis of computed tomography scans of the lung: a survey. IEEE Transactions on Medical Imaging 25, (2006)

10 Automatic Lung Segmentation of Volumetric Low-Dose CT Scans Hu, S., Hoffman, E.A., Reinhardt, J.M.: Automatic lung segmentation for accurate quantitation of volumetric X-ray CT images. IEEE Transactions on Medical Imaging 20, (2001) 3. Brown, M.S., McNitt-Gray, M.F., Mankovich, N.J., Goldin, J., Hiller, J., Wilson, L.S., Aberle, D.R.: Method for segmenting chest ct image data using an anatomical model: Preliminary results. IEEE Transactions on Medical Imaging 16, (1997) 4. Sluimer, I., Prokop, M., van Ginneken, B.: Toward automated segmentation of the pathological lung in ct. IEEE Transactions on Medical Imaging 24, (2005) 5. Zhang, L., Hoffman, E.A., Reinhardt, J.M.: Atlas-driven lung lobe segmentation in volumetric x-ray ct images. In: Proc. of the SPIE, vol. 5031, pp (2003) 6. Boykov, Y., Funka-Lea, G.: Graph cuts and efficient N-D image segmentation. International Journal of Computer Vision 70, (2006) 7. Boykov, Y., Jolly, M.P.: Interactive organ segmentation using graph cuts. In: Delp, S.L., DiGoia, A.M., Jaramaz, B. (eds.) MICCAI LNCS, vol. 1935, pp Springer, Heidelberg (2000) 8. Lombaert, H., Sun, Y., Grady, L., Xu, C.: A multilevel banded graph cuts method for fast image segmentation. In: IEEE Proceedings of International Conference on Computer Vision, vol. I, pp (2005) 9. Chen, S., Cao, L., Liu, J., Tang, X.: Automatic segmentation of lung fields from radiographic images of sars patients using a new graph cuts algorithm. In: International Conference on Pattern Recognition, vol. 1, pp (2006) 10. Farag, A., El-Baz, A., Gimelfarb, G.: Density estimation using modified expectation maximization for a linear combination of gaussians. In: IEEE Proceedings of International Conference on Image Processing, vol. 3, pp (2004) 11. Gimelfarb, G.L.: Image Textures and Gibbs Random Fields. Kluwer Academic, Dordrecht (1999) 12. Boykov, Y., Kolmogorov, V.: An experimental comparison of min-cut/maxflowalgorithms for energy minimization in vision. IEEE Transactions on Pattern Analysis and Machine Intelligence 26, (2004) 13. Besag, J.E.: On the statistical analysis of dirty pictures. Journal of the Royal Statistical Society B 48, (1986)

Appearance Models for Robust Segmentation of Pulmonary Nodules in 3D LDCT Chest Images

Appearance Models for Robust Segmentation of Pulmonary Nodules in 3D LDCT Chest Images Appearance Models for Robust Segmentation of Pulmonary Nodules in 3D LDCT Chest Images Aly A. Farag 1, Ayman El-Baz 1, Georgy Gimel farb 2, Robert Falk 3, Mohamed A. El-Ghar 4, Tarek Eldiasty 4, and Salwa

More information

FEATURE DESCRIPTORS FOR NODULE TYPE CLASSIFICATION

FEATURE DESCRIPTORS FOR NODULE TYPE CLASSIFICATION FEATURE DESCRIPTORS FOR NODULE TYPE CLASSIFICATION Amal A. Farag a, Aly A. Farag a, Hossam Abdelmunim ab, Asem M. Ali a, James Graham a, Salwa Elshazly a, Ahmed Farag a, Sabry Al Mogy cd,mohamed Al Mogy

More information

MR IMAGE SEGMENTATION

MR IMAGE SEGMENTATION MR IMAGE SEGMENTATION Prepared by : Monil Shah What is Segmentation? Partitioning a region or regions of interest in images such that each region corresponds to one or more anatomic structures Classification

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

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

Supervised Probabilistic Segmentation of Pulmonary Nodules in CT Scans

Supervised Probabilistic Segmentation of Pulmonary Nodules in CT Scans Supervised Probabilistic Segmentation of Pulmonary Nodules in CT Scans Bram van Ginneken Image Sciences Institute, University Medical Center Utrecht, the Netherlands bram@isi.uu.nl Abstract. An automatic

More information

A Simple Centricity-based Region Growing Algorithm for the Extraction of Airways

A Simple Centricity-based Region Growing Algorithm for the Extraction of Airways EXACT'09-309- A Simple Centricity-based Region Growing Algorithm for the Extraction of Airways Rafael Wiemker, Thomas Bülow, Cristian Lorenz Philips Research Lab Hamburg, Röntgenstrasse 24, 22335 Hamburg

More information

A Multilevel Banded Graph Cuts Method for Fast Image Segmentation

A Multilevel Banded Graph Cuts Method for Fast Image Segmentation Proceedings of the Tenth IEEE International Conference on Computer Vision, ICCV 2005 Volume 1, pp. 259 A Multilevel Banded Graph Cuts Method for Fast Image Segmentation Herve Lombaert Yiyong Sun Leo Grady

More information

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 10: Medical Image Segmentation as an Energy Minimization Problem

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 10: Medical Image Segmentation as an Energy Minimization Problem SPRING 06 MEDICAL IMAGE COMPUTING (CAP 97) LECTURE 0: Medical Image Segmentation as an Energy Minimization Problem Dr. Ulas Bagci HEC, Center for Research in Computer Vision (CRCV), University of Central

More information

ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION

ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION ADAPTIVE GRAPH CUTS WITH TISSUE PRIORS FOR BRAIN MRI SEGMENTATION Abstract: MIP Project Report Spring 2013 Gaurav Mittal 201232644 This is a detailed report about the course project, which was to implement

More information

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation)

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation) SPRING 2017 1 MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 9: Medical Image Segmentation (III) (Fuzzy Connected Image Segmentation) Dr. Ulas Bagci HEC 221, Center for Research in Computer Vision (CRCV),

More information

Adaptive Branch Tracing and Image Sharpening for Airway Tree Extraction in 3-D Chest CT

Adaptive Branch Tracing and Image Sharpening for Airway Tree Extraction in 3-D Chest CT Adaptive Branch Tracing and Image Sharpening for Airway Tree Extraction in 3-D Chest CT Marco Feuerstein 1, Takayuki Kitasaka 2,3, Kensaku Mori 1,3 1 Graduate School of Information Science, Nagoya University,

More information

Automated segmentation methods for liver analysis in oncology applications

Automated segmentation methods for liver analysis in oncology applications University of Szeged Department of Image Processing and Computer Graphics Automated segmentation methods for liver analysis in oncology applications Ph. D. Thesis László Ruskó Thesis Advisor Dr. Antal

More information

Automatic Lung Surface Registration Using Selective Distance Measure in Temporal CT Scans

Automatic Lung Surface Registration Using Selective Distance Measure in Temporal CT Scans Automatic Lung Surface Registration Using Selective Distance Measure in Temporal CT Scans Helen Hong 1, Jeongjin Lee 2, Kyung Won Lee 3, and Yeong Gil Shin 2 1 School of Electrical Engineering and Computer

More information

Adaptive Local Multi-Atlas Segmentation: Application to Heart Segmentation in Chest CT Scans

Adaptive Local Multi-Atlas Segmentation: Application to Heart Segmentation in Chest CT Scans Adaptive Local Multi-Atlas Segmentation: Application to Heart Segmentation in Chest CT Scans Eva M. van Rikxoort, Ivana Isgum, Marius Staring, Stefan Klein and Bram van Ginneken Image Sciences Institute,

More information

Automated Lesion Detection Methods for 2D and 3D Chest X-Ray Images

Automated Lesion Detection Methods for 2D and 3D Chest X-Ray Images Automated Lesion Detection Methods for 2D and 3D Chest X-Ray Images Takeshi Hara, Hiroshi Fujita,Yongbum Lee, Hitoshi Yoshimura* and Shoji Kido** Department of Information Science, Gifu University Yanagido

More information

Interactive Differential Segmentation of the Prostate using Graph-Cuts with a Feature Detector-based Boundary Term

Interactive Differential Segmentation of the Prostate using Graph-Cuts with a Feature Detector-based Boundary Term MOSCHIDIS, GRAHAM: GRAPH-CUTS WITH FEATURE DETECTORS 1 Interactive Differential Segmentation of the Prostate using Graph-Cuts with a Feature Detector-based Boundary Term Emmanouil Moschidis emmanouil.moschidis@postgrad.manchester.ac.uk

More information

Supervised texture detection in images

Supervised texture detection in images Supervised texture detection in images Branislav Mičušík and Allan Hanbury Pattern Recognition and Image Processing Group, Institute of Computer Aided Automation, Vienna University of Technology Favoritenstraße

More information

Norbert Schuff VA Medical Center and UCSF

Norbert Schuff VA Medical Center and UCSF Norbert Schuff Medical Center and UCSF Norbert.schuff@ucsf.edu Medical Imaging Informatics N.Schuff Course # 170.03 Slide 1/67 Objective Learn the principle segmentation techniques Understand the role

More information

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Doan, H., Slabaugh, G.G., Unal, G.B. & Fang, T. (2006). Semi-Automatic 3-D Segmentation of Anatomical Structures of Brain

More information

Review on Different Segmentation Techniques For Lung Cancer CT Images

Review on Different Segmentation Techniques For Lung Cancer CT Images Review on Different Segmentation Techniques For Lung Cancer CT Images Arathi 1, Anusha Shetty 1, Madhushree 1, Chandini Udyavar 1, Akhilraj.V.Gadagkar 2 1 UG student, Dept. Of CSE, Srinivas school of engineering,

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

Automatic segmentation of the cortical grey and white matter in MRI using a Region Growing approach based on anatomical knowledge

Automatic segmentation of the cortical grey and white matter in MRI using a Region Growing approach based on anatomical knowledge Automatic segmentation of the cortical grey and white matter in MRI using a Region Growing approach based on anatomical knowledge Christian Wasserthal 1, Karin Engel 1, Karsten Rink 1 und André Brechmann

More information

LUNG NODULES SEGMENTATION IN CHEST CT BY LEVEL SETS APPROACH

LUNG NODULES SEGMENTATION IN CHEST CT BY LEVEL SETS APPROACH LUNG NODULES SEGMENTATION IN CHEST CT BY LEVEL SETS APPROACH Archana A 1, Amutha S 2 1 Student, Dept. of CNE (CSE), DSCE, Bangalore, India 2 Professor, Dept. of CSE, DSCE, Bangalore, India Abstract Segmenting

More information

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 10: Medical Image Segmentation as an Energy Minimization Problem

MEDICAL IMAGE COMPUTING (CAP 5937) LECTURE 10: Medical Image Segmentation as an Energy Minimization Problem SPRING 07 MEDICAL IMAGE COMPUTING (CAP 97) LECTURE 0: Medical Image Segmentation as an Energy Minimization Problem Dr. Ulas Bagci HEC, Center for Research in Computer Vision (CRCV), University of Central

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

Rule-Based Ventral Cavity Multi-organ Automatic Segmentation in CT Scans

Rule-Based Ventral Cavity Multi-organ Automatic Segmentation in CT Scans Rule-Based Ventral Cavity Multi-organ Automatic Segmentation in CT Scans Assaf B. Spanier (B) and Leo Joskowicz The Rachel and Selim Benin School of Computer Science and Engineering, The Hebrew University

More information

Universities of Leeds, Sheffield and York

Universities of Leeds, Sheffield and York promoting access to White Rose research papers Universities of Leeds, Sheffield and York http://eprints.whiterose.ac.uk/ This is an author produced version of a paper published in Lecture Notes in Computer

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

intro, applications MRF, labeling... how it can be computed at all? Applications in segmentation: GraphCut, GrabCut, demos

intro, applications MRF, labeling... how it can be computed at all? Applications in segmentation: GraphCut, GrabCut, demos Image as Markov Random Field and Applications 1 Tomáš Svoboda, svoboda@cmp.felk.cvut.cz Czech Technical University in Prague, Center for Machine Perception http://cmp.felk.cvut.cz Talk Outline Last update:

More information

Semantic Context Forests for Learning- Based Knee Cartilage Segmentation in 3D MR Images

Semantic Context Forests for Learning- Based Knee Cartilage Segmentation in 3D MR Images Semantic Context Forests for Learning- Based Knee Cartilage Segmentation in 3D MR Images MICCAI 2013: Workshop on Medical Computer Vision Authors: Quan Wang, Dijia Wu, Le Lu, Meizhu Liu, Kim L. Boyer,

More information

Iterated Graph Cuts for Image Segmentation

Iterated Graph Cuts for Image Segmentation Iterated Graph Cuts for Image Segmentation Bo Peng 1, Lei Zhang 1, and Jian Yang 2 1 Department of Computing, The Hong Kong Polytechnic University, Kowloon, Hong Kong, China. 2 School of Computer Science

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

Robust Region Growing Based Intrathoracic Airway Tree Segmentation

Robust Region Growing Based Intrathoracic Airway Tree Segmentation EXACT'09-261- Robust Region Growing Based Intrathoracic Airway Tree Segmentation Rômulo Pinho, Sten Luyckx, and Jan Sijbers University of Antwerp, Physics Department, VisionLab, Belgium {romulo.pinho;

More information

Graph-Based Superpixel Labeling for Enhancement of Online Video Segmentation

Graph-Based Superpixel Labeling for Enhancement of Online Video Segmentation Graph-Based Superpixel Labeling for Enhancement of Online Video Segmentation Alaa E. Abdel-Hakim Electrical Engineering Department Assiut University Assiut, Egypt alaa.aly@eng.au.edu.eg Mostafa Izz Cairo

More information

Graph Based Image Segmentation

Graph Based Image Segmentation AUTOMATYKA 2011 Tom 15 Zeszyt 3 Anna Fabijañska* Graph Based Image Segmentation 1. Introduction Image segmentation is one of the fundamental problems in machine vision. In general it aims at extracting

More information

Hierarchical Shape Statistical Model for Segmentation of Lung Fields in Chest Radiographs

Hierarchical Shape Statistical Model for Segmentation of Lung Fields in Chest Radiographs Hierarchical Shape Statistical Model for Segmentation of Lung Fields in Chest Radiographs Yonghong Shi 1 and Dinggang Shen 2,*1 1 Digital Medical Research Center, Fudan University, Shanghai, 232, China

More information

The Anatomical Equivalence Class Formulation and its Application to Shape-based Computational Neuroanatomy

The Anatomical Equivalence Class Formulation and its Application to Shape-based Computational Neuroanatomy The Anatomical Equivalence Class Formulation and its Application to Shape-based Computational Neuroanatomy Sokratis K. Makrogiannis, PhD From post-doctoral research at SBIA lab, Department of Radiology,

More information

An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy

An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy An Automated Image-based Method for Multi-Leaf Collimator Positioning Verification in Intensity Modulated Radiation Therapy Chenyang Xu 1, Siemens Corporate Research, Inc., Princeton, NJ, USA Xiaolei Huang,

More information

1. Deployment of a framework for drawing a correspondence between simple figure of merits (FOM) and quantitative imaging performance in CT.

1. Deployment of a framework for drawing a correspondence between simple figure of merits (FOM) and quantitative imaging performance in CT. Progress report: Development of assessment and predictive metrics for quantitative imaging in chest CT Subaward No: HHSN6801000050C (4a) PI: Ehsan Samei Reporting Period: month 1-18 Deliverables: 1. Deployment

More information

Interactive Boundary Detection for Automatic Definition of 2D Opacity Transfer Function

Interactive Boundary Detection for Automatic Definition of 2D Opacity Transfer Function Interactive Boundary Detection for Automatic Definition of 2D Opacity Transfer Function Martin Rauberger, Heinrich Martin Overhoff Medical Engineering Laboratory, University of Applied Sciences Gelsenkirchen,

More information

Automatic Ascending Aorta Detection in CTA Datasets

Automatic Ascending Aorta Detection in CTA Datasets Automatic Ascending Aorta Detection in CTA Datasets Stefan C. Saur 1, Caroline Kühnel 2, Tobias Boskamp 2, Gábor Székely 1, Philippe Cattin 1,3 1 Computer Vision Laboratory, ETH Zurich, 8092 Zurich, Switzerland

More information

Iterative MAP and ML Estimations for Image Segmentation

Iterative MAP and ML Estimations for Image Segmentation Iterative MAP and ML Estimations for Image Segmentation Shifeng Chen 1, Liangliang Cao 2, Jianzhuang Liu 1, and Xiaoou Tang 1,3 1 Dept. of IE, The Chinese University of Hong Kong {sfchen5, jzliu}@ie.cuhk.edu.hk

More information

Binary Shape Characterization using Morphological Boundary Class Distribution Functions

Binary Shape Characterization using Morphological Boundary Class Distribution Functions Binary Shape Characterization using Morphological Boundary Class Distribution Functions Marcin Iwanowski Institute of Control and Industrial Electronics, Warsaw University of Technology, ul.koszykowa 75,

More information

Machine Learning for Medical Image Analysis. A. Criminisi

Machine Learning for Medical Image Analysis. A. Criminisi Machine Learning for Medical Image Analysis A. Criminisi Overview Introduction to machine learning Decision forests Applications in medical image analysis Anatomy localization in CT Scans Spine Detection

More information

Automated 3D Segmentation of the Lung Airway Tree Using Gain-Based Region Growing Approach

Automated 3D Segmentation of the Lung Airway Tree Using Gain-Based Region Growing Approach Automated 3D Segmentation of the Lung Airway Tree Using Gain-Based Region Growing Approach Harbir Singh 1, Michael Crawford, 2, John Curtin 2, and Reyer Zwiggelaar 1 1 School of Computing Sciences, University

More information

2D and 3D Shape Based Segmentation Using Deformable Models

2D and 3D Shape Based Segmentation Using Deformable Models 2D and 3D Shape Based Segmentation Using Deformable Models Ayman El-Baz 1,SenihaE.Yuksel 1, Hongjian Shi 1,AlyA.Farag 1, Mohamed A. El-Ghar 2, Tarek Eldiasty 2, and Mohamed A. Ghoneim 2 1 Computer Vision

More information

CAP5415-Computer Vision Lecture 13-Image/Video Segmentation Part II. Dr. Ulas Bagci

CAP5415-Computer Vision Lecture 13-Image/Video Segmentation Part II. Dr. Ulas Bagci CAP-Computer Vision Lecture -Image/Video Segmentation Part II Dr. Ulas Bagci bagci@ucf.edu Labeling & Segmentation Labeling is a common way for modeling various computer vision problems (e.g. optical flow,

More information

Interactive Image Segmentation

Interactive Image Segmentation Interactive Image Segmentation Fahim Mannan (260 266 294) Abstract This reort resents the roject work done based on Boykov and Jolly s interactive grah cuts based N-D image segmentation algorithm([1]).

More information

LIVER cancer has been among the 6 most common. Automatic Liver Segmentation based on Shape Constraints and Deformable Graph Cut in CT Images

LIVER cancer has been among the 6 most common. Automatic Liver Segmentation based on Shape Constraints and Deformable Graph Cut in CT Images IEEE TRANSACTIONS ON IMAGE PROCESSING 1 Automatic Liver Segmentation based on Shape Constraints and Deformable Graph Cut in CT Images Guodong Li #, Xinjian Chen #, Fei Shi, Weifang Zhu, Jie Tian*, Fellow,

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

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

A Study of Medical Image Analysis System

A Study of Medical Image Analysis System Indian Journal of Science and Technology, Vol 8(25), DOI: 10.17485/ijst/2015/v8i25/80492, October 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Study of Medical Image Analysis System Kim Tae-Eun

More information

Methodological progress in image registration for ventilation estimation, segmentation propagation and multi-modal fusion

Methodological progress in image registration for ventilation estimation, segmentation propagation and multi-modal fusion Methodological progress in image registration for ventilation estimation, segmentation propagation and multi-modal fusion Mattias P. Heinrich Julia A. Schnabel, Mark Jenkinson, Sir Michael Brady 2 Clinical

More information

CS 5540 Spring 2013 Assignment 3, v1.0 Due: Apr. 24th 11:59PM

CS 5540 Spring 2013 Assignment 3, v1.0 Due: Apr. 24th 11:59PM 1 Introduction In this programming project, we are going to do a simple image segmentation task. Given a grayscale image with a bright object against a dark background and we are going to do a binary decision

More information

Norbert Schuff Professor of Radiology VA Medical Center and UCSF

Norbert Schuff Professor of Radiology VA Medical Center and UCSF Norbert Schuff Professor of Radiology Medical Center and UCSF Norbert.schuff@ucsf.edu 2010, N.Schuff Slide 1/67 Overview Definitions Role of Segmentation Segmentation methods Intensity based Shape based

More information

Sampling-Based Ensemble Segmentation against Inter-operator Variability

Sampling-Based Ensemble Segmentation against Inter-operator Variability Sampling-Based Ensemble Segmentation against Inter-operator Variability Jing Huo 1, Kazunori Okada, Whitney Pope 1, Matthew Brown 1 1 Center for Computer vision and Imaging Biomarkers, Department of Radiological

More information

Automatic Optimization of Segmentation Algorithms Through Simultaneous Truth and Performance Level Estimation (STAPLE)

Automatic Optimization of Segmentation Algorithms Through Simultaneous Truth and Performance Level Estimation (STAPLE) Automatic Optimization of Segmentation Algorithms Through Simultaneous Truth and Performance Level Estimation (STAPLE) Mahnaz Maddah, Kelly H. Zou, William M. Wells, Ron Kikinis, and Simon K. Warfield

More information

doi: /

doi: / Shuang Liu ; Mary Salvatore ; David F. Yankelevitz ; Claudia I. Henschke ; Anthony P. Reeves; Segmentation of the whole breast from low-dose chest CT images. Proc. SPIE 9414, Medical Imaging 2015: Computer-Aided

More information

arxiv: v1 [cs.cv] 26 Jun 2011

arxiv: v1 [cs.cv] 26 Jun 2011 LEARNING SHAPE AND TEXTURE CHARACTERISTICS OF CT TREE-IN-BUD OPACITIES FOR CAD SYSTEMS ULAŞ BAĞCI, JIANHUA YAO, JESUS CABAN, ANTHONY F. SUFFREDINI, TARA N. PALMORE, DANIEL J. MOLLURA arxiv:1106.5186v1

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

Fast 3D Mean Shift Filter for CT Images

Fast 3D Mean Shift Filter for CT Images Fast 3D Mean Shift Filter for CT Images Gustavo Fernández Domínguez, Horst Bischof, and Reinhard Beichel Institute for Computer Graphics and Vision, Graz University of Technology Inffeldgasse 16/2, A-8010,

More information

A Level-Set Based Volumetric CT Segmentation Technique: A Case Study with Pulmonary Air Bubbles

A Level-Set Based Volumetric CT Segmentation Technique: A Case Study with Pulmonary Air Bubbles A Level-Set Based Volumetric CT Segmentation Technique: A Case Study with Pulmonary Air Bubbles José Silvestre Silva 1,2, Beatriz Sousa Santos 1,3, Augusto Silva 1,3, and Joaquim Madeira 1,3 1 Departamento

More information

An Alternative Graph Cut Algorithm for Morphological Edge Detection

An Alternative Graph Cut Algorithm for Morphological Edge Detection American Journal of Applied Sciences 9 (7): 1107-1112, 2012 ISSN 1546-9239 2012 Science Publications An Alternative Graph Cut Algorithm for Morphological Edge Detection P. Radhakrishnan Department of Computer

More information

Spiral CT. Protocol Optimization & Quality Assurance. Ge Wang, Ph.D. Department of Radiology University of Iowa Iowa City, Iowa 52242, USA

Spiral CT. Protocol Optimization & Quality Assurance. Ge Wang, Ph.D. Department of Radiology University of Iowa Iowa City, Iowa 52242, USA Spiral CT Protocol Optimization & Quality Assurance Ge Wang, Ph.D. Department of Radiology University of Iowa Iowa City, Iowa 52242, USA Spiral CT Protocol Optimization & Quality Assurance Protocol optimization

More information

Segmentation of 3-D medical image data sets with a combination of region based initial segmentation and active surfaces

Segmentation of 3-D medical image data sets with a combination of region based initial segmentation and active surfaces Header for SPIE use Segmentation of 3-D medical image data sets with a combination of region based initial segmentation and active surfaces Regina Pohle, Thomas Behlau, Klaus D. Toennies Otto-von-Guericke

More information

Airway Segmentation Framework for Clinical Environments

Airway Segmentation Framework for Clinical Environments EXACT'09-227- Airway Segmentation Framework for Clinical Environments Juerg Tschirren 1, Tarunashree Yavarna 2, and Joseph M. Reinhardt 2 1 VIDA Diagnostics, Inc. 100 Oakdale Campus, 225 TIC Iowa City,

More information

Medical images, segmentation and analysis

Medical images, segmentation and analysis Medical images, segmentation and analysis ImageLab group http://imagelab.ing.unimo.it Università degli Studi di Modena e Reggio Emilia Medical Images Macroscopic Dermoscopic ELM enhance the features of

More information

Deformable Segmentation using Sparse Shape Representation. Shaoting Zhang

Deformable Segmentation using Sparse Shape Representation. Shaoting Zhang Deformable Segmentation using Sparse Shape Representation Shaoting Zhang Introduction Outline Our methods Segmentation framework Sparse shape representation Applications 2D lung localization in X-ray 3D

More information

Comparison Study of Clinical 3D MRI Brain Segmentation Evaluation

Comparison Study of Clinical 3D MRI Brain Segmentation Evaluation Comparison Study of Clinical 3D MRI Brain Segmentation Evaluation Ting Song 1, Elsa D. Angelini 2, Brett D. Mensh 3, Andrew Laine 1 1 Heffner Biomedical Imaging Laboratory Department of Biomedical Engineering,

More information

Hybrid Approach for MRI Human Head Scans Classification using HTT based SFTA Texture Feature Extraction Technique

Hybrid Approach for MRI Human Head Scans Classification using HTT based SFTA Texture Feature Extraction Technique Volume 118 No. 17 2018, 691-701 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hybrid Approach for MRI Human Head Scans Classification using HTT

More information

Medical Imaging Projects

Medical Imaging Projects NSF REU MedIX Summer 2006 Medical Imaging Projects Daniela Stan Raicu, PhD http://facweb.cs.depaul.edu/research draicu@cs.depaul.edu Outline Medical Informatics Imaging Modalities Computed Tomography Medical

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

Segmentation Using a Region Growing Thresholding

Segmentation Using a Region Growing Thresholding Segmentation Using a Region Growing Thresholding Matei MANCAS 1, Bernard GOSSELIN 1, Benoît MACQ 2 1 Faculté Polytechnique de Mons, Circuit Theory and Signal Processing Laboratory Bâtiment MULTITEL/TCTS

More information

Projection and Reconstruction-Based Noise Filtering Methods in Cone Beam CT

Projection and Reconstruction-Based Noise Filtering Methods in Cone Beam CT Projection and Reconstruction-Based Noise Filtering Methods in Cone Beam CT Benedikt Lorch 1, Martin Berger 1,2, Joachim Hornegger 1,2, Andreas Maier 1,2 1 Pattern Recognition Lab, FAU Erlangen-Nürnberg

More information

Available Online through

Available Online through Available Online through www.ijptonline.com ISSN: 0975-766X CODEN: IJPTFI Research Article ANALYSIS OF CT LIVER IMAGES FOR TUMOUR DIAGNOSIS BASED ON CLUSTERING TECHNIQUE AND TEXTURE FEATURES M.Krithika

More information

Topology Correction for Brain Atlas Segmentation using a Multiscale Algorithm

Topology Correction for Brain Atlas Segmentation using a Multiscale Algorithm Topology Correction for Brain Atlas Segmentation using a Multiscale Algorithm Lin Chen and Gudrun Wagenknecht Central Institute for Electronics, Research Center Jülich, Jülich, Germany Email: l.chen@fz-juelich.de

More information

A Kidney Segmentation Framework for Dynamic Contrast Enhanced Magnetic Resonance Imaging

A Kidney Segmentation Framework for Dynamic Contrast Enhanced Magnetic Resonance Imaging A Kidney Segmentation Framework for Dynamic Contrast Enhanced Magnetic Resonance Imaging Seniha E. Yuksel 1, Ayman El-Baz 2, Aly A. Farag 2 Mohamed El-Ghar 3, Tarek Eldiasty 3, Mohamed A. Ghoneim 3 1 Department

More information

Automated Lung Nodule Detection Method for Surgical Preplanning

Automated Lung Nodule Detection Method for Surgical Preplanning IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. V (May - Jun. 2014), PP 19-23 Automated Lung Nodule Detection Method for

More information

Learning Shape and Texture Characteristics of CT Tree-in-Bud Opacities for CAD Systems

Learning Shape and Texture Characteristics of CT Tree-in-Bud Opacities for CAD Systems Learning Shape and Texture Characteristics of CT Tree-in-Bud Opacities for CAD Systems Ulaş Bağcı 1, Jianhua Yao 1, Jesus Caban 2, Anthony F. Suffredini 3, Tara N. Palmore 4, and Daniel J. Mollura 1 1

More information

Model-based segmentation and recognition from range data

Model-based segmentation and recognition from range data Model-based segmentation and recognition from range data Jan Boehm Institute for Photogrammetry Universität Stuttgart Germany Keywords: range image, segmentation, object recognition, CAD ABSTRACT This

More information

Image Acquisition Systems

Image Acquisition Systems Image Acquisition Systems Goals and Terminology Conventional Radiography Axial Tomography Computer Axial Tomography (CAT) Magnetic Resonance Imaging (MRI) PET, SPECT Ultrasound Microscopy Imaging ITCS

More information

An Automated Initialization System for Robust Model-Based Segmentation of Lungs in CT Data

An Automated Initialization System for Robust Model-Based Segmentation of Lungs in CT Data Fifth International Workshop on Pulmonary Image Analysis -111- An Automated Initialization System for Robust Model-Based Segmentation of Lungs in CT Data Gurman Gill 1,3, Matthew Toews 4, and Reinhard

More information

MULTI-REGION SEGMENTATION

MULTI-REGION SEGMENTATION MULTI-REGION SEGMENTATION USING GRAPH-CUTS Johannes Ulén Abstract This project deals with multi-region segmenation using graph-cuts and is mainly based on a paper by Delong and Boykov [1]. The difference

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

Segmentation of Bony Structures with Ligament Attachment Sites

Segmentation of Bony Structures with Ligament Attachment Sites Segmentation of Bony Structures with Ligament Attachment Sites Heiko Seim 1, Hans Lamecker 1, Markus Heller 2, Stefan Zachow 1 1 Visualisierung und Datenanalyse, Zuse-Institut Berlin (ZIB), 14195 Berlin

More information

Development of 3D Model-based Morphometric Method for Assessment of Human Weight-bearing Joint. Taeho Kim

Development of 3D Model-based Morphometric Method for Assessment of Human Weight-bearing Joint. Taeho Kim Development of 3D Model-based Morphometric Method for Assessment of Human Weight-bearing Joint Taeho Kim Introduction Clinical measurement in the foot pathology requires accurate and robust measurement

More information

The MAGIC-5 CAD for nodule detection in low dose and thin slice lung CT. Piergiorgio Cerello - INFN

The MAGIC-5 CAD for nodule detection in low dose and thin slice lung CT. Piergiorgio Cerello - INFN The MAGIC-5 CAD for nodule detection in low dose and thin slice lung CT Piergiorgio Cerello - INFN Frascati, 27/11/2009 Computer Assisted Detection (CAD) MAGIC-5 & Distributed Computing Infrastructure

More information

GPU implementation for rapid iterative image reconstruction algorithm

GPU implementation for rapid iterative image reconstruction algorithm GPU implementation for rapid iterative image reconstruction algorithm and its applications in nuclear medicine Jakub Pietrzak Krzysztof Kacperski Department of Medical Physics, Maria Skłodowska-Curie Memorial

More information

Small-scale objects extraction in digital images

Small-scale objects extraction in digital images 102 Int'l Conf. IP, Comp. Vision, and Pattern Recognition IPCV'15 Small-scale objects extraction in digital images V. Volkov 1,2 S. Bobylev 1 1 Radioengineering Dept., The Bonch-Bruevich State Telecommunications

More information

Computer Aided Diagnosis Based on Medical Image Processing and Artificial Intelligence Methods

Computer Aided Diagnosis Based on Medical Image Processing and Artificial Intelligence Methods International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 9 (2013), pp. 887-892 International Research Publications House http://www. irphouse.com /ijict.htm Computer

More information

Modeling and preoperative planning for kidney surgery

Modeling and preoperative planning for kidney surgery Modeling and preoperative planning for kidney surgery Refael Vivanti Computer Aided Surgery and Medical Image Processing Lab Hebrew University of Jerusalem, Israel Advisor: Prof. Leo Joskowicz Clinical

More information

Model-Based Segmentation of Pathological Lungs in Volumetric CT Data

Model-Based Segmentation of Pathological Lungs in Volumetric CT Data Third International Workshop on Pulmonary Image Analysis -31- Model-Based Segmentation of Pathological Lungs in Volumetric CT Data Shanhui Sun 1,5, Geoffrey McLennan 2,3,4,5,EricA.Hoffman 3,2,4,5,and Reinhard

More information

AN EFFICIENT SEGMENTATION AND ANALYSIS OF CT LUNG IMAGES USING GRAPHCUT TECHNIQUE

AN EFFICIENT SEGMENTATION AND ANALYSIS OF CT LUNG IMAGES USING GRAPHCUT TECHNIQUE AN EFFICIENT SEGMENTATION AND ANALYSIS OF CT LUNG IMAGES USING GRAPHCUT TECHNIQUE R.Chinnakannan Ajith Department of Computer Science Engineering VV College of Engineering, Tuticorin, India. Dr.Ebenezer

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

High Accuracy Region Growing Segmentation Technique for Magnetic Resonance and Computed Tomography Images with Weak Boundaries

High Accuracy Region Growing Segmentation Technique for Magnetic Resonance and Computed Tomography Images with Weak Boundaries High Accuracy Region Growing Segmentation Technique for Magnetic Resonance and Computed Tomography Images with Weak Boundaries Ahmed Ayman * Takuya Funatomi Michihiko Minoh Academic Center for Computing

More information

8/2/2016. Measures the degradation/distortion of the acquired image (relative to an ideal image) using a quantitative figure-of-merit

8/2/2016. Measures the degradation/distortion of the acquired image (relative to an ideal image) using a quantitative figure-of-merit Ke Li Assistant Professor Department of Medical Physics and Department of Radiology School of Medicine and Public Health, University of Wisconsin-Madison This work is partially supported by an NIH Grant

More information

Mesh segmentation. Florent Lafarge Inria Sophia Antipolis - Mediterranee

Mesh segmentation. Florent Lafarge Inria Sophia Antipolis - Mediterranee Mesh segmentation Florent Lafarge Inria Sophia Antipolis - Mediterranee Outline What is mesh segmentation? M = {V,E,F} is a mesh S is either V, E or F (usually F) A Segmentation is a set of sub-meshes

More information

SEGMENTATION OF IMAGES USING GRADIENT METHODS AND POLYNOMIAL APPROXIMATION

SEGMENTATION OF IMAGES USING GRADIENT METHODS AND POLYNOMIAL APPROXIMATION JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 23/2014, ISSN 1642-6037 segmentation, gradient methods, polynomial approximation Ewelina PIEKAR 1, Michal MOMOT 1, Alina MOMOT 2 SEGMENTATION OF IMAGES

More information

Computational Medical Imaging Analysis Chapter 4: Image Visualization

Computational Medical Imaging Analysis Chapter 4: Image Visualization Computational Medical Imaging Analysis Chapter 4: Image Visualization Jun Zhang Laboratory for Computational Medical Imaging & Data Analysis Department of Computer Science University of Kentucky Lexington,

More information