Efficient Liver Segmentation exploiting Level-Set Speed Images with 2.5D Shape Propagation

Size: px
Start display at page:

Download "Efficient Liver Segmentation exploiting Level-Set Speed Images with 2.5D Shape Propagation"

Transcription

1 Efficient Liver Segmentation exploiting Level-Set Speed Images with 2.5D Shape Propagation Jeongjin Lee 1, Namkug Kim 2, Ho Lee 1, Joon Beom Seo 2, Hyung Jin Won 2, Yong Moon Shin 2, and Yeong Gil Shin 1 1 School of Electrical Engineering and Computer Science, Seoul National University, San 56-1 Shinlim 9-dong Kwanak-gu, Seoul, Korea {jjlee, holee, yshin}@cglab.snu.ac.kr 2 Department of Radiology and Research Institute of Radiology, University of Ulsan College of Medicine, Asan Medical Center namkugkim@gmail.com, {seojb, hjwon, cjimage}@amc.seoul.kr Abstract. In this paper, we propose an efficient semi-automatic liver segmentation method from contrast-enhanced computed tomography (CT) images. We exploit level-set speed images to define an approximate initial liver shape. The first step divides a CT image into a set of discrete objects based on the gradient information, which is normalized on the speed image. The second step detects the objects belonging to the liver based on 2.5D shape propagation, which models the segmented liver region of the slice immediately above or below the current slice by points being narrow-band of distance from the boundary, and skeletons. In this step, manual inputs of seed points for the topmost slice, the bottommost slice of the liver, and regions that do not connect to the liver from the previous slice are required because there is no prior information for the 2.5D shape propagation. With this optimal estimation of the initial liver shape, our method decreases the computation time by minimizing levelset propagation, which converges at the optimal position within a fixed iteration number. Our method was validated on ten data sets and the results were compared with the manually segmented result. The average score using the comparison metrics for the accuracy evaluation was 75. The average processing time for segmenting one data set was 382s. 1 Introduction Liver cancer is one of the most fatal causes of death worldwide. Liver surgery for the treatment of hepatic tumors, including transplantation, requires information of the liver volume. Volumetry of the liver is usually performed by manual tracing of the liver boundary on CT images. There is a large variation of liver sizes between patients and the nearby organs have very similar intensity values to the liver. Also, the partial volume effect causes the liver boundary to be ambiguous. Therefore, automatic liver segmentation is difficult to achieve. Several methods have been suggested for liver segmentation. Lim et al. [1] used multilevel thresholding and morphological filtering to extract an initial T. Heimann, M. Styner, B. van Ginneken (Eds.): 3D Segmentation in The Clinic: A Grand Challenge, pp , 2007.

2 liver outline, and refined this result by analyzing the gradient and intensity distribution near the boundary. Saitoh et al. [2] used morphological filtering and thresholding to segment the liver vessels, and applied a dilation operation to find the minimum and maximum possible liver boundaries. In these methods [1-2], various thresholds had to be defined manually. Schenk et al. [3] used the live wire technique. A user manually drew the initial contours on some slices. The boundaries in intermediate slices were generated by shape-based interpolation. This method required a lot of manual input. Pan et al. [4] proposed the accumulative level-set speed function, which varied by time to improve the detection sensitivity of weak edges. However, the level-set propagation might stop in front of spurious edges. Gao et al. [5] introduced control points to the snake algorithm, and the weights for the snake algorithm were dynamically determined by the distance between the control points and the local curvature of contours. This method required a lot of processing time. In this paper, we propose an efficient liver segmentation method exploiting level-set speed images with 2.5D shape propagation. In Pan et al. [4], initializations of a small circle in every slice were required. However, our method predicts the initial liver shape automatically, which converges the subsequent level-set propagation within a fixed iteration number. We utilize level-set speed images to detect the initial liver shape with the aid of computationally inexpensive steps for improving the computational efficiency. Whereas Schenk et al. [3] used a number of user-defined seed points in many slices for representing liver boundaries, our method only requires few seed points for transferring the shape information of boundaries so that we minimize user interventions. 2 Method 2.1 The Generation of Level-set Speed Images For the preprocessing, we use modified curvature diffusion filtering [6]. The gradient magnitude image, GM I(x, y) can be calculated from this preprocessed image. This gradient magnitude image is applied to the sigmoid function, which normalizes the gradient magnitude to produce a speed image, SI(x, y), with values in the range from 0 to 1. 1 SI(x, y) = 1 + e, (1) GMI(x,y) β ( α ) where α and β are parameters that adjust the mapping range of input. 2.2 Initial Liver Shape Detection from Level-set Speed Images Initial liver shape is detected by performing the image division step to the speed image and the subsequent object detection step with 2.5D shape propagation. In the first step, the divided image (Fig. 1b) is acquired by applying the seeded region growing (SRG) to the area whose value is in the range of zero to T on the 190

3 Fig. 1. The image division step (a) the level-set speed image (b) the divided image (T = 0.5) speed image (Fig. 1a). This step regards regions whose values are in the range of zero to T as thick edges (white regions in Fig. 1b). Correspondingly, a set of objects (black regions in Fig. 1b) is generated by thick edges. The seed point for this step (the red circle in Fig. 1a) can be found automatically by searching for the point having a zero value vertically from the uppermost and horizontally middle point in the speed image. To detect the initial liver shape from this divided image, 2.5D shape propagation of the previously segmented liver region of the neighborhood slice is performed. 2.5D shape propagation extracts propagated shapes of the previously segmented liver region as seed points for the SRG on the divided image. The algorithm repeats the propagation of local distances within a predefined narrow band value, d max, from boundary points (Fig. 2a). To approximate Euclidean distances, we use chess-board distance for neighboring points as follows [7]. d(i) = min(min j 8 neighbors(i) (d(j) + 1, d(i)), (2) where i and j are a current and 8-neighbor positions of the 2D distance map, respectively. d(i) for boundary points are initialized as zero and those for other points are initialized as infinity. The seed points for the SRG are the points that meet the condition d(i) d max. However, in narrow regions where the maximum local distance is lower than d max, there is no point meeting this condition. As such, the shape of narrow regions cannot be propagated. Therefore, we use the skeletons of the segmented region calculated by thinning method [8] (Fig. 2a). Using these seed points, the SRG onto the divided image (Fig. 1b) with zero threshold value is applied to detect the objects belonging to the liver (Fig. 2b). The segmentation of the liver for each slice is performed in two parts: the bottom and the top of the liver. Segmentation of the bottom part of the liver begins at the lowermost slice and proceeds to the intermediate slice in order. The intermediate slice is determined as the slice having the maximum liver area that can be found by detecting the change in area during the segmentation of the lower part. The segmentation of the top part of the liver is performed in the same 191

4 Fig. 2. The object detection step (a) the conceptual overview of 2.5D shape propagation (b) the detected object from the divided image of Fig. 1b Fig. 3. Segmentation order determined by the area distribution of the liver (a) area distribution of the liver with respect to the relative position of the slice (subject 1 of training data sets) (b) slice segmentation order manner. In this ordering, segmentation is performed from smaller to larger areas (Fig. 3). This procedure with the narrow band having a value d max from the boundary of the previously segmented liver compensates for the shape variance between two consecutive slices, so that the propagated seed points lie inside the liver region. Furthermore, there are thick edges near the liver boundary (white regions in Fig. 1b). Even if the propagated seed points lie on thick edges, it makes no false segmentation result because the SRG of the object detection step is only performed on the black area. The proposed method requires a manual input of seed points for each of the topmost and the bottommost slice of the liver because there is no prior information for the 2.5D shape propagation. For the same reason, a user may need to insert additional seed points if there are regions in the liver data set that do not connect to the liver from the previous slice (Fig. 3b). 192

5 2.3 Liver Segmentation using the Level-set Method Malladi s level-set method [9] is adopted for level-set propagation. The governing equation of the motion of the zero level-set curve is defined as follows. φ t + F prop (1 ɛk) φ = 0, (3) where F prop is the value of the speed image, and ɛ controls the relative importance of the curvature K. The initial liver boundary acquired in the previous step is placed as the initial contour of the level-set method, which evolves according to Eq. (3). The refined liver segmentation is achieved after level-set propagation. When one contour lies completely inside the other contour, we select the outermost contour, which leads to the same effect of hole filling. Vessels near the liver boundary are enhanced by the contrast agents so that they may not be included in the segmented liver because of the large gradient magnitude of their boundary. To include them, a rolling ball algorithm [10] is applied. Positions where the ball filter contacts two points on the liver boundary are searched and the new boundary is generated by connecting these two points. Then, the region generated by the new outline is included. However, some regions outside the liver, such as dented regions, can be added and are false positives. To exclude them, the average intensity value of each newly added region is compared with that of the previously segmented liver region. The object, whose average intensity value is lower than that of liver regions, should be removed from the segmentation result because the average intensity value of enhanced vessels is greater than that of liver regions. 3 Results Our method was performed on Intel Core2 Quad 2.4 GHz PC. Some functions are implemented using the Insight Toolkit [11]. Our method has been applied to ten clinical data sets. Our data sets contained 1434 liver slices. For the anisotropic filtering, we determined 10 as the number of iterations. The time step was set to be and the conductance parameter was determined as 3. α = -0.5 and β = 3.0 was acceptable for the parameters of the sigmoid function. The parameter T influenced the result of the object division step since it determined the range of normalized gradient magnitude to be regarded as thick edges. A smaller T value yielded a smoother liver boundary (Fig. 4a), but the actual structure might not be differentiable from a nearby organ with a weak edge. If the T value was too large, it could yield a result in which the liver is divided into several small pieces (Fig. 4b). It was probable to miss some liver regions to be segmented. The optimal parameter value of T was determined to be 0.5. However, this value can be modified for some data sets, which are noisy. For instance, the value of T was set to be 0.01 for subject 3, which are very noisy (bottom lines in Fig. 5), and 0.3 for subject 2, 6. The narrow band value, d max was set to be seven pixels. For level-set propagation, ɛ was set to be 1 and number of iterations was fixed at 100. The radius of the ball filter used in 193

6 Fig. 4. Changes in the divided image as a function of the T value (a) T = 0.1 (b) T = 0.9 the rolling ball algorithm was set at 10 pixels. We evaluate the segmentation accuracy by comparing the results of the proposed method and the results of the manual segmentation. The comparison metrics are 1 minus volumetric overlap, relative absolute volume difference, average symmetric absolute surface distance, symmetric RMS surface distance, and maximum symmetric absolute surface distance [12]. To assign the score, a perfect result yields 100 points. The comparison metrics of average human segmentation result are 6.4%, 4.7%, 1.0mm, 1.8mm, and 19mm. And it obtains 75 points. The scores are scaled linearly by these two fixed values. Table 1 summarizes the accuracy evaluation. Our method was successfully applied to various sets of data (Fig. 5). However, there were some errors in a difficult case (bottom lines in Fig. 5). In this case, the divided image was composed of numerous tiny pieces like Fig. 4b when the value of T was 0.5. We decreased this value to 0.01 so that we segmented the inside region of the liver well. But, the small T value yielded the leakage near the ambiguous boundary (bottom lines in Fig. 5). We will correct the leakage by introducing anatomical information [4] for future work. Our segmentation results were not smooth along the z-axis in many places. Although we propagated the shape information along the z-axis using 2.5D shape propagation, our algorithm was mostly based on 2D processing. We thought that caused the problem of unevenness along the z-axis. We will enhance the segmentation result to incorporate 3D refinement step for future work. The average processing time to segment each liver slice was 2.67s. The average processing time for segmenting one data set was 382s. The approximate interaction time of the seed points initialization for one data set was about 1 minute. Including the topmost and bottommost slice, seed points are required if there are regions in the liver data set that do not connect to the liver from the previous slice (Fig. 3b). Therefore, we could expect where we placed seed points before performing segmentation. We had to place seed points when the disconnected object first appeared scanning upward from the bottommost slice (the right small object of Fig. 2a). When there were two disconnected objects first appeared scanning upward from the bottommost slice (for example, subject 194

7 Dataset Overlap Error Volume Diff. Avg. Dist. RMS Dist. Max. Dist. Total [%] Score [%] Score [mm] Score [mm] Score [mm] Score Score Average Table 1. Results of the comparison metrics and scores for all ten test cases. 9), we had to place seed points on each object. In addition, when inferior vena cava (IVC) entered into the liver first upward from the bottom, we had to place additional seed points on the IVC. 4 Conclusion We have proposed an efficient semi-automatic liver segmentation method. We exploited level-set speed images to define an approximate initial liver shape. The first step divided a CT image into a set of discrete objects. The second step detected the objects belonging to the liver using 2.5D shape propagation. With this optimal estimation of the initial liver shape, our method decreased the computation time by minimizing level-set propagation, which converged at the optimal position within a fixed iteration number. Our method was fast and accurate, and could be used to determine liver volume before transplantation. References 1. Lim, S.J., Jeong, Y.Y., Ho, Y.S., Automatic liver segmentation for volume measurement in CT images, J. Visual Commun. Image Represent., Vol. 17, No. 4 (2006) Saitoh, T., Tamura, Y., Kaneko, T., Automatic segmentation of liver region through blood vessels on multi-phase CT, Proceedings of ICPR (2002) Schenk, A., Prause, G., Peitgen, H.O., Efficient semiautomatic segmentation of 3D objects in medical images, Proceedings of MICCAI (2000) Pan, S., Dawant, B.M., Automatic 3D segmentation of the liver from abdominal CT images: a level-set approach, Proceedings of SPIE Medical Imaging 4322 (2001)

8 Fig. 5. From left to right, a sagittal, coronal and transversal slice from a relatively easy case (1, top), an average case (4, middle), and a relatively difficult case (3, bottom). The outline of the reference standard segmentation is in red, the outline of the segmentation of the method described in this paper is in blue. Slices are displayed with a window of 400 and a level of Gao, J., Kosaka, A., Kak, A., A deformable model for automatic CT liver extraction, Acad Radiol., Vol. 12, No. 9 (2005) Whitaker, R.T., Xue, X., Variable-conductance, level-set curvature for image denoising, Proceedings of ICIP, Vol. 3 (2001) Pratt, W.K., Digital image processing, John Wiley and Sons, Inc. (2001) Lee, J., Yim, Y., Shin, Y.G., Automatic segmentation and registration of lung surfaces in temporal chest CT scans, LNCS, Vol (2005) Malladi, R., Sethian, J.A., Vemuri, B. C., Shape modeling with front propagation: a level set approach, IEEE Trans Pattern Anal. Mach. Intell., Vol. 17, No. 2 (1995) Armato, S.G., Giger, M.L., Moran, C.J., MacMahon, H., Doi, K., Automated detection of pulmonary nodules in helical computed tomography images of the thorax, Proceedings of SPIE Medical Imaging: Image Processing 3338 (1998) Ibanez, L., Schroeder, W., The ITK software guide 2.4, Kitware, Inc. (2005) 12. Gerig, M., Chakos, M., Valmet: a new validation tool for assessing and improving 3D object segmentation, Proceedings of MICCAI (2001)

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

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

Liver Segmentation in CT Data: A Segmentation Refinement Approach

Liver Segmentation in CT Data: A Segmentation Refinement Approach Liver Segmentation in CT Data: A Segmentation Refinement Approach Reinhard Beichel 12, Christian Bauer 3, Alexander Bornik 3, Erich Sorantin 4, and Horst Bischof 3 1 Dept. of Electrical and Computer Engineering,

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

Cerebral Artery Segmentation with Level Set Methods

Cerebral Artery Segmentation with Level Set Methods H. Ho, P. Bier, G. Sands, P. Hunter, Cerebral Artery Segmentation with Level Set Methods, Proceedings of Image and Vision Computing New Zealand 2007, pp. 300 304, Hamilton, New Zealand, December 2007.

More information

Global-to-Local Shape Matching for Liver Segmentation in CT Imaging

Global-to-Local Shape Matching for Liver Segmentation in CT Imaging Global-to-Local Shape Matching for Liver Segmentation in CT Imaging Kinda Anna Saddi 1,2, Mikaël Rousson 1, Christophe Chefd hotel 1, and Farida Cheriet 2 1 Department of Imaging and Visualization, Siemens

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

Lecture 12 Level Sets & Parametric Transforms. sec & ch. 11 of Machine Vision by Wesley E. Snyder & Hairong Qi

Lecture 12 Level Sets & Parametric Transforms. sec & ch. 11 of Machine Vision by Wesley E. Snyder & Hairong Qi Lecture 12 Level Sets & Parametric Transforms sec. 8.5.2 & ch. 11 of Machine Vision by Wesley E. Snyder & Hairong Qi Spring 2017 16-725 (CMU RI) : BioE 2630 (Pitt) Dr. John Galeotti The content of these

More information

Automatic Vascular Tree Formation Using the Mahalanobis Distance

Automatic Vascular Tree Formation Using the Mahalanobis Distance Automatic Vascular Tree Formation Using the Mahalanobis Distance Julien Jomier, Vincent LeDigarcher, and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab, Department of Radiology The University

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

Interactive segmentation of vascular structures in CT images for liver surgery planning

Interactive segmentation of vascular structures in CT images for liver surgery planning Interactive segmentation of vascular structures in CT images for liver surgery planning L. Wang¹, C. Hansen¹, S.Zidowitz¹, H. K. Hahn¹ ¹ Fraunhofer MEVIS, Institute for Medical Image Computing, Bremen,

More information

Edge-Preserving Denoising for Segmentation in CT-Images

Edge-Preserving Denoising for Segmentation in CT-Images Edge-Preserving Denoising for Segmentation in CT-Images Eva Eibenberger, Anja Borsdorf, Andreas Wimmer, Joachim Hornegger Lehrstuhl für Mustererkennung, Friedrich-Alexander-Universität Erlangen-Nürnberg

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

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

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

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

Dr. Ulas Bagci

Dr. Ulas Bagci Lecture 9: Deformable Models and Segmentation CAP-Computer Vision Lecture 9-Deformable Models and Segmentation Dr. Ulas Bagci bagci@ucf.edu Lecture 9: Deformable Models and Segmentation Motivation A limitation

More information

Rigid and Deformable Vasculature-to-Image Registration : a Hierarchical Approach

Rigid and Deformable Vasculature-to-Image Registration : a Hierarchical Approach Rigid and Deformable Vasculature-to-Image Registration : a Hierarchical Approach Julien Jomier and Stephen R. Aylward Computer-Aided Diagnosis and Display Lab The University of North Carolina at Chapel

More information

Extraction and recognition of the thoracic organs based on 3D CT images and its application

Extraction and recognition of the thoracic organs based on 3D CT images and its application 1 Extraction and recognition of the thoracic organs based on 3D CT images and its application Xiangrong Zhou, PhD a, Takeshi Hara, PhD b, Hiroshi Fujita, PhD b, Yoshihiro Ida, RT c, Kazuhiro Katada, MD

More information

Genetic Adaptation of Level Sets Parameters for Medical Imaging Segmentation

Genetic Adaptation of Level Sets Parameters for Medical Imaging Segmentation Genetic Adaptation of Level Sets Parameters for Medical Imaging Segmentation Dário A. B. Oliveira & Raul Q. Feitosa Catholic University of Rio de Janeiro, Brazil Mauro M. Correia Department of Surgery,

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

An Elliptical Level Set Method for Automatic TRUS Prostate Image Segmentation. Nezamoddin N. Kachouie, Paul Fieguth and Shahryar Rahnamayan

An Elliptical Level Set Method for Automatic TRUS Prostate Image Segmentation. Nezamoddin N. Kachouie, Paul Fieguth and Shahryar Rahnamayan 6 IEEE International Symposium on Signal Processing and Information Technology An Elliptical Level Set Method for Automatic TRUS Prostate Image Segmentation Nezamoddin N. Kachouie, Paul Fieguth and Shahryar

More information

Cognition Network Technology for a Fully Automated 3D Segmentation of Liver

Cognition Network Technology for a Fully Automated 3D Segmentation of Liver Cognition Network Technology for a Fully Automated 3D Segmentation of Liver Günter Schmidt, Maria Athelogou, Ralf Schönmeyer, Rene Korn, and Gerd Binnig Definiens AG, Research, Trappentreustr. 1, 80339

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

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

Learn Image Segmentation Basics with Hands-on Introduction to ITK-SNAP. RSNA 2016 Courses RCB22 and RCB54

Learn Image Segmentation Basics with Hands-on Introduction to ITK-SNAP. RSNA 2016 Courses RCB22 and RCB54 Learn Image Segmentation Basics with Hands-on Introduction to ITK-SNAP RSNA 2016 Courses RCB22 and RCB54 RCB22 Mon, Nov 28 10:30-12:00 PM, Room S401CD RCB54 Thu, Dec 1 2:30-4:30 PM, Room S401CD Presenters:

More information

AN essential part of any computer-aided surgery is planning

AN essential part of any computer-aided surgery is planning 1 A Model Based Validation Scheme for Organ Segmentation in CT Scan Volumes Hossein Badakhshannoory, Student Member, IEEE, and Parvaneh Saeedi, Member, IEEE Abstract In this work, we propose a novel approach

More information

Level Set Evolution with Region Competition: Automatic 3-D Segmentation of Brain Tumors

Level Set Evolution with Region Competition: Automatic 3-D Segmentation of Brain Tumors 1 Level Set Evolution with Region Competition: Automatic 3-D Segmentation of Brain Tumors 1 Sean Ho, 2 Elizabeth Bullitt, and 1,3 Guido Gerig 1 Department of Computer Science, 2 Department of Surgery,

More information

Background. Outline. Radiographic Tomosynthesis: Image Quality and Artifacts Reduction 1 / GE /

Background. Outline. Radiographic Tomosynthesis: Image Quality and Artifacts Reduction 1 / GE / Radiographic Tomosynthesis: Image Quality and Artifacts Reduction Baojun Li, Ph.D Department of Radiology Boston University Medical Center 2012 AAPM Annual Meeting Background Linear Trajectory Tomosynthesis

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

Comparison of segmentation using fast marching and geodesic active contours methods for bone

Comparison of segmentation using fast marching and geodesic active contours methods for bone Journal of Physics: Conference Series PAPER OPEN ACCESS Comparison of segmentation using fast marching and geodesic active contours methods for bone To cite this article: A Bilqis and R Widita 206 J. Phys.:

More information

VETOT, Volume Estimation and Tracking Over Time: Framework and Validation

VETOT, Volume Estimation and Tracking Over Time: Framework and Validation VETOT, Volume Estimation and Tracking Over Time: Framework and Validation Jean-Philippe Guyon 1, Mark Foskey 1, Jisung Kim 1, Zeynep Firat 2, Barb Davis 3, and Stephen Aylward 1 1 Computer Aided Display

More information

A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING

A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING Proceedings of the 1994 IEEE International Conference on Image Processing (ICIP-94), pp. 530-534. (Austin, Texas, 13-16 November 1994.) A MORPHOLOGY-BASED FILTER STRUCTURE FOR EDGE-ENHANCING SMOOTHING

More information

A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method

A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method A Systematic Analysis System for CT Liver Image Classification and Image Segmentation by Local Entropy Method A.Anuja Merlyn 1, A.Anuba Merlyn 2 1 PG Scholar, Department of Computer Science and Engineering,

More information

3D contour based local manual correction of tumor segmentations in CT scans

3D contour based local manual correction of tumor segmentations in CT scans 3D contour based local manual correction of tumor segmentations in CT scans Frank Heckel a, Jan Hendrik Moltz a, Lars Bornemann a, Volker Dicken a, Hans-Christian Bauknecht b,michaelfabel c, Markus Hittinger

More information

Intraoperative Prostate Tracking with Slice-to-Volume Registration in MR

Intraoperative Prostate Tracking with Slice-to-Volume Registration in MR Intraoperative Prostate Tracking with Slice-to-Volume Registration in MR Sean Gill a, Purang Abolmaesumi a,b, Siddharth Vikal a, Parvin Mousavi a and Gabor Fichtinger a,b,* (a) School of Computing, Queen

More information

A SURVEY ON LIVER TUMOR DETECTION AND SEGMENTATION METHODS

A SURVEY ON LIVER TUMOR DETECTION AND SEGMENTATION METHODS A SURVEY ON LIVER TUMOR DETECTION AND SEGMENTATION METHODS R. Rajagopal 1 and P. Subbaiah 2 1 Department of Electronics and Communication Engineering, St. Peter University, Avadi, Chennai, Tamilnadu, India

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

Motion artifact detection in four-dimensional computed tomography images

Motion artifact detection in four-dimensional computed tomography images Motion artifact detection in four-dimensional computed tomography images G Bouilhol 1,, M Ayadi, R Pinho, S Rit 1, and D Sarrut 1, 1 University of Lyon, CREATIS; CNRS UMR 5; Inserm U144; INSA-Lyon; University

More information

Fully Automatic Model Creation for Object Localization utilizing the Generalized Hough Transform

Fully Automatic Model Creation for Object Localization utilizing the Generalized Hough Transform Fully Automatic Model Creation for Object Localization utilizing the Generalized Hough Transform Heike Ruppertshofen 1,2,3, Cristian Lorenz 2, Peter Beyerlein 4, Zein Salah 3, Georg Rose 3, Hauke Schramm

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

Liver Tumor Detection using Artificial Neural Networks for Medical Images

Liver Tumor Detection using Artificial Neural Networks for Medical Images IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 03 August 2015 ISSN (online): 2349-6010 Liver Tumor Detection using Artificial Neural Networks for Medical Images

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

A Generic Probabilistic Active Shape Model for Organ Segmentation

A Generic Probabilistic Active Shape Model for Organ Segmentation A Generic Probabilistic Active Shape Model for Organ Segmentation Andreas Wimmer 1,2, Grzegorz Soza 2, and Joachim Hornegger 1 1 Chair of Pattern Recognition, Department of Computer Science, Friedrich-Alexander

More information

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks

Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Computer-Aided Diagnosis in Abdominal and Cardiac Radiology Using Neural Networks Du-Yih Tsai, Masaru Sekiya and Yongbum Lee Department of Radiological Technology, School of Health Sciences, Faculty of

More information

Lung and Lung Lobe Segmentation Methods by Fraunhofer MEVIS

Lung and Lung Lobe Segmentation Methods by Fraunhofer MEVIS Lung and Lung Lobe Segmentation Methods by Fraunhofer MEVIS Bianca Lassen, Jan-Martin Kuhnigk, Michael Schmidt, and Heinz-Otto Peitgen Fraunhofer MEVIS, Universitaetsallee 29, 28359 Bremen, Germany http://www.mevis.fraunhofer.de

More information

Computational Radiology Lab, Children s Hospital, Harvard Medical School, Boston, MA.

Computational Radiology Lab, Children s Hospital, Harvard Medical School, Boston, MA. Shape prior integration in discrete optimization segmentation algorithms M. Freiman Computational Radiology Lab, Children s Hospital, Harvard Medical School, Boston, MA. Email: moti.freiman@childrens.harvard.edu

More information

Prostate Detection Using Principal Component Analysis

Prostate Detection Using Principal Component Analysis Prostate Detection Using Principal Component Analysis Aamir Virani (avirani@stanford.edu) CS 229 Machine Learning Stanford University 16 December 2005 Introduction During the past two decades, computed

More information

Bioimage Informatics

Bioimage Informatics Bioimage Informatics Lecture 13, Spring 2012 Bioimage Data Analysis (IV) Image Segmentation (part 2) Lecture 13 February 29, 2012 1 Outline Review: Steger s line/curve detection algorithm Intensity thresholding

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

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

Linköping University Post Print. Phase Based Level Set Segmentation of Blood Vessels

Linköping University Post Print. Phase Based Level Set Segmentation of Blood Vessels Post Print Phase Based Level Set Segmentation of Blood Vessels Gunnar Läthén, Jimmy Jonasson and Magnus Borga N.B.: When citing this work, cite the original article. 2009 IEEE. Personal use of this material

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

Level-set MCMC Curve Sampling and Geometric Conditional Simulation

Level-set MCMC Curve Sampling and Geometric Conditional Simulation Level-set MCMC Curve Sampling and Geometric Conditional Simulation Ayres Fan John W. Fisher III Alan S. Willsky February 16, 2007 Outline 1. Overview 2. Curve evolution 3. Markov chain Monte Carlo 4. Curve

More information

Mirrored LH Histograms for the Visualization of Material Boundaries

Mirrored LH Histograms for the Visualization of Material Boundaries Mirrored LH Histograms for the Visualization of Material Boundaries Petr Šereda 1, Anna Vilanova 1 and Frans A. Gerritsen 1,2 1 Department of Biomedical Engineering, Technische Universiteit Eindhoven,

More information

Biomedical Image Processing for Human Elbow

Biomedical Image Processing for Human Elbow Biomedical Image Processing for Human Elbow Akshay Vishnoi, Sharad Mehta, Arpan Gupta Department of Mechanical Engineering Graphic Era University Dehradun, India akshaygeu001@gmail.com, sharadm158@gmail.com

More information

Deformable Registration Using Scale Space Keypoints

Deformable Registration Using Scale Space Keypoints Deformable Registration Using Scale Space Keypoints Mehdi Moradi a, Purang Abolmaesoumi a,b and Parvin Mousavi a a School of Computing, Queen s University, Kingston, Ontario, Canada K7L 3N6; b Department

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

3-D image analysis of abdominal aortic aneurysm

3-D image analysis of abdominal aortic aneurysm 3-D image analsis of abdominal aortic aneursm Marko Subasic and Sven Loncaric and Erich Sorantin* Facult of Electrical Engineering and Computing, Universit of Zagreb Unska 3, 10000 Zagreb, Croatia *Dept.

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

Medical Image Segmentation using Level Sets

Medical Image Segmentation using Level Sets Medical Image Segmentation using Level Sets Technical Report #CS-8-1 Tenn Francis Chen Abstract Segmentation is a vital aspect of medical imaging. It aids in the visualization of medical data and diagnostics

More information

DUAL energy X-ray radiography [1] can be used to separate

DUAL energy X-ray radiography [1] can be used to separate IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 53, NO. 1, FEBRUARY 2006 133 A Scatter Correction Using Thickness Iteration in Dual-Energy Radiography S. K. Ahn, G. Cho, and H. Jeon Abstract In dual-energy

More information

Automatic 3D Registration of Lung Surfaces in Computed Tomography Scans

Automatic 3D Registration of Lung Surfaces in Computed Tomography Scans Automatic 3D Registration of Lung Surfaces in Computed Tomography Scans Margrit Betke, PhD 1, Harrison Hong, BA 1, and Jane P. Ko, MD 2 1 Computer Science Department Boston University, Boston, MA 02215,

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

Super-resolution Reconstruction of Fetal Brain MRI

Super-resolution Reconstruction of Fetal Brain MRI Super-resolution Reconstruction of Fetal Brain MRI Ali Gholipour and Simon K. Warfield Computational Radiology Laboratory Children s Hospital Boston, Harvard Medical School Worshop on Image Analysis for

More information

3D Guide Wire Navigation from Single Plane Fluoroscopic Images in Abdominal Catheterizations

3D Guide Wire Navigation from Single Plane Fluoroscopic Images in Abdominal Catheterizations 3D Guide Wire Navigation from Single Plane Fluoroscopic Images in Abdominal Catheterizations Martin Groher 2, Frederik Bender 1, Ali Khamene 3, Wolfgang Wein 3, Tim Hauke Heibel 2, Nassir Navab 2 1 Siemens

More information

Whole Body MRI Intensity Standardization

Whole Body MRI Intensity Standardization Whole Body MRI Intensity Standardization Florian Jäger 1, László Nyúl 1, Bernd Frericks 2, Frank Wacker 2 and Joachim Hornegger 1 1 Institute of Pattern Recognition, University of Erlangen, {jaeger,nyul,hornegger}@informatik.uni-erlangen.de

More information

Level Set Evolution without Reinitilization

Level Set Evolution without Reinitilization Level Set Evolution without Reinitilization Outline Parametric active contour (snake) models. Concepts of Level set method and geometric active contours. A level set formulation without reinitialization.

More information

Analysis of CMR images within an integrated healthcare framework for remote monitoring

Analysis of CMR images within an integrated healthcare framework for remote monitoring Analysis of CMR images within an integrated healthcare framework for remote monitoring Abstract. We present a software for analyzing Cardiac Magnetic Resonance (CMR) images. This tool has been developed

More information

Iterative Closest Point Algorithm in the Presence of Anisotropic Noise

Iterative Closest Point Algorithm in the Presence of Anisotropic Noise Iterative Closest Point Algorithm in the Presence of Anisotropic Noise L. Maier-Hein, T. R. dos Santos, A. M. Franz, H.-P. Meinzer German Cancer Research Center, Div. of Medical and Biological Informatics

More information

Probabilistic Tracking and Model-based Segmentation of 3D Tubular Structures

Probabilistic Tracking and Model-based Segmentation of 3D Tubular Structures Probabilistic Tracking and Model-based Segmentation of 3D Tubular Structures Stefan Wörz, William J. Godinez, Karl Rohr University of Heidelberg, BIOQUANT, IPMB, and DKFZ Heidelberg, Dept. Bioinformatics

More information

Automatic Determination of Arterial Input Function for Dynamic Contrast Enhanced MRI in Tumor Assessment

Automatic Determination of Arterial Input Function for Dynamic Contrast Enhanced MRI in Tumor Assessment Automatic Determination of Arterial Input Function for Dynamic Contrast Enhanced MRI in Tumor Assessment Jeremy Chen, Jianhua Yao, and David Thomasson Diagnostic Radiology Department, Clinical Center,

More information

Edge and local feature detection - 2. Importance of edge detection in computer vision

Edge and local feature detection - 2. Importance of edge detection in computer vision Edge and local feature detection Gradient based edge detection Edge detection by function fitting Second derivative edge detectors Edge linking and the construction of the chain graph Edge and local feature

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

Detection & Classification of Lung Nodules Using multi resolution MTANN in Chest Radiography Images

Detection & Classification of Lung Nodules Using multi resolution MTANN in Chest Radiography Images The International Journal Of Engineering And Science (IJES) ISSN (e): 2319 1813 ISSN (p): 2319 1805 Pages 98-104 March - 2015 Detection & Classification of Lung Nodules Using multi resolution MTANN in

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

Scene-Based Segmentation of Multiple Muscles from MRI in MITK

Scene-Based Segmentation of Multiple Muscles from MRI in MITK Scene-Based Segmentation of Multiple Muscles from MRI in MITK Yan Geng 1, Sebastian Ullrich 2, Oliver Grottke 3, Rolf Rossaint 3, Torsten Kuhlen 2, Thomas M. Deserno 1 1 Department of Medical Informatics,

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

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

A FAST IMPLEMENTATION OF THE LEVEL SET METHOD WITHOUT SOLVING PARTIAL DIFFERENTIAL EQUATIONS. Yonggang Shi, William Clem Karl

A FAST IMPLEMENTATION OF THE LEVEL SET METHOD WITHOUT SOLVING PARTIAL DIFFERENTIAL EQUATIONS. Yonggang Shi, William Clem Karl A FAST IMPLEMENTATION OF THE LEVEL SET METHOD WITHOUT SOLVING PARTIAL DIFFERENTIAL EQUATIONS Yonggang Shi, William Clem Karl January, 2005 Boston University Department of Electrical and Computer Engineering

More information

Generation of Triangle Meshes from Time-of-Flight Data for Surface Registration

Generation of Triangle Meshes from Time-of-Flight Data for Surface Registration Generation of Triangle Meshes from Time-of-Flight Data for Surface Registration Thomas Kilgus, Thiago R. dos Santos, Alexander Seitel, Kwong Yung, Alfred M. Franz, Anja Groch, Ivo Wolf, Hans-Peter Meinzer,

More information

IRIS SEGMENTATION OF NON-IDEAL IMAGES

IRIS SEGMENTATION OF NON-IDEAL IMAGES IRIS SEGMENTATION OF NON-IDEAL IMAGES William S. Weld St. Lawrence University Computer Science Department Canton, NY 13617 Xiaojun Qi, Ph.D Utah State University Computer Science Department Logan, UT 84322

More information

Filters. Advanced and Special Topics: Filters. Filters

Filters. Advanced and Special Topics: Filters. Filters Filters Advanced and Special Topics: Filters Dr. Edmund Lam Department of Electrical and Electronic Engineering The University of Hong Kong ELEC4245: Digital Image Processing (Second Semester, 2016 17)

More information

Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit

Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit Knowledge-Based Segmentation of Brain MRI Scans Using the Insight Toolkit John Melonakos 1, Ramsey Al-Hakim 1, James Fallon 2 and Allen Tannenbaum 1 1 Georgia Institute of Technology, Atlanta GA 30332,

More information

Geometrical Modeling of the Heart

Geometrical Modeling of the Heart Geometrical Modeling of the Heart Olivier Rousseau University of Ottawa The Project Goal: Creation of a precise geometrical model of the heart Applications: Numerical calculations Dynamic of the blood

More information

A Procedure for the 3D Reconstruction of Biological Organs from 2D Image Sequences

A Procedure for the 3D Reconstruction of Biological Organs from 2D Image Sequences A Procedure for the 3D Reconstruction of Biological Organs from 2D Image Sequences Kirana Kumara P Centre for Product Design and Manufacturing Indian Institute of Science Bangalore, 560 012 India Ashitava

More information

Network Snakes for the Segmentation of Adjacent Cells in Confocal Images

Network Snakes for the Segmentation of Adjacent Cells in Confocal Images Network Snakes for the Segmentation of Adjacent Cells in Confocal Images Matthias Butenuth 1 and Fritz Jetzek 2 1 Institut für Photogrammetrie und GeoInformation, Leibniz Universität Hannover, 30167 Hannover

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

3-D deformable model for abdominal aortic aneurysm segmentation from CT images

3-D deformable model for abdominal aortic aneurysm segmentation from CT images Abstract 3-D deformable model for abdominal aortic aneursm segmentation from CT images Sven Lončarić, Marko Subašić, and Erich Sorantin * Facult of Electrical Engeneering and Computing, Universit of Zagreb

More information

Lecture 10 Segmentation, Part II (ch 8) Active Contours (Snakes) ch. 8 of Machine Vision by Wesley E. Snyder & Hairong Qi

Lecture 10 Segmentation, Part II (ch 8) Active Contours (Snakes) ch. 8 of Machine Vision by Wesley E. Snyder & Hairong Qi Lecture 10 Segmentation, Part II (ch 8) Active Contours (Snakes) ch. 8 of Machine Vision by Wesley E. Snyder & Hairong Qi Spring 2018 16-725 (CMU RI) : BioE 2630 (Pitt) Dr. John Galeotti The content of

More information

Accelerating Pattern Matching or HowMuchCanYouSlide?

Accelerating Pattern Matching or HowMuchCanYouSlide? Accelerating Pattern Matching or HowMuchCanYouSlide? Ofir Pele and Michael Werman School of Computer Science and Engineering The Hebrew University of Jerusalem {ofirpele,werman}@cs.huji.ac.il Abstract.

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

3D Human Airway Segmentation for Virtual Bronchoscopy

3D Human Airway Segmentation for Virtual Bronchoscopy 3D Human Airway Segmentation for Virtual Bronchoscopy Atilla P. Kiraly, 1 William E. Higgins, 1,2 Eric A. Hoffman, 2 Geoffrey McLennan, 2 and Joseph M. Reinhardt 2 1 Penn State University, University Park,

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

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 17, NO. 5, MAY

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 17, NO. 5, MAY IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 17, NO. 5, MAY 2008 645 A Real-Time Algorithm for the Approximation of Level-Set-Based Curve Evolution Yonggang Shi, Member, IEEE, and William Clem Karl, Senior

More information

Using Probability Maps for Multi organ Automatic Segmentation

Using Probability Maps for Multi organ Automatic Segmentation Using Probability Maps for Multi organ Automatic Segmentation Ranveer Joyseeree 1,2, Óscar Jiménez del Toro1, and Henning Müller 1,3 1 University of Applied Sciences Western Switzerland (HES SO), Sierre,

More information

HepaTux A Semiautomatic Liver Segmentation System

HepaTux A Semiautomatic Liver Segmentation System HepaTux A Semiautomatic Liver Segmentation System Andreas Beck and Volker Aurich Institut für Informatik, Heinrich-Heine-Universität Düsseldorf, D-40225 Düsseldorf becka-miccai@acs.uni-duesseldorf.de Abstract.

More information

Multimodality Imaging for Tumor Volume Definition in Radiation Oncology

Multimodality Imaging for Tumor Volume Definition in Radiation Oncology 81 There are several commercial and academic software tools that support different segmentation algorithms. In general, commercial software packages have better implementation (with a user-friendly interface

More information

CRF Based Point Cloud Segmentation Jonathan Nation

CRF Based Point Cloud Segmentation Jonathan Nation CRF Based Point Cloud Segmentation Jonathan Nation jsnation@stanford.edu 1. INTRODUCTION The goal of the project is to use the recently proposed fully connected conditional random field (CRF) model to

More information