active contours technique in retinal image identification of the optic disk boundary

18
Active Contours Technique in Retinal Image Identification of the Optic Disk Boundary Soufyane El-Allali Stephen Brown Department of Computer Science and Engineering University of South Carolina Dr. Song Wang CSCE 790 Spring 2003

Upload: ursula-norman

Post on 13-Mar-2016

34 views

Category:

Documents


1 download

DESCRIPTION

Active Contours Technique in Retinal Image Identification of the Optic Disk Boundary. Soufyane El-Allali Stephen Brown. Department of Computer Science and Engineering University of South Carolina Dr. Song Wang CSCE 790 Spring 2003. The Problem. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Active Contours Technique in Retinal Image Identification of the Optic Disk Boundary

Soufyane El-Allali Stephen Brown

Department of Computer Science and EngineeringUniversity of South CarolinaDr. Song Wang CSCE 790

Spring 2003

Page 2: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

The Problem

Objective: Using active contours to find the optic disk boundary.

Impediments: Large image size Location of optic disk Noise Initialization

Page 3: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Solution Model

Page 4: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Image Pre-processing Significance: Without pre-

processing the active contours is strongly influenced by noise.

Phases: Thresholding Windowing Morphological techniques

Dilation Erosion Reconstruction

Page 5: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Thresholding & Windowing Threshold: Optic disk

corresponds to the brightest region.

Gradient marker level is set to obtain the threshold.

Optic disk region corresponds to 245-255 of the intensity level.

Windowing: cropped image based on the threshold.

Page 6: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Dilation Definition: Dilation causes objects to dilate or grow in size by

adding pixels to the boundaries of object in an image. Dilation depends on a structure element. Dilation algorithm.

Page 7: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Erosion and Reconstruction Definitions:

Erosion causes objects to shrink by removing pixels on object boundaries.

Reconstruction takes the maximum pixel value from the original image and the dilated/eroded image.

Page 8: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Active Contours Revisted Definition: Active contours (snakes) is an edge-based

technique that defines curves within an image domain that can move under the influence of internal and external forces in order to achieve convergence along an object.

dstsvEtsvEE extsnake 1

0int ,,

2

2

222

2

2

int 21

sv

sv

tvvE

2)2(

2)1(

,,,,

,yxIGyxE

yxIyxEyxE

ext

extext

is the snakes’ elasticity

is the snakes’ regidity

Gaussian function’s standarddeviation

Page 9: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Active Contours Continued Objective: minimizing the energy functional Solution: must satisfy Euler Lagrange’s Equation

Bringing the snakes to equalibrium: Adding a damping term and an inertial term

Simple solution: using the gradient descent algorithm

04

4

2

2

extEsv

sv

04

4

2

2

2

2

extEsv

sv

tv

tv

Page 10: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Gradient Vector Flow (GVF) Traditional snakes: has a tendency not to converge in the case of

concave shapes. GVF: Proposed by Xu and Prince

Static external force h = (p, q) Minimizes the energy function

Solution: solving the Euler system

dydxghgyq

xq

yp

xpE

yxGVF

22

2222

00

222

222

yxy

yxx

gggqqgggpp

is a regularization parameter

Page 11: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Experiment Traditional snakes Before & After

Preprocessing Initialization Superposition of

GVF fields Results

Page 12: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Initialization Incorrect initialization

leads to inaccurate results.

Example: Snake initialized in an

empty GVF field. Results in snake resting

in same area.

Page 13: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Before & After Pre-processing

Page 14: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

GVF fields Superposition Motive:

Larger Gaussian standard deviation captures the object of interests, yet blurring the edge boundary.

Smaller Gaussian standard deviation stores the edge boundary, but does not capture the whole object of interest.

Solution: Superposing GVF fields with

different Gaussian standard deviations.

Page 15: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Superposition Results

Page 16: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Demo

Page 17: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Final Results

Original Final

Page 18: Active Contours Technique in Retinal Image  Identification of the Optic Disk Boundary

Questions