DICOM 11/21/2018.

Slides:



Advertisements
Similar presentations
EDGE DETECTION ARCHANA IYER AADHAR AUTHENTICATION.
Advertisements

Sliding Window Filters and Edge Detection Longin Jan Latecki Computer Graphics and Image Processing CIS 601 – Fall 2004.
Image Segmentation Image segmentation (segmentace obrazu) –division or separation of the image into segments (connected regions) of similar properties.
Biomedical Image Analysis Rangaraj M. Rangayyan Ch. 5 Detection of Regions of Interest: Sections , Presentation March 3rd 2005 Jukka Parviainen.
Edge detection Goal: Identify sudden changes (discontinuities) in an image Intuitively, most semantic and shape information from the image can be encoded.
EE 7730 Image Segmentation.
Machinen Vision and Dig. Image Analysis 1 Prof. Heikki Kälviäinen CT50A6100 Lectures 8&9: Image Segmentation Professor Heikki Kälviäinen Machine Vision.
Canny Edge Detector.
Edge detection. Edge Detection in Images Finding the contour of objects in a scene.
Edge Detection Today’s reading Forsyth, chapters 8, 15.1
1 Image Filtering Readings: Ch 5: 5.4, 5.5, 5.6,5.7.3, 5.8 (This lecture does not follow the book.) Images by Pawan SinhaPawan Sinha formal terminology.
Segmentation (Section 10.2)
EE663 Image Processing Edge Detection 3 Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
Lecture 2: Image filtering
Computer Vision Lecture 3: Digital Images
Thresholding Thresholding is usually the first step in any segmentation approach We have talked about simple single value thresholding already Single value.
G52IIP, School of Computer Science, University of Nottingham 1 Edge Detection and Image Segmentation.
Segmentation of CT angiography based on a combination of segmentation methods University of West Bohemia in Pilsen Czech republic Ing. Ivan Pirner Ing.
University of Kurdistan Digital Image Processing (DIP) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
September 5, 2013Computer Vision Lecture 2: Digital Images 1 Computer Vision A simple two-stage model of computer vision: Image processing Scene analysis.
Chapter 10 Image Segmentation.
G52IVG, School of Computer Science, University of Nottingham 1 Edge Detection and Image Segmentation.
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
Digital Image Processing Lecture 16: Segmentation: Detection of Discontinuities Prof. Charlene Tsai.
Edge Detection and Geometric Primitive Extraction Jinxiang Chai.
Digital Image Processing
Machine Vision ENT 273 Regions and Segmentation in Images Hema C.R. Lecture 4.
Evaluation of Image Segmentation algorithms By Dr. Rajeev Srivastava.
Image Segmentation Image segmentation (segmentace obrazu)
Digital Image Processing Lecture 16: Segmentation: Detection of Discontinuities May 2, 2005 Prof. Charlene Tsai.
Lecture 04 Edge Detection Lecture 04 Edge Detection Mata kuliah: T Computer Vision Tahun: 2010.
Digital Image Processing Lecture 17: Segmentation: Canny Edge Detector & Hough Transform Prof. Charlene Tsai.
Machine Vision Edge Detection Techniques ENT 273 Lecture 6 Hema C.R.
Computer Vision Image Features Instructor: Dr. Sherif Sami Lecture 4.
Sliding Window Filters Longin Jan Latecki October 9, 2002.
BYST Seg-1 DIP - WS2002: Segmentation Digital Image Processing Image Segmentation Bundit Thipakorn, Ph.D. Computer Engineering Department.
Image Enhancement in the Spatial Domain.
Winter in Kraków photographed by Marcin Ryczek
Course : T Computer Vision
Miguel Tavares Coimbra
Machine Vision ENT 273 Lecture 4 Hema C.R.
Edge Detection slides taken and adapted from public websites:
Miguel Tavares Coimbra
Digital Image Processing Lecture 16: Segmentation: Detection of Discontinuities Prof. Charlene Tsai.
Detection of discontinuity using
DIGITAL SIGNAL PROCESSING
Introduction Computer vision is the analysis of digital images
Introduction to Computer and Human Vision
IMAGE PROCESSING AKSHAY P S3 EC ROLL NO. 9.
Lecture 2: Edge detection
Jeremy Bolton, PhD Assistant Teaching Professor
Computer Vision Lecture 3: Digital Images
Computer Vision Lecture 9: Edge Detection II
Edge detection Goal: Identify sudden changes (discontinuities) in an image Intuitively, most semantic and shape information from the image can be encoded.
Introduction Computer vision is the analysis of digital images
Dr. Chang Shu COMP 4900C Winter 2008
Fall 2012 Longin Jan Latecki
a kind of filtering that leads to useful features
CS654: Digital Image Analysis
a kind of filtering that leads to useful features
Lecture 2: Edge detection
Canny Edge Detector.
Digital Image Processing
Edge Detection Today’s readings Cipolla and Gee Watt,
Introduction Computer vision is the analysis of digital images
Image Filtering Readings: Ch 5: 5. 4, 5. 5, 5. 6, , 5
Lecture 2: Edge detection
IT472 Digital Image Processing
Image Enhancement in the Spatial Domain
Presentation transcript:

DICOM 11/21/2018

DICOM set of standards developed shortly after commercial CT machines started becoming available (early 1980s) in part to allow access to image data by people other than the manufacturers intent promote communication of digital image information, regardless of device manufacturer facilitate the development and expansion of picture archiving and communication systems (PACS) that can also interface with other systems of hospital information allow the creation of diagnostic information data bases that can be interrogated by a wide variety of devices distributed geographically 11/21/2018

DICOM brochure http://medical.nema.org/standard.html 11/21/2018

DICOM in Matlab functionality provided via the Image Processing toolbox http://www.mathworks.com/help/images/index.html http://www.mathworks.com/help/images/scientific-file-formats.html there is a lot of confidential information embedded in a DICOM image Supplement 55 Attribute Level Confidentiality (including De- identifiation) dicomanon 11/21/2018

Viewing Medical Images for many types of medical images there is a mismatch between the range of the image data and the range of values that can be displayed CT range = -1024 to 3072 8-bit grayscale = 256 gray levels need to map the image data range to display range “window” and “level” in medical imaging http://blogs.mathworks.com/steve/2006/02/17/all-about-pixel-colors- window-level/ 11/21/2018

Viewing Medical Images modern imaging workstations support volume rendering of 3D images http://www.fovia.com/galleryhome.php not a graphics course, but… http://en.wikipedia.org/wiki/Volume_rendering http://en.wikipedia.org/wiki/Volume_ray_casting Real-Time Volume Graphics Visualization in Medicine: Theory, Algorithms, and Applications 11/21/2018

Segmentation 11/21/2018

11/21/2018

Segmentation divide an image into parts that correspond to salient regions (e.g., objects or parts of objects) complete segmentation produces a set of S disjoint regions Ri corresponding uniquely with objects in the image partial segmentation regions do not correspond directly to objects in the image 11/21/2018

Segmentation segmentation is task dependent the whole organ? all of the parts of the organ? a specific part of the organ? unusual regions? 11/21/2018

Bottom-up versus Top-down bottom-up segmentation no prior knowledge of what objects are in the scene segmentation into homogeneous regions unlikely to produce a complete segmentation except in simple cases top-down segmentation objects in the image are recognized (using a detector) and then segmented uses prior knowledge of object classes to guide segmentation 11/21/2018

Approaches to Segmentation thresholding usually intensity-based edges edge detection followed by edge grouping to find boundaries separating regions regions individual regions are found directly by region growing, splitting, and merging 11/21/2018

Thresholding global intensity thresholding is the simplest segmentation process input image f(i, j), output image g(i, j) for each pixel (i, j) works only if the objects in the image are distinct from the background intensity 11/21/2018

Thresholding original good threshold threshold too low threshold too high 11/21/2018

Threshold Detection a histogram of intensity values can be helpful in selecting a threshold value 11/21/2018

Optimal Thresholding histogram is treated as the sum of two or more probability densities choose threshold to minimize segmentation error 11/21/2018

Optimal Thresholding 11/21/2018

Edge-based Segmentation edge-based segmentation tries to find the borders separating regions edges are found using an edge detector detected edges usually do not form closed borders detectors can miss weak edges detectors can find too many edges 11/21/2018

Edge an edge is a discontinuity in image intensity along one direction edges in real images are often blurry and noisy 11/21/2018

Edge Detection Kernels discrete approximations to first derivative attempt to compute the image gradient magnitude Roberts Cross Prewitt Sobel 11/21/2018