ENDA MOLLOY, ELECTRONIC ENG. INITIAL PRESENTATION, 7/10/08. Automated Image Analysis Techniques for Screening of Mammography Images.

Slides:



Advertisements
Similar presentations
A Graph based Geometric Approach to Contour Extraction from Noisy Binary Images Amal Dev Parakkat, Jiju Peethambaran, Philumon Joseph and Ramanathan Muthuganapathy.
Advertisements

Embedded Image Processing on FPGA Brian Kinsella Supervised by Dr Fearghal Morgan.
Edges and Contours– Chapter 7
EDGE DETECTION ARCHANA IYER AADHAR AUTHENTICATION.
Introduction to medical image analysis Final Project Presentation Sang Woo Lee.
Segmentation (2): edge detection
Edge and Corner Detection Reading: Chapter 8 (skip 8.1) Goal: Identify sudden changes (discontinuities) in an image This is where most shape information.
WRSTA, 13 August, 2006 Rough Sets in Hybrid Intelligent Systems For Breast Cancer Detection By Aboul Ella Hassanien Cairo University, Faculty of Computer.
Edge Detection. Our goal is to extract a “line drawing” representation from an image Useful for recognition: edges contain shape information –invariance.
EE663 Image Processing Edge Detection 1
Edge detection Goal: Identify sudden changes (discontinuities) in an image Intuitively, most semantic and shape information from the image can be encoded.
Lecture 4 Edge Detection
Computer Vision Group Edge Detection Giacomo Boracchi 5/12/2007
Digital Image Processing: Revision
Canny Edge Detector.
Edge detection. Edge Detection in Images Finding the contour of objects in a scene.
1 Image Features - I Hao Jiang Computer Science Department Sept. 22, 2009.
Canny Edge Detector1 1)Smooth image with a Gaussian optimizes the trade-off between noise filtering and edge localization 2)Compute the Gradient magnitude.
Segmentation (Section 10.2)
LYU 0602 Automatic PhotoHunt Generation Automatic PhotoHunt Generation Shum Hei Lung To Wan Chi Supervisor: Prof. Michael R. Lyu.
Filters and Edges. Zebra convolved with Leopard.
The Segmentation Problem
Announcements Since Thursday we’ve been discussing chapters 7 and 8. “matlab can be used off campus by logging into your wam account and bringing up an.
1 Image Features Hao Jiang Sept Image Matching 2.
© 2010 Cengage Learning Engineering. All Rights Reserved.
Computer Vision P. Schrater Spring 2003
Edge detection Goal: Identify sudden changes (discontinuities) in an image Intuitively, most semantic and shape information from the image can be encoded.
Automatic Detection And Classification Of Microcalcifications In Digital Mammograms Institute for Brain and Neural Systems Brown University Providence.
Volumetric Breast Density understandbreastdensity.or g.
Multimedia Systems & Interfaces Karrie G. Karahalios Spring 2007.
Introduction to Image Processing Grass Sky Tree ? ? Review.
Presented by: Kamakhaya Argulewar Guided by: Prof. Shweta V. Jain
ENDA MOLLOY, ELECTRONIC ENG. FINAL PRESENTATION, 31/03/09. Automated Image Analysis Techniques for Screening of Mammography Images.
Introduction to Medical Imaging Mammography and Computer Aided Diagnostic (CAD) Example Guy Gilboa Course
CAP 5415 Computer Vision Fall 2004
Edge Detection (with implementation on a GPU) And Text Recognition (if time permits) Jared Barnes Chris Jackson.
University of Kurdistan Digital Image Processing (DIP) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
Edge Detection Today’s reading Cipolla & Gee on edge detection (available online)Cipolla & Gee on edge detection Szeliski, Ch 4.1.2, From Sandlot.
Detection of nerves in Ultrasound Images using edge detection techniques NIRANJAN TALLAPALLY.
Image Segmentation and Morphological Processing Digital Image Processing in Life- Science Aviad Baram
G52IVG, School of Computer Science, University of Nottingham 1 Edge Detection and Image Segmentation.
Edge detection Goal: Identify sudden changes (discontinuities) in an image Intuitively, most semantic and shape information from the image can be encoded.
EE 4780 Edge Detection.
Edges.
Edge Based Segmentation Xinyu Chang. Outline Introduction Canny Edge detector Edge Relaxation Border Tracing.
Chapter 9: Image Segmentation
Lecture 04 Edge Detection Lecture 04 Edge Detection Mata kuliah: T Computer Vision Tahun: 2010.
Canny Edge Detection Using an NVIDIA GPU and CUDA Alex Wade CAP6938 Final Project.
Digital Image Processing Lecture 17: Segmentation: Canny Edge Detector & Hough Transform Prof. Charlene Tsai.
Canny Edge Detection. 5 STEPS 5 STEPS Apply Gaussian filter to smooth the image in order to remove the noise Apply Gaussian filter to smooth the image.
Machine Vision Edge Detection Techniques ENT 273 Lecture 6 Hema C.R.
Effects of Grayscale Window/Level on Breast Lesion Detectability Jeffrey Johnson, PhD a John Nafziger, PhD a Elizabeth Krupinski, PhD b Hans Roehrig, PhD.
Digital Image Processing
THIRD CLASSIFICATION OF MICROCALCIFICATION STAGES IN MAMMOGRAPHIC IMAGES THIRD REVIEW Supervisor: Mrs.P.Valarmathi HOD/CSE Project Members: M.HamsaPriya( )
Detection of nerves in Ultrasound Images using edge detection techniques NIRANJAN TALLAPALLY.
Winter in Kraków photographed by Marcin Ryczek
EDGE DETECTION Dr. Amnach Khawne. Basic concept An edge in an image is defined as a position where a significant change in gray-level values occur. An.
Digital Image Processing (DIP)
Edge Detection slides taken and adapted from public websites:
Sobel edge detector: Review
Data Mining, Neural Network and Genetic Programming
PLIP BASED UNSHARP MASKING FOR MEDICAL IMAGE ENHANCEMENT
Sobel edge detector: Review
Edge Detection The purpose of Edge Detection is to find jumps in the brightness function (of an image) and mark them.
Computer Vision Lecture 9: Edge Detection II
Levi Smith REU Week 1.
Dr. Chang Shu COMP 4900C Winter 2008
Digital Image Processing
Canny Edge Detector.
Detection of clusters of small features such as microcalcifications
Presentation transcript:

ENDA MOLLOY, ELECTRONIC ENG. INITIAL PRESENTATION, 7/10/08. Automated Image Analysis Techniques for Screening of Mammography Images

Outline Background Project Overview Initial Work Project Schedule

Background Breast cancer can be missed on mammograms for a number of reasons: Cancer blends into the background of glandular tissue and is missed at screening. Breast tissue is simply too dense and cancer cannot be seen on the mammogram. Human error, where the radiologist misinterprets the mammogram.

Project Overview The project aims to investigate analysis techniques for the screening of mammography images, which may be used in automated screening of a large set of images. This will be achieved by developing a system comprising of feature extraction and a classification architecture. It is also planned to provide functionality for remote access to the data via a web browser.

Project Overview Image from database of mammograms MATLAB will be used to carry out image processing Web server and database

Initial Work Contrast Enhancement: Contrast Limited Adaptive Histogram Equalisation (CLAHE) algorithm separates images into contextual regions and histogram equalisation is applied to each. This evens out the used grey values and brings out hidden features in the image.

CLAHE Example Applying CLAHE to an image in MATLAB:

Canny Edge Detector 1. Image is smoothed by Gaussian convolution. 2. Compute the x and y derivatives of the image using a 2-D first derivative operator. 3. From x and y derivative, compute the edge magnitude. 4. Suppress non-maximum edges. 5. Hysteresis process.

Canny Edge Detector

Project Schedule Now – Oct 27 th  Continuing with research on basic image processing techniques for feature extraction.  Familiarise myself with MATLAB.  Test the different processing techniques on a subset of mammographic images. Oct 27 th – Nov 10 th  Add to work already done on feature extraction.  Include techniques to reduce noise e.g. wavelet analysis

Project Schedule Nov 10 th – Nov 28 th  Investigate and research available options for classification techniques.  Choose a suitable classification architecture for screening.  Build and test a basic system for screening of mammograms. Christmas Break  Time will be used to catch up if I have fallen behind.  Start research on MySQL.

Project Schedule Jan 12 th – Jan 26 th  Using MySQL develop a simple online database that would allow a doctor remote access to the data. Jan 26 th – Feb 16 th  Work on a second classification architecture and compare the results between this architecture and the previous one developed, in terms of performance and complexity. Feb 16 th – March 2 nd  Test and debug the overall system.

Questions