+ All Categories
Home > Documents > Radial Basis Functions and Application in Edge Detection

Radial Basis Functions and Application in Edge Detection

Date post: 10-Feb-2016
Category:
Upload: nirav
View: 31 times
Download: 0 times
Share this document with a friend
Description:
Radial Basis Functions and Application in Edge Detection. Chris Catiatore , Tian Jiang and Kerenne Paul. Abstract. - PowerPoint PPT Presentation
Popular Tags:
13
Radial Basis Functions and Application in Edge Detection Chris Catiatore, Tian Jiang and Kerenne Paul
Transcript
Page 1: Radial Basis Functions and Application in Edge Detection

Radial Basis Functions and Application in Edge

Detection

Chris Catiatore, Tian Jiang and Kerenne Paul

Page 2: Radial Basis Functions and Application in Edge Detection

Abstract This project focuses on the use of Radial

Basis Functions in Edge Detection in both one-dimensional and two-dimensional images. We will be using a 2-D iterative RBF edge detection method. We will be varying the point distribution and shape parameter. We also quantify the effects of the accuracy of the edge detection on 2-D images. Furthermore, we study a variety of Radial Basis Functions and their accuracy in Edge Detection.

Page 3: Radial Basis Functions and Application in Edge Detection

Radial Basis Functions

Multi-Quadric RBF: Inverse Multi-Quadric RBF:

Gaussian RBF: ()

Page 4: Radial Basis Functions and Application in Edge Detection

Shape Parameter: ε Uses distance between points on

a given interval

Is used as a variable in RBF representation

Page 5: Radial Basis Functions and Application in Edge Detection

Epsilon Variable

epsilon = 0 epsilon = 0.05 epsilon = 0.1

epsilon = 0.2 epsilon = 0.3 epsilon = 0

Page 6: Radial Basis Functions and Application in Edge Detection

Epsilon Variable

epsilon = 0

epsilon = 2

epsilon = 0.05epsilon = 0.01

epsilon = 0.1 epsilon = 1

Page 7: Radial Basis Functions and Application in Edge Detection

Edge map from x-direction

Page 8: Radial Basis Functions and Application in Edge Detection

Edge map from y-direction

Page 9: Radial Basis Functions and Application in Edge Detection

Edge Map at 0.1 (x-direction and y-direction)

Page 10: Radial Basis Functions and Application in Edge Detection

Edge map from x-direction, y-direction and total

Page 11: Radial Basis Functions and Application in Edge Detection

Example of Gibbs Phenomenom

Page 12: Radial Basis Functions and Application in Edge Detection

The Adaptive method for jump discontinuity

This method changes the values of the shape parameters depending on the smoothness of f(x). Using this method allows the accuracy of the approximations to be solely determined on . The Main idea is that disappears only near the center of the discontinuity resulting in the basis functions near the discontinuity to become linear. This causes Gibbs oscillations not to appear in the approximation.

Local -adaptive method

Page 13: Radial Basis Functions and Application in Edge Detection

Future works:• Start using other types of Radial Basis Functions• Research more about matrix involvement in the code• Try to understand more about the code itself and what’s causing the variation in edge maps


Recommended