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

presentation about edge detection

Embed Size (px)

Citation preview

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

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

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.

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. 

7/27/2019 presentation about edge detection

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

BLOCK DIAGRAM

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

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

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 

7/27/2019 presentation about edge detection

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

Gray-Level Transition

7/27/2019 presentation about edge detection

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

THE FIRST DERIVATIVE

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:

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 

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

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.

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:

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 

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

7/27/2019 presentation about edge detection

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

ORIGINAL IMAGE

7/27/2019 presentation about edge detection

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

RESULTS OBTAINED

ROBERTS EDGE DETECTOR 

7/27/2019 presentation about edge detection

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

PREWITT OPERATOR  

7/27/2019 presentation about edge detection

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

SOBEL OPERATOR  

7/27/2019 presentation about edge detection

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

LAPLACIAN OPERATOR  

7/27/2019 presentation about edge detection

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