Automated Kidney Segmentation In 3D Ultrasound Imagery, and its Application in Computer-assisted Trauma Diagnosis

Size: px
Start display at page:

Download "Automated Kidney Segmentation In 3D Ultrasound Imagery, and its Application in Computer-assisted Trauma Diagnosis"

Transcription

1 Automated Kidney Segmentation In 3D Ultrasound Imagery, and its Application in Computer-assisted Trauma Diagnosis Final PhD Oral Examination - Presentation Slides September 1 st, 2016 Mahdi Marsousi Supervisor: Prof. Konstantinos N. Plataniotis

2 Slide #1 Introduction Abdominal trauma: injuries to abdomen, either blunt or penetrating, resulting in severe blood loss. Importance: massive internal bleeding quickly threatens patient s life. Cure: rapid diagnosis and surgery [1] [2] [1] [2]

3 Slide #2 Diagnosis by 3D ultrasound (3DUS) For hemodynamically unstable patients, ultrasound imagery is the preferred imaging modality, because it is portable. This is called: Focused Assessment with Sonography for Trauma FAST. 2D ultrasound is the popular diagnostic tool. 3DUS imagery is key to design computer-assisted diagnosis, because: a) detecting and localizing internal organs in 3D space is possible by 3DUS; b) 3DUS facilitates measuring the volume of internal bleeding.

4 Slide #3 FAST exam Six major abdominal views associated with FAST exam. For computer-assisted trauma diagnosis, we focus on the Morison s pouch view (2), Because it is the most sensitive view to abdominal bleeding. An abdominal bleeding usually places between the right kidney and liver [1]. Morison s pouch view shows the right kidney and a portion of liver [1]. The kidney has a unique shape among internal organs. :Focus of this presentation By segmenting the kidney shape, we only look for an abdominal bleeding around the top surface of the kidney shape. [1] Heller et al. Ultrasound use in trauma: the fast exam. Academic Emergency Medicine, 14(6): , [2] Ingeman et al. Emergency physician use of ultrasonography in blunt abdominal trauma. Academic Emergency Medicine, 3(10): , 1996.

5 Slide #4 Motivation Problem definition: Because of limited surgical resources in massive causalities, only true trauma patients should be identified and transported for rapid surgery. This importance necessitates the use of paramedics to conduct FAST exam. However, paramedics are not capable to do FAST exam with supervision. Solution: a computer-assisted tool can be used to help paramedics to conduct trauma diagnosis.

6 Contributions Slide #5

7 3DUS dataset[1] With-kidney image: taken from Morison s pouch view Without-kidney image: taken from other views. Training set: 6 with-kidney and 6 without-kidney images. Evaluation set: 15 with-kidney and 15 without-kidney from healthy volunteers, and 8 with-kidney images from abnormal patients. Images of abnormal patients represent morphological changes to the kidney shape. [1] G. Sakas, Phase I: Ultrasound Imaging Data Collection and Applications," MedCom GmbH, Tech. Rep., September Slide #6

8 Contribution 1: Kidney detection

9 Overview on kidney detection Kidney detection: searching within 3D image domain to answer: whether kidney shape exists in a 3DUS image? if yes, what is its alignment? State-of-the-art: Name Methodology Advantage Disadvantage Noll et al. [1] - applies volume enhancement - uses redial rays to find kidney shape mass-center robust against speckle & low-contrast intensity may wrongly detect other structures instead of kidney Proposed solutions: [1] Noll et al. Automated kidney detection and segmentation in 3d ultrasound, in Clinical Image-Based Proc. Translational Research in Medical Imag. Springer, 2014, pp Slide #7

10 Slide #8 Kidney shape model Definition: mathematical representation of kidney shape to add shape prior in kidney detection Proposed shape modeling: complex-valued implicit shape model (CVISM) Ψ ԦX = ψ PS ԦX + ψ KC ԦX i ψ RM ԦX, Real values are used to model bright regions: Imaginary values are used to model dark region: Kidney Capsule Renal Medulla KC: Kidney Capsule PS: Pyelocalyceal System RM: Renal Medulla Pyelocalyceal System ψ ps, ψ KC, and ψ RM are real-positive functions, defining voxel s membership to Pyelocalyceal System, Kidney Capsule, and Renal Medulla, respectively. Generating regions: using ground truth data of training set of with-kidney images.

11 Slide #9 Shape-to-volume registration Objective: registering kidney CVISM on 3DUS images, to detect kidney shape and estimate its alignment. Challenges: Partial occlusion of kidney shape Non-kidney structures with similar appearance to the kidney shape Components: Global deformation, Similarity metric, optimization algorithm. Global deformation: similarity transformation (shape-preserving) ԦY = ST Ԧpst,1 ԦX + Ԧp st,2 Orientations & scaling Ԧp st,1 = θ x,θ y,θ z,s T Translations Ԧp st,2 = t x,t y,t z T CVISM domain Image domain

12 RCNCC similarity metric Proposed similarity metric: Regularized complex normalized cross-correlation (RCNCC) Formulation: Γ Ԧp st,1, Ԧp st,2 = max Ԧp st,2 Ωsub V 1 Λ Ԧp st,1, Ԧp st,2 max 0,R Σ I Ԧp st,1, Ԧp st,2 Σ R II Ԧp st,1 max 0,I Σ I Ԧp, ԦX,V Σ I II Ԧp st,1 Regularization Term Robustness against Partial kidney shape occlusion Checking similarity of image data with Kidney Capsule and Pyelocalyceal System Checking similarity of image data with Renal Medulla Considering multi-regional structure of the kidney shape, Λ Ԧp st,1, Ԧp st,2 1 increases as kidney CVISM aligns out of the ultrasound field of view. max a, b : selects maximum of a and b. max s are used to avoid multiplication of two negative values in RCNCC. R{a} and I{b} extract real part of a and imaginary part of b. Slide #10

13 Slide #11 Registration problem Objective: Finding Ԧp st,1 Optimization problem: and Ԧp st,2 which provides a maximum RCNCC for input image. Γ, Ԧp st,1, Ԧp st,2 = max Ԧp st,1 Γ Ԧp st,1, Ԧp st,2 Optimization algorithm: initialization: searching for best seed point from a set of seed points to initialize registration. iterative improvement: iteratively updating registration parameters using Gradient Descent. Figure shows RCNCC metric versus θ x and θ z. Yellow regions correspond to desirable registration solutions. The gray stars are seed point. Red star is selected seed point. Black arrows show iterations of Gradient descent.

14 Slide #12 Processing pipeline of kidney detection Γ th is threshold on similarity metric to decide whether the kidney shape exists or not. It is obtained using training set, as Γ th = 3.5.

15 Slide #13 Experimentation Objective: to evaluate shape-based and atlas-based kidney detection, compared to Noll et al. [1]. Dataset: 15 with-kidney and 15 without-kidney images of healthy volunteers 8 with-kidney images abnormal patients Comparison metrics: accuracy: Acc KD = 100% sensitivity: Sens KD = N TP N TP +N FN, specificity: Spec KD = N TN N TN +N FP. N TP +N TN N TP +N FN +N TN +N FP, N TP, N TN, N FP, and N FN are numbers of true positive, true negative, false positive, false negative detections. [1] Noll et al. Automated kidney detection and segmentation in 3d ultrasound, in Clinical Image-Based Proc. Translational Research in Medical Imag. Springer, 2014, pp

16 Kidney detection accuracy Using with-kidney and without-kidney images of healthy volunteers: Method N TP N TN N FP N FN Accuracy (%) Sensitivity Specificity Noll et al Shape-based kidney detection Atlas-based kidney detection Shape-based and atlas-based provide higher accuracy, compared to Noll et al., because: 1) higher specificity: involving multi-structural regions of kidney shape, 2) higher sensitivity: regularization factor provides robustness against kidney shape s occlusion. Atlas-based shows higher accuracy than shape-based because of using texture information. Using actual ultrasound volumes of abnormal patients: Accuracy is reduced, because: different device settings from healthy volunteers, Method N TP N FN Accuracy (%) Noll et al. [1] Shape-based Atlas-based Morphological changes of RUQ view in abnormal patients. Slide #14

17 Slide #15 Examples of kidney detection Blue region: Renal Medulla Red region: Kidney Capsule/Pyelocalyceal System

18 Contribution 2: Automated kidney segmentation

19 Overview on automated kidney segmentation Problem definition: automatically segmenting the kidney shape in 3DUS images. State-of-the-art: Name Methodology Advantage Disadvantage Noll et al. [1] MRF-AC [2] Radial ray trace + fast marching + edge-based levelset 2D active contour + Markov random field (MRF) + 3D reconstruction - Robust against speckle and low-contrast intensity profile - Automated initialization - Not robust against kidney deformation - High-computational cost - Low computational cost - Manual initialization - Discontinuity along z-axis Proposed method: complex-valued regional level-set with shape prior (CVRLS-SP) Complex-valued structure is used to add multi-regional structure into segmentation. Adding multi-regional structure is important because it improves segmentation specificity. [1] Noll et al. Automated kidney detection and segmentation in 3d ultrasound, in Clinical Image-Based Proc. Translational Research in Medical Imag. Springer, 2014, pp [2] Martn-Fernndez et al., An approach for contour detection of human kidneys from ultrasound images using markov random fields and active contours, Med. Image Anal., 1 23, Slide #16

20 Slide #17 CVRLS-SP representation Mathematical representation of regions in CVRLS-SP: br : X pyelocalyceal system or kidney capsule, if R φ X > 0, dr : X renal medulla, if I φ X > 0, bg : X background, otherwise. where φ is level-set function. Prior shape: (φ s ) is generated by aligning CVISM on detected kidney shape: φ s X = 2 Ψ ST Ԧpst,1 X + Ԧp st,2 > i, X Ω V where ST Ԧpst,1 X + Ԧp st,2 places kidney CVISM, Ψ, on detected kidney shape. level-set function, φ, is initialized by prior shape: φ X; t = 0 = φ s X, t is iteration.

21 Slide #18 CVRLS-SP evolution Conventional regional level-set with shape prior defines energy function as [1], F c, φ, φ s AT Ԧpaf, V = λ F SP φ, φ s AT Ԧpaf + μ F int φ + γ F ext (c, φ, V) F SP φ, φ s AT Ԧpaf : shape prior energy, F int φ : internal energy, controlling smoothness. F ext (c, φ, V): external energy, pushing level-set toward region of interest. c: average intensity level of region of interest, AT Ԧpaf : affine transformation. λ, μ, γ: Lagrange multipliers Contribution: CVRLS-SP s energy functional is defined as follows, F c br, c dr, φ, φ s AT Ԧpaf, V = λ F br SP R{φ}, R{φ s AT Ԧpaf } + λ F dr SP I{φ}, I{φ s AT Ԧpaf } +μ F int φ + γ F br ext (c br, R{φ}, V) + γ F dr ext (c dr, I{φ}, V) Multi-regional segmentation is added By dividing both F SP and F ext into br and dr terms. [1] Chan and Zhu. Level set based shape prior segmentation. IEEE CVPR, vol 2, pp ,

22 Slide #19 CVRLS-SP segmentation procedure Initialization: Creating prior shape and level-set initialization Iterative evolution: φ is updated by reducing F c br, c dr, φ, φ s AT Ԧpaf, V, using Euler-Lagrange equation. convergence criteria: ΣΔφ t = φ X, t φ X, t 1 2 dxdydz

23 Experimentation Objective: to evaluate proposed kidney segmentation compared to Noll et al. [1] and MRF-AC. [2] Dataset: evaluation set of actual ultrasound volumes Comparison metrics: Dice s similarity coefficient (DSC)= Accuracy metric (ACC)= Sensitivity measure (SENS)= TP TP+FN, Specificity measure (SPEC)= TN TN+FP. 2TP, 2TP+FN+FP TP+TN TP+TN+FP+FN 100%, Parameter setting: Name λ μ γ N itr t max ε Value [1] Noll et al. Automated kidney detection and segmentation in 3d ultrasound, in Clinical Image-Based Proc. Translational Research in Medical Imaging, Springer, 2014, pp [2] Martin-Fernandez et al., An approach for contour detection of human kidneys from ultrasound images using Markov random fields and active contours, Medical Image Analysis, 1 23, Slide #20

24 Dice's Coefficient (DSC) Slide #21 Kidney segmentation accuracy μ: mean, σ:standard deviation DSC ACC SENS SPEC Method μ σ μ σ μ σ μ σ CVRLS-SP Noll et al MRF-AC Specificity of CVRLS-SP is higher because: capability of segmenting multi-regional structure, using shape prior. Box-plot: shows statistical variation of DSC of the methods: CVRLS-SP MRFAC Noll et al.

25 Examples of kidney segmentation Original image Detected kidney Segmented kidney regions Second and third columns: Blue and red regions indicate Renal Medulla and Pyelocalyceal System/Kidney Capsule, respectively. Fourth column: Yellow, red, and green colors are TP, FP, and FN regions. Comparing automated segmentation vs. ground-truth 3D view Slide #22

26 Slide #23 Conclusions & Future Work Conclusions: We discussed the importance of automated kidney segmentation in designing a computerassisted trauma diagnosis. Shape-based and atlas-based kidney detection methods were introduced. Automated kidney segmentation was introduced The accuracy of kidney detection and segmentation methods were evaluated and compared to state-of-the-art Experimental results validate the superiority of the proposed methods. Future work: Investigating the effect of motion artifact and interference using a bigger dataset Using the automated kidney segmentation to automatically detect free fluids.

27 Publications Journal Papers: [1] M. Marsousi, K. Plataniotis, and S. Stergiopoulos, An Automated Approach for Kidney Segmentation in Three-Dimensional Ultrasound Images, IEEE Journal of Biomedical and Health Informatics, DOI: /JBHI , (Date of publication: June 13 th 2016) [2] M. Marsousi, K. Plataniotis, and S. Stergiopoulos, Computer-Assisted 3D Ultrasound Probe Placement for Emergency Healthcare Applications, IEEE Transactions on Industrial Informatics, DOI: /TII , (Date of publication: May 18 th 2016) [3] M. Marsousi, K. Plataniotis, and S. Stergiopoulos, Kidney Detection in 3D Ultrasound Imagery Based on Shape and Texture Priors, to be submitted at IEEE Transaction on Biomedical Engineering (T-BME) on September Conference Papers: [4] M. Marsousi, X. Lee, and K. Plataniotis, Shape-included Label-Consistent Discriminative Dictionary Learning: An Approach to Detect and Segment Multi-Class Objects in Image, IEEE international conference on Image Processing (ICIP), 2016, accepted. [5] M. Marsousi, K. Plataniotis, and S. Stergiopoulos. Atlas-based segmentation of abdominal organs in 3D ultrasound, and its application in automated kidney segmentation., IEEE International conference in Engineering in Medicine and Biology Society (EMBC), pp , [6] M. Marsousi and K. Plataniotis, Binomial classification based on DLENE features in sparse representation: Application in kidney detection in 3D ultrasound. IEEE International Conference in Acoustics, Speech and Signal Processing (ICASSP), pp , [7] M. Marsousi, K. Plataniotis, and S. Stergiopoulos, Shape-based kidney detection and segmentation in three-dimensional abdominal ultrasound images. IEEE International conference in Engineering in Medicine and Biology Society (EMBC), pp , [8] M. Marsousi, K. Plataniotis, and S. Stergiopoulos. A multi-steps segmentation approach for 3D ultrasound images using the combination of 3D- Snake and Level-Set. IEEE International Conference in Digital Signal Processing (DSP), pp. 1-4, US patent: [9] S. Stergiopoulos, P. Shek, K. Plataniotis, and M. Marsousi. Computer aided diagnosis for detecting abdominal bleeding with 3D ultrasound imaging. U.S. Patent Application 14/159,744, filed January 21, 2014.

Atlas-Based Segmentation of Abdominal Organs in 3D Ultrasound, and its Application in Automated Kidney Segmentation

Atlas-Based Segmentation of Abdominal Organs in 3D Ultrasound, and its Application in Automated Kidney Segmentation University of Toronto Atlas-Based Segmentation of Abdominal Organs in 3D Ultrasound, and its Application in Automated Kidney Segmentation Authors: M. Marsousi, K. N. Plataniotis, S. Stergiopoulos Presenter:

More information

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

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

More information

Computer-Assisted 3D Ultrasound Probe Placement for Emergency Healthcare Applications

Computer-Assisted 3D Ultrasound Probe Placement for Emergency Healthcare Applications 1 Computer-Assisted 3D Ultrasound Probe Placement for Emergency Healthcare Applications Mahdi Marsousi, Member, IEEE, Konstantinos Plataniotis, Fellow, IEEE, Stergios Stergiopoulos, SeniorMember, IEEE

More information

Atlas-Based Organ Segmentation in 3D Ultrasound Images and its Application in Automated Kidney Segmentation

Atlas-Based Organ Segmentation in 3D Ultrasound Images and its Application in Automated Kidney Segmentation Atlas-Based Organ Segmentation in 3D Ultrasound Images and its Application in Automated Kidney Segmentation Mahdi Marsousi 1, Konstantinos N. Plataniotis and Stergios Stergiopoulos 3 Abstract Automated

More information

Medical Image Segmentation

Medical Image Segmentation Medical Image Segmentation Xin Yang, HUST *Collaborated with UCLA Medical School and UCSB Segmentation to Contouring ROI Aorta & Kidney 3D Brain MR Image 3D Abdominal CT Image Liver & Spleen Caudate Nucleus

More information

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging

Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging 1 CS 9 Final Project Classification of Subject Motion for Improved Reconstruction of Dynamic Magnetic Resonance Imaging Feiyu Chen Department of Electrical Engineering ABSTRACT Subject motion is a significant

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

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

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

Learning Algorithms for Medical Image Analysis. Matteo Santoro slipguru

Learning Algorithms for Medical Image Analysis. Matteo Santoro slipguru Learning Algorithms for Medical Image Analysis Matteo Santoro slipguru santoro@disi.unige.it June 8, 2010 Outline 1. learning-based strategies for quantitative image analysis 2. automatic annotation of

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

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

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

Object Identification in Ultrasound Scans

Object Identification in Ultrasound Scans Object Identification in Ultrasound Scans Wits University Dec 05, 2012 Roadmap Introduction to the problem Motivation Related Work Our approach Expected Results Introduction Nowadays, imaging devices like

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

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

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

CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS

CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS 130 CHAPTER 6 DETECTION OF MASS USING NOVEL SEGMENTATION, GLCM AND NEURAL NETWORKS A mass is defined as a space-occupying lesion seen in more than one projection and it is described by its shapes and margin

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

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

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

Application of level set based method for segmentation of blood vessels in angiography images

Application of level set based method for segmentation of blood vessels in angiography images Lodz University of Technology Faculty of Electrical, Electronic, Computer and Control Engineering Institute of Electronics PhD Thesis Application of level set based method for segmentation of blood vessels

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

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

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

More information

Evaluation of Fourier Transform Coefficients for The Diagnosis of Rheumatoid Arthritis From Diffuse Optical Tomography Images

Evaluation of Fourier Transform Coefficients for The Diagnosis of Rheumatoid Arthritis From Diffuse Optical Tomography Images Evaluation of Fourier Transform Coefficients for The Diagnosis of Rheumatoid Arthritis From Diffuse Optical Tomography Images Ludguier D. Montejo *a, Jingfei Jia a, Hyun K. Kim b, Andreas H. Hielscher

More information

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest.

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. D.A. Karras, S.A. Karkanis and D. E. Maroulis University of Piraeus, Dept.

More information

Towards an Estimation of Acoustic Impedance from Multiple Ultrasound Images

Towards an Estimation of Acoustic Impedance from Multiple Ultrasound Images Towards an Estimation of Acoustic Impedance from Multiple Ultrasound Images Christian Wachinger 1, Ramtin Shams 2, Nassir Navab 1 1 Computer Aided Medical Procedures (CAMP), Technische Universität München

More information

Feature Extraction and Texture Classification in MRI

Feature Extraction and Texture Classification in MRI Extraction and Texture Classification in MRI Jayashri Joshi, Mrs.A.C.Phadke. Marathwada Mitra Mandal s College of Engineering, Pune.. Maharashtra Institute of Technology, Pune. kjayashri@rediffmail.com.

More information

Tumor Detection in Breast Ultrasound images

Tumor Detection in Breast Ultrasound images I J C T A, 8(5), 2015, pp. 1881-1885 International Science Press Tumor Detection in Breast Ultrasound images R. Vanithamani* and R. Dhivya** Abstract: Breast ultrasound is becoming a popular screening

More information

8/3/2017. Contour Assessment for Quality Assurance and Data Mining. Objective. Outline. Tom Purdie, PhD, MCCPM

8/3/2017. Contour Assessment for Quality Assurance and Data Mining. Objective. Outline. Tom Purdie, PhD, MCCPM Contour Assessment for Quality Assurance and Data Mining Tom Purdie, PhD, MCCPM Objective Understand the state-of-the-art in contour assessment for quality assurance including data mining-based techniques

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

Hierarchical Multi structure Segmentation Guided by Anatomical Correlations

Hierarchical Multi structure Segmentation Guided by Anatomical Correlations Hierarchical Multi structure Segmentation Guided by Anatomical Correlations Oscar Alfonso Jiménez del Toro oscar.jimenez@hevs.ch Henning Müller henningmueller@hevs.ch University of Applied Sciences Western

More information

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

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

More information

Metodi di segmentazione e di riconoscimento automatico

Metodi di segmentazione e di riconoscimento automatico GRUPPO NAZIONALE DI BIOINGEGNERIA XXXVII Scuola Annuale Immagini biomediche: nuove tendenze in tecnologia, metodi e applicazioni Metodi di segmentazione e di riconoscimento automatico Cristiana Corsi,

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

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

Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiography Segmentation!

Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiography Segmentation! Sparsity Based Spectral Embedding: Application to Multi-Atlas Echocardiography Segmentation Ozan Oktay, Wenzhe Shi, Jose Caballero, Kevin Keraudren, and Daniel Rueckert Department of Compu.ng Imperial

More information

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

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

More information

A Registration-Based Atlas Propagation Framework for Automatic Whole Heart Segmentation

A Registration-Based Atlas Propagation Framework for Automatic Whole Heart Segmentation A Registration-Based Atlas Propagation Framework for Automatic Whole Heart Segmentation Xiahai Zhuang (PhD) Centre for Medical Image Computing University College London Fields-MITACS Conference on Mathematics

More information

VALIDATION OF DIR. Raj Varadhan, PhD, DABMP Minneapolis Radiation Oncology

VALIDATION OF DIR. Raj Varadhan, PhD, DABMP Minneapolis Radiation Oncology VALIDATION OF DIR Raj Varadhan, PhD, DABMP Minneapolis Radiation Oncology Overview Basics: Registration Framework, Theory Discuss Validation techniques Using Synthetic CT data & Phantoms What metrics to

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

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

Over Some Open 2D/3D Shape Features Extraction and Matching Problems

Over Some Open 2D/3D Shape Features Extraction and Matching Problems Over Some Open 2D/3D Shape Features Extraction and Matching Problems Dr. Nikolay Metodiev Sirakov Dept. of CS and Dept. of Math Texas A&M University Commerce Commerce, TX 75 429 E-mail: Nikolay_Sirakov@tamu-commerce.edu

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

ABSTRACT 1. INTRODUCTION 2. METHODS

ABSTRACT 1. INTRODUCTION 2. METHODS Finding Seeds for Segmentation Using Statistical Fusion Fangxu Xing *a, Andrew J. Asman b, Jerry L. Prince a,c, Bennett A. Landman b,c,d a Department of Electrical and Computer Engineering, Johns Hopkins

More information

A novel lung nodules detection scheme based on vessel segmentation on CT images

A novel lung nodules detection scheme based on vessel segmentation on CT images Bio-Medical Materials and Engineering 24 (2014) 3179 3186 DOI 10.3233/BME-141139 IOS Press 3179 A novel lung nodules detection scheme based on vessel segmentation on CT images a,b,* Tong Jia, Hao Zhang

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management ADVANCED K-MEANS ALGORITHM FOR BRAIN TUMOR DETECTION USING NAIVE BAYES CLASSIFIER Veena Bai K*, Dr. Niharika Kumar * MTech CSE, Department of Computer Science and Engineering, B.N.M. Institute of Technology,

More information

Introduction to Medical Image Processing

Introduction to Medical Image Processing Introduction to Medical Image Processing Δ Essential environments of a medical imaging system Subject Image Analysis Energy Imaging System Images Image Processing Feature Images Image processing may be

More information

The Insight Toolkit. Image Registration Algorithms & Frameworks

The Insight Toolkit. Image Registration Algorithms & Frameworks The Insight Toolkit Image Registration Algorithms & Frameworks Registration in ITK Image Registration Framework Multi Resolution Registration Framework Components PDE Based Registration FEM Based Registration

More information

Digital Volume Correlation for Materials Characterization

Digital Volume Correlation for Materials Characterization 19 th World Conference on Non-Destructive Testing 2016 Digital Volume Correlation for Materials Characterization Enrico QUINTANA, Phillip REU, Edward JIMENEZ, Kyle THOMPSON, Sharlotte KRAMER Sandia National

More information

Image Registration. Prof. Dr. Lucas Ferrari de Oliveira UFPR Informatics Department

Image Registration. Prof. Dr. Lucas Ferrari de Oliveira UFPR Informatics Department Image Registration Prof. Dr. Lucas Ferrari de Oliveira UFPR Informatics Department Introduction Visualize objects inside the human body Advances in CS methods to diagnosis, treatment planning and medical

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

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

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

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

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

More information

Registration-Based Segmentation of Medical Images

Registration-Based Segmentation of Medical Images School of Computing National University of Singapore Graduate Research Paper Registration-Based Segmentation of Medical Images by Li Hao under guidance of A/Prof. Leow Wee Kheng July, 2006 Abstract Medical

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

3D Surface Reconstruction of the Brain based on Level Set Method

3D Surface Reconstruction of the Brain based on Level Set Method 3D Surface Reconstruction of the Brain based on Level Set Method Shijun Tang, Bill P. Buckles, and Kamesh Namuduri Department of Computer Science & Engineering Department of Electrical Engineering University

More information

Motion Estimation and Optical Flow Tracking

Motion Estimation and Optical Flow Tracking Image Matching Image Retrieval Object Recognition Motion Estimation and Optical Flow Tracking Example: Mosiacing (Panorama) M. Brown and D. G. Lowe. Recognising Panoramas. ICCV 2003 Example 3D Reconstruction

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

A Model Based Neuron Detection Approach Using Sparse Location Priors

A Model Based Neuron Detection Approach Using Sparse Location Priors A Model Based Neuron Detection Approach Using Sparse Location Priors Electronic Imaging, Burlingame, CA 30 th January 2017 Soumendu Majee 1 Dong Hye Ye 1 Gregery T. Buzzard 2 Charles A. Bouman 1 1 Department

More information

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION 6.1 INTRODUCTION Fuzzy logic based computational techniques are becoming increasingly important in the medical image analysis arena. The significant

More information

3D VISUALIZATION OF SEGMENTED CRUCIATE LIGAMENTS 1. INTRODUCTION

3D VISUALIZATION OF SEGMENTED CRUCIATE LIGAMENTS 1. INTRODUCTION JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 10/006, ISSN 164-6037 Paweł BADURA * cruciate ligament, segmentation, fuzzy connectedness,3d visualization 3D VISUALIZATION OF SEGMENTED CRUCIATE LIGAMENTS

More information

Thin Plate Spline Feature Point Matching for Organ Surfaces in Minimally Invasive Surgery Imaging

Thin Plate Spline Feature Point Matching for Organ Surfaces in Minimally Invasive Surgery Imaging Thin Plate Spline Feature Point Matching for Organ Surfaces in Minimally Invasive Surgery Imaging Bingxiong Lin, Yu Sun and Xiaoning Qian University of South Florida, Tampa, FL., U.S.A. ABSTRACT Robust

More information

SHAPE-INCLUDED LABEL-CONSISTENT DISCRIMINATIVE DICTIONARY LEARNING: AN APPROACH TO DETECT AND SEGMENT MULTI-CLASS OBJECTS IN IMAGES

SHAPE-INCLUDED LABEL-CONSISTENT DISCRIMINATIVE DICTIONARY LEARNING: AN APPROACH TO DETECT AND SEGMENT MULTI-CLASS OBJECTS IN IMAGES SHAPE-INCLUDED LABEL-CONSISTENT DISCRIMINATIVE DICTIONARY LEARNING: AN APPROACH TO DETECT AND SEGMENT MULTI-CLASS OBJECTS IN IMAGES Mahdi Marsousi, Xingyu Li, Konstantinos N. Plataniotis Multimedia Lab,

More information

HEMODYNAMICALLY STABLE PATIENT

HEMODYNAMICALLY STABLE PATIENT ORDERING BLOOD PRODUCTS 3 PATHWAYS University of Virginia Health System Aug. 2017 TYPE TURNAROUND TIME ORDER CLINICAL GUIDELINES PRODUCT DELIVERY SYSTEM ROUTINE < 30 minutes if no antibodies FASTBLOOD

More information

Chapter 3. Automated Segmentation of the First Mitotic Spindle in Differential Interference Contrast Microcopy Images of C.

Chapter 3. Automated Segmentation of the First Mitotic Spindle in Differential Interference Contrast Microcopy Images of C. Chapter 3 Automated Segmentation of the First Mitotic Spindle in Differential Interference Contrast Microcopy Images of C. elegans Embryos Abstract Differential interference contrast (DIC) microscopy is

More information

Nearest Neighbor 3D Segmentation with Context Features

Nearest Neighbor 3D Segmentation with Context Features Paper 10574-21 Session 4: Machine Learning, 3:30 PM - 5:30 PM, Salon B Nearest Neighbor 3D Segmentation with Context Features Evelin Hristova, Heinrich Schulz, Tom Brosch, Mattias P. Heinrich, Hannes Nickisch

More information

SVM-based CBIR of Breast Masses on Mammograms

SVM-based CBIR of Breast Masses on Mammograms SVM-based CBIR of Breast Masses on Mammograms Lazaros Tsochatzidis, Konstantinos Zagoris, Michalis Savelonas, and Ioannis Pratikakis Visual Computing Group, Dept. of Electrical and Computer Engineering,

More information

Estimating 3D Respiratory Motion from Orbiting Views

Estimating 3D Respiratory Motion from Orbiting Views Estimating 3D Respiratory Motion from Orbiting Views Rongping Zeng, Jeffrey A. Fessler, James M. Balter The University of Michigan Oct. 2005 Funding provided by NIH Grant P01 CA59827 Motivation Free-breathing

More information

Anatomical structures segmentation by spherical 3D ray casting and gradient domain editing

Anatomical structures segmentation by spherical 3D ray casting and gradient domain editing Anatomical structures segmentation by spherical 3D ray casting and gradient domain editing A. Kronman 1, L. Joskowicz 1, and J. Sosna 2 1 School of Eng. and Computer Science, The Hebrew Univ. of Jerusalem,

More information

Hybrid Segmentation with Canny Edge and K Means Clustering To Extract the Mammogram Tumor

Hybrid Segmentation with Canny Edge and K Means Clustering To Extract the Mammogram Tumor RESEARCH ARTICLE Hybrid Segmentation with Canny Edge and K Means Clustering To Extract the Mammogram Tumor M Punitha [1], K.Perumal [2] Research scholar [1], Professor [2] Department of Computer Applications

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

Gopalakrishna Prabhu.K Department of Biomedical Engineering Manipal Institute of Technology Manipal University, Manipal, India

Gopalakrishna Prabhu.K Department of Biomedical Engineering Manipal Institute of Technology Manipal University, Manipal, India 00 International Journal of Computer Applications (0975 8887) Automatic Localization and Boundary Detection of Optic Disc Using Implicit Active Contours Siddalingaswamy P. C. Department of Computer science

More information

Surface Projection Method for Visualizing Volumetric Data

Surface Projection Method for Visualizing Volumetric Data Surface Projection Method for Visualizing Volumetric Data by Peter Lincoln A senior thesis submitted in partial fulfillment of the requirements for the degree of Bachelor of Science With Departmental Honors

More information

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

A novel automatically initialized level set approach based on region correlation for lumbar vertebrae CT image segmentation This full text paper was peer-reviewed at the direction of IEEE Instrumentation and Measurement Society prior to the acceptance and publication. A novel automatically initialized level set approach based

More information

Notes 9: Optical Flow

Notes 9: Optical Flow Course 049064: Variational Methods in Image Processing Notes 9: Optical Flow Guy Gilboa 1 Basic Model 1.1 Background Optical flow is a fundamental problem in computer vision. The general goal is to find

More information

Automatic Extraction of Tissue Form in Brain Image

Automatic Extraction of Tissue Form in Brain Image Original Paper Forma, 16, 241 246, 2001 Automatic Extraction of Tissue Form in Brain Image Takeshi MATOZAKI Department of Electronics & Communication Engineering, Musashi Institute of Technology, 1-28-1

More information

Biomedical Image Processing

Biomedical Image Processing Biomedical Image Processing Jason Thong Gabriel Grant 1 2 Motivation from the Medical Perspective MRI, CT and other biomedical imaging devices were designed to assist doctors in their diagnosis and treatment

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

Three Dimensional Segmentation of Intravascular Ultrasound Data

Three Dimensional Segmentation of Intravascular Ultrasound Data Three Dimensional Segmentation of Intravascular Ultrasound Data Marc Wennogle 1 and William Hoff 2 1 Veran Medical Technologies, Nashville, Tennessee marc.wennogle@veranmedical.com 2 Colorado School of

More information

[Programming Assignment] (1)

[Programming Assignment] (1) http://crcv.ucf.edu/people/faculty/bagci/ [Programming Assignment] (1) Computer Vision Dr. Ulas Bagci (Fall) 2015 University of Central Florida (UCF) Coding Standard and General Requirements Code for all

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

Automatic Rapid Segmentation of Human Lung from 2D Chest X-Ray Images

Automatic Rapid Segmentation of Human Lung from 2D Chest X-Ray Images Automatic Rapid Segmentation of Human Lung from 2D Chest X-Ray Images Abstract. In this paper, we propose a complete framework that segments lungs from 2D Chest X-Ray (CXR) images automatically and rapidly.

More information

Data Mining of the E-Pelvis Simulator Database: A Quest for a Generalized Algorithm for Objectively Assessing Medical Skill

Data Mining of the E-Pelvis Simulator Database: A Quest for a Generalized Algorithm for Objectively Assessing Medical Skill 355 Data Mining of the E-Pelvis Simulator Database: A Quest for a Generalized Algorithm for Objectively Assessing Medical Skill Thomas MACKEL 1, Jacob ROSEN 1,2, Ph.D., Carla PUGH 3, M.D., Ph.D. 1 Department

More information

Region Based Image Segmentation using a Modified Mumford-Shah Algorithm

Region Based Image Segmentation using a Modified Mumford-Shah Algorithm Region Based Image Segmentation using a Modified Mumford-Shah Algorithm Jung-ha An and Yunmei Chen 2 Institute for Mathematics and its Applications (IMA), University of Minnesota, USA, 2 Department of

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 FDH 204 Lecture 10 130221 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Canny Edge Detector Hough Transform Feature-Based

More information

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

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

More information

Surgery Simulation and Planning

Surgery Simulation and Planning Surgery Simulation and Planning S. H. Martin Roth Dr. Rolf M. Koch Daniel Bielser Prof. Dr. Markus Gross Facial surgery project in collaboration with Prof. Dr. Dr. H. Sailer, University Hospital Zurich,

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

INDUSTRIAL SYSTEM DEVELOPMENT FOR VOLUMETRIC INTEGRITY

INDUSTRIAL SYSTEM DEVELOPMENT FOR VOLUMETRIC INTEGRITY INDUSTRIAL SYSTEM DEVELOPMENT FOR VOLUMETRIC INTEGRITY VERIFICATION AND ANALYSIS M. L. Hsiao and J. W. Eberhard CR&D General Electric Company Schenectady, NY 12301 J. B. Ross Aircraft Engine - QTC General

More information

A Clustering-Based Method for. Brain Tumor Segmentation

A Clustering-Based Method for. Brain Tumor Segmentation Contemporary Engineering Sciences, Vol. 9, 2016, no. 15, 743-754 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2016.6564 A Clustering-Based Method for Brain Tumor Segmentation Idanis Diaz

More information

2. Methodology. sinθ = const for details see, [5]. ψ ((x 1. ψ a,b,θ

2. Methodology. sinθ = const for details see, [5]. ψ ((x 1. ψ a,b,θ RIDGELET-BASED TEXTURE CLASSIFICATION OF TISSUES IN COMPUTED TOMOGRAPHY Lindsay Semler a, Lucia Dettori a,and Brandon Kerr b a DePaul University 1E. Jackson, Chicago, IL 60604 b Trinity University One

More information

Robust Detection for Red Blood Cells in Thin Blood Smear Microscopy Using Deep Learning

Robust Detection for Red Blood Cells in Thin Blood Smear Microscopy Using Deep Learning Robust Detection for Red Blood Cells in Thin Blood Smear Microscopy Using Deep Learning By Yasmin Kassim PhD Candidate in University of Missouri-Columbia Supervised by Dr. Kannappan Palaniappan Mentored

More information

1. Two double lectures about deformable contours. 4. The transparencies define the exam requirements. 1. Matlab demonstration

1. Two double lectures about deformable contours. 4. The transparencies define the exam requirements. 1. Matlab demonstration Practical information INF 5300 Deformable contours, I An introduction 1. Two double lectures about deformable contours. 2. The lectures are based on articles, references will be given during the course.

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

Automatic Extraction of Femur Contours from Hip X-ray Images

Automatic Extraction of Femur Contours from Hip X-ray Images Automatic Extraction of Femur Contours from Hip X-ray Images Ying Chen 1, Xianhe Ee 1, Wee Kheng Leow 1, and Tet Sen Howe 2 1 Dept of Computer Science, National University of Singapore, 3 Science Drive

More information

Classification of Protein Crystallization Imagery

Classification of Protein Crystallization Imagery Classification of Protein Crystallization Imagery Xiaoqing Zhu, Shaohua Sun, Samuel Cheng Stanford University Marshall Bern Palo Alto Research Center September 2004, EMBC 04 Outline Background X-ray crystallography

More information

Shape Descriptor using Polar Plot for Shape Recognition.

Shape Descriptor using Polar Plot for Shape Recognition. Shape Descriptor using Polar Plot for Shape Recognition. Brijesh Pillai ECE Graduate Student, Clemson University bpillai@clemson.edu Abstract : This paper presents my work on computing shape models that

More information

2D Vessel Segmentation Using Local Adaptive Contrast Enhancement

2D Vessel Segmentation Using Local Adaptive Contrast Enhancement 2D Vessel Segmentation Using Local Adaptive Contrast Enhancement Dominik Schuldhaus 1,2, Martin Spiegel 1,2,3,4, Thomas Redel 3, Maria Polyanskaya 1,3, Tobias Struffert 2, Joachim Hornegger 1,4, Arnd Doerfler

More information