Top Banner
BIOIMAGE SEGMENTATION USING LabVIEW DONE BY INTERNAL GUIDE S.PONKULALI(087023) A.UMARANI T.S.UVASRE(087119) ASP/EIE
23

presentation about edge detection

Apr 14, 2018

Download

Documents

Uvasre Sundar
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 1/23

BIOIMAGE SEGMENTATION

USING LabVIEW

DONE BY INTERNAL GUIDE

S.PONKULALI(087023) A.UMARANI

T.S.UVASRE(087119) ASP/EIE

Page 2: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 2/23

 CONTENT OF PRESENTATION 

Work Objective

Introduction

Block Diagram

Edges of Image Edge Detection

Methods of Edge Detection

Conclusion

Page 3: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 3/23

WORK OBJECTIVE

To subdivide an image into itscomponent or regions or object.

It should stop when the objects of 

interest in an application have beenisolated.

Page 4: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 4/23

INTRODUCTION

• The purpose of image segmentation is to

 partition an image into meaningful  regions

with respect to a particular application.• The segmentation is based on

measurements taken from the image and

might be  greylevel , colour , texture, depth or motion. 

Page 5: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 5/23

BLOCK DIAGRAM

Page 6: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 6/23

EDGES IN IMAGE

An edges that correspond to object

 boundaries.

Image pixels brightness changes abruptly.

The image function behavior in a

neighborhood of the pixel

Page 7: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 7/23

EDGE DETECTION

Edge detection is the approach used most

frequently for segmenting images based

on abrupt(local) changes in intensity.

Edge models are classified according totheir intensity profiles

Page 8: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 8/23

METHODS OF EDGE

DETECTION

First Order Derivative / Gradient Methods

◦ Roberts Operator 

◦ Sobel Operator 

◦ Prewitt Operator 

Second Order Derivative

◦ Laplacian operator 

◦ Differential operator 

Page 9: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 9/23

Gray-Level Transition

Page 10: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 10/23

THE FIRST DERIVATIVE

Page 11: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 11/23

GRADIENT OPERATORS

The gradient of the image I(x,y) at

location(x,y),is the vector:

The magnitude of the gradient:

The direction of the gradient vector:

Page 12: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 12/23

CALCULATING THE GRADIENT

For each pixel the

gradient is calculated,

 based on a 3x3

neighborhood around this

 pixel. z1 z2  z3 

z4  z5  z6 

z7  z8  z9 

Page 13: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 13/23

ROBERTS OPERATOR 

Mark edge point only

Mostly suitable for binary images

Page 14: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 14/23

PREWITT OPERATOR 

Looks for edges in both horizontal andvertical directions, then combine theinformation into a single metric.

Page 15: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 15/23

SOBEL OPERATOR 

Similar to the Prewitt, with different mask coefficients:

Page 16: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 16/23

LAPLACIAN OPERATOR 

Edge magnitude is approximated in digitalimages by a convolution sum.

The sign of the result (+ or -) from two

adjacent pixels provide edge orientationand tells us which side of edge brighter 

Page 17: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 17/23

LAPLACIAN OPERATOR (Cont.)

Masks for 4 and 8 neighborhoods

Mask with stressed significance of the

central pixel or its neighborhood

010

141

010

111

181

111

121

242

121

212

141

212

Page 18: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 18/23

ORIGINAL IMAGE

Page 19: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 19/23

RESULTS OBTAINED

ROBERTS EDGE DETECTOR 

Page 20: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 20/23

PREWITT OPERATOR  

Page 21: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 21/23

SOBEL OPERATOR  

Page 22: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 22/23

LAPLACIAN OPERATOR  

Page 23: presentation about edge detection

7/27/2019 presentation about edge detection

http://slidepdf.com/reader/full/presentation-about-edge-detection 23/23