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

Slides:



Advertisements
Similar presentations
Image Retrieval With Relevant Feedback Hayati Cam & Ozge Cavus IMAGE RETRIEVAL WITH RELEVANCE FEEDBACK Hayati CAM Ozge CAVUS.
Advertisements

CMPUT 615 Applications of Machine Learning in Image Analysis
Segmentation by Morphological Watersheds
MASTERS THESIS By: Rahul Suresh
Chapter 3 cont’d. Adjacency, Histograms, & Thresholding.
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 呂惠琪.
Medical Imaging Mohammad Dawood Department of Computer Science University of Münster Germany.
Lecture 6 Image Segmentation
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.
Medical Imaging Mohammad Dawood Department of Computer Science University of Münster Germany.
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
CSE 803 Fall 2008 Stockman1 Ch 10 Image Segmentation Ideally, partition an image into regions corresponding to real world objects.
Binary Image Analysis. YOU HAVE TO READ THE BOOK! reminder.
DIGITAL IMAGE PROCESSING Instructors: Dr J. Shanbehzadeh M.Yekke Zare M.Yekke Zare ( J.Shanbehzadeh M.Yekke Zare )
Computer Vision James Hays, Brown
 Process of partitioning an image into segments  Segments are called superpixels  Superpixels are made up several pixels that have similar properties.
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
CSE 185 Introduction to Computer Vision Pattern Recognition 2.
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.
Data Extraction using Image Similarity CIS 601 Image Processing Ajay Kumar Yadav.
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
Clustering I. 2 The Task Input: Collection of instances –No special class label attribute! Output: Clusters (Groups) of instances where members of a cluster.
Image Segmentation in Color Space By Anisa Chaudhary.
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
主講者 : 陳建齊. Outline & Content 1. Introduction 2. Thresholding 3. Edge-based segmentation 4. Region-based segmentation 5. conclusion 2.
Digital Image Processing
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.
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.
Department of Computer Science University of York
Emel Doğrusöz Esra Ataer Muhammet Baştan Tolga Can
Total Variation and Hypothesis Testing for Segmentation
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-2010 Mohammad Dawood Image Segmentation

3 Medical Imaging, SS-2010 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-2010 Mohammad Dawood Threshold Based Segmentation

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

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

7 Medical Imaging, SS-2010 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-2010 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-2010 Mohammad Dawood Segmentation Global Threshold Selection Threshold =

10 Medical Imaging, SS-2010 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-2010 Mohammad Dawood Segmentation Multiple Thresholds (f 180)

12 Medical Imaging, SS-2010 Mohammad Dawood Clustering Methods

13 Medical Imaging, SS-2010 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-2010 Mohammad Dawood Segmentation K-Means Clustering K-MeansFuzzy K-Means

15 Medical Imaging, SS-2010 Mohammad Dawood Region Growing

16 Medical Imaging, SS-2010 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-2010 Mohammad Dawood Segmentation Region Growing Threshold 10Threshold 20

18 Medical Imaging, SS-2010 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 Repeat Step 2. Until S is empty.

19 Medical Imaging, SS-2010 Mohammad Dawood Segmentation Watersheds

20 Medical Imaging, SS-2010 Mohammad Dawood Thank You!