Medical Imaging Mohammad Dawood Department of Computer Science University of Münster Germany.

Slides:



Advertisements
Similar presentations
CMPUT 615 Applications of Machine Learning in Image Analysis
Advertisements

Segmentation by Morphological Watersheds
Clustering & image segmentation Goal::Identify groups of pixels that go together Segmentation.
Histogram Analysis to Choose the Number of Clusters for K Means By: Matthew Fawcett Dept. of Computer Science and Engineering University of South Carolina.
Automatic Histogram Threshold Using Fuzzy Measures 呂惠琪.
電腦視覺 Computer and Robot Vision I Chapter2: Binary Machine Vision: Thresholding and Segmentation Instructor: Shih-Shinh Huang 1.
Medical Imaging Mohammad Dawood Department of Computer Science University of Münster Germany.
Medical Imaging Mohammad Dawood Department of Computer Science University of Münster Germany.
Lecture 6 Image Segmentation
EE 7730 Image Segmentation.
Thresholding Otsu’s Thresholding Method Threshold Detection Methods Optimal Thresholding Multi-Spectral Thresholding 6.2. Edge-based.
MRI Image Segmentation for Brain Injury Quantification Lindsay Kulkin 1 and Bir Bhanu 2 1 Department of Biomedical Engineering, Syracuse University, Syracuse,
Image Segmentation Chapter 14, David A. Forsyth and Jean Ponce, “Computer Vision: A Modern Approach”.
Segmentation Divide the image into segments. Each segment:
Segmentation. Methods Region Growing Split and Merge Clustering.
Clustering Color/Intensity
Yujun Guo Kent State University August PRESENTATION A Binarization Approach for CT-MR Registration Using Normalized Mutual Information.
Clustering. 2 Outline  Introduction  K-means clustering  Hierarchical clustering: COBWEB.
Semi-Supervised Clustering Jieping Ye Department of Computer Science and Engineering Arizona State University
What is Cluster Analysis?
Binary Image Analysis. YOU HAVE TO READ THE BOOK! reminder.
Thresholding Thresholding is usually the first step in any segmentation approach We have talked about simple single value thresholding already Single value.
DIGITAL IMAGE PROCESSING Instructors: Dr J. Shanbehzadeh M.Yekke Zare M.Yekke Zare ( J.Shanbehzadeh M.Yekke Zare )
Computer Vision James Hays, Brown
CSE 185 Introduction to Computer Vision Pattern Recognition.
UNDERSTANDING DYNAMIC BEHAVIOR OF EMBRYONIC STEM CELL MITOSIS Shubham Debnath 1, Bir Bhanu 2 Embryonic stem cells are derived from the inner cell mass.
1Ellen L. Walker Segmentation Separating “content” from background Separating image into parts corresponding to “real” objects Complete segmentation Each.
Digital Image Processing In The Name Of God Digital Image Processing Lecture8: Image Segmentation M. Ghelich Oghli By: M. Ghelich Oghli
MRI Image Segmentation for Brain Injury Quantification Lindsay Kulkin BRITE REU 2009 Advisor: Bir Bhanu August 20, 2009.
Medical Imaging Dr. Mohammad Dawood Department of Computer Science University of Münster Germany.
MEDICAL IMAGE REGISTRATION BY MAXIMIZATION OF MUTUAL INFORMATION Dissertation Defense by Chi-hsiang Lo June 27, 2003 PRESENTATION.
Chapter 10, Part II Edge Linking and Boundary Detection The methods discussed in the previous section yield pixels lying only on edges. This section.
EECS 274 Computer Vision Segmentation by Clustering II.
Color Image Segmentation Speaker: Deng Huipeng 25th Oct , 2007.
Image Segmentation and Edge Detection Digital Image Processing Instructor: Dr. Cheng-Chien LiuCheng-Chien Liu Department of Earth Sciences National Cheng.
CS654: Digital Image Analysis
The Implementation of Markerless Image-based 3D Features Tracking System Lu Zhang Feb. 15, 2005.
Digital Image Processing & Pattern Analysis (CSCE 563) Introduction to Pattern Analysis Prof. Amr Goneid Department of Computer Science & Engineering The.
Image Segmentation in Color Space By Anisa Chaudhary.
Image Segmentation by Histogram Thresholding Venugopal Rajagopal CIS 581 Instructor: Longin Jan Latecki.
CSSE463: Image Recognition Day 23 Midterm behind us… Midterm behind us… Foundations of Image Recognition completed! Foundations of Image Recognition completed!
Machine Learning Queens College Lecture 7: Clustering.
Medical Image Analysis
Clustering Patrice Koehl Department of Biological Sciences National University of Singapore
Digital Image Processing
Nottingham Image Analysis School, 23 – 25 June NITS Image Segmentation Guoping Qiu School of Computer Science, University of Nottingham
Lloyd Algorithm K-Means Clustering. Gene Expression Susumu Ohno: whole genome duplications The expression of genes can be measured over time. Identifying.
Region Detection Defining regions of an image Introduction All pixels belong to a region Object Part of object Background Find region Constituent pixels.
Image Segmentation Nitin Rane. Image Segmentation Introduction Thresholding Region Splitting Region Labeling Statistical Region Description Application.
Medical Image Analysis Dr. Mohammad Dawood Department of Computer Science University of Münster Germany.
Thresholding Foundation:. Thresholding In A: light objects in dark background To extract the objects: –Select a T that separates the objects from the.
Given a set of data points as input Randomly assign each point to one of the k clusters Repeat until convergence – Calculate model of each of the k clusters.
Debrup Chakraborty Non Parametric Methods Pattern Recognition and Machine Learning.
Color Image Segmentation Mentor : Dr. Rajeev Srivastava Students: Achit Kumar Ojha Aseem Kumar Akshay Tyagi.
Lecture z Chapter 10: Image Segmentation. Segmentation approaches 1) Gradient based: How different are pixels? 2) Thresholding: Converts grey-level images.
Rodney Nielsen Many of these slides were adapted from: I. H. Witten, E. Frank and M. A. Hall Data Science Algorithms: The Basic Methods Clustering WFH:
Student Gesture Recognition System in Classroom 2.0 Chiung-Yao Fang, Min-Han Kuo, Greg-C Lee, and Sei-Wang Chen Department of Computer Science and Information.
Clustering Anna Reithmeir Data Mining Proseminar 2017
Fuzzy Logic in Pattern Recognition
Semi-Supervised Clustering
Clustering and Segmentation
Image Segmentation.
COMP 9517 Computer Vision Segmentation 7/2/2018 COMP 9517 S2, 2017.
DIGITAL SIGNAL PROCESSING
Emel Doğrusöz Esra Ataer Muhammet Baştan Tolga Can
Chapter 10 – Image Segmentation
Image Segmentation.
EM Algorithm and its Applications
Presentation transcript:

Medical Imaging Mohammad Dawood Department of Computer Science University of Münster Germany

2 Medical Imaging, SS-2011 Mohammad Dawood Image Segmentation

3 Medical Imaging, SS-2011 Mohammad Dawood Segmentation - Locate tumors and other pathologies - Measure tissue volumes - Computer-guided surgery - Diagnosis - Treatment planning - Study of anatomical structure

4 Medical Imaging, SS-2011 Mohammad Dawood Threshold Based Segmentation

5 Medical Imaging, SS-2011 Mohammad Dawood Segmentation Histogram based segmentation

6 Medical Imaging, SS-2011 Mohammad Dawood Segmentation Histogram based segmentation

7 Medical Imaging, SS-2011 Mohammad Dawood Segmentation Zack Method A line is constructed between the maximum of the histogram at brightness bmax and the lowest value bmin The distance d between the line and the histogram h[b] is computed for all values of b from b = bmin to b = bmax The brightness value bo where the distance between h[bo] and the line is maximal is the threshold value.

8 Medical Imaging, SS-2011 Mohammad Dawood Segmentation Global Threshold Selection -Select an initial threshold (T) -Segment into object and background 1.G 1 = {f>=T} 2.G 2 = {f< T} -The average of each set is m 1 = average value of G 1 m 2 = average value of G 2 -New threshold is average of m 1 and m 2 T’ = (m 1 + m 2 )/2. - Repeat until convergence

9 Medical Imaging, SS-2011 Mohammad Dawood Segmentation Global Threshold Selection Threshold =

10 Medical Imaging, SS-2011 Mohammad Dawood Segmentation Otsu’s Method Compute histogram For all possible thresholds t Calculate ω i and μ i Compute variance: ω 1 (t) *ω 2 (t) [μ 1 (t)- μ 2 (t)] Desired threshold corresponds to the maximum Threshold for the Head Image: 153.0

11 Medical Imaging, SS-2011 Mohammad Dawood Segmentation Multiple Thresholds (f 180)

12 Medical Imaging, SS-2011 Mohammad Dawood Clustering Methods

13 Medical Imaging, SS-2011 Mohammad Dawood Segmentation K-Means Clustering - Pick K cluster centers - Assign each pixel in the image to the nearest cluster center - Re-compute the cluster centers by averaging all pixels in the cluster - Repeat until convergence

14 Medical Imaging, SS-2011 Mohammad Dawood Segmentation K-Means Clustering K-MeansFuzzy K-Means

15 Medical Imaging, SS-2011 Mohammad Dawood Region Growing

16 Medical Imaging, SS-2011 Mohammad Dawood Segmentation Region Growing - Select seeding points - Starting from seeds, look at the neighbors if neighbor similar, add to region else proceed with next unclassified neighbor - Repeat until all pixels are classified

17 Medical Imaging, SS-2011 Mohammad Dawood Segmentation Region Growing Threshold 10Threshold 20

18 Medical Imaging, SS-2011 Mohammad Dawood Segmentation Watersheds Image is visualized in 3 dimensions - 2 spatial dimensions - grey levels Three parts: - points belonging to regional minimum - catchment area - dividing lines or watershed lines

19 Medical Imaging, SS-2011 Mohammad Dawood Segmentation Watersheds Label each minimum with a distinct label. Initialize a set S with the labeled nodes Extract from S a node x of minimal altitude F Attribute the label of x to each non labeled node y adjacent to x, and insert y in S Keep the catchment areas separated by dams Repeat until S is empty.

20 Medical Imaging, SS-2011 Mohammad Dawood Segmentation Watersheds

21 Medical Imaging, SS-2011 Mohammad Dawood Thank You!