Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Edge in 1D-Introduction to Computer Vision-Lecture 05-Computer Science, Lecture notes of Computer Vision

Edge in 1D, Derivatives and Noise, Edges in 2D, Visualizing Derivatives, Derivative of Gaussian Filter, Derivative of Gaussian in 2D, Sobel Operators, Image Gradient, Computing Gradient, Thresholding the Gradient, Canny Edge Detector, Canny: Non-Maxima Suppresion, Canny: Hysteresis, Difference of Gaussians, Log, Dog, Zero Crossing Edge Detection, Scale Space, Human Edge Detection, Greg Shakhnarovich, Lecture Slides, Introduction to Computer Vision, Computer Science, Toyota Technological Institut

Typology: Lecture notes

2011/2012

Uploaded on 03/12/2012

alfred67
alfred67 ๐Ÿ‡บ๐Ÿ‡ธ

4.9

(20)

328 documents

1 / 57

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Intro to Computer Vision
Lecture 5
Greg Shakhnarovich
April 15, 2010
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39

Partial preview of the text

Download Edge in 1D-Introduction to Computer Vision-Lecture 05-Computer Science and more Lecture notes Computer Vision in PDF only on Docsity!

Intro to Computer Vision

Lecture 5

Greg Shakhnarovich

April 15, 2010

Review

Gaussians: x

p(x)

Gaussian blurring

Filter separability; integral image (^) A

B

C

D

Looking for edges

Letโ€™s start with 1D problem

Edge in 1D - idealized

Different types of 1D edges:

step ramp

bar ridge

Edge in 1D - idealized

Different types of 1D edges:

step ramp

bar ridge

change in function value: magnitude of the derivative!

f (x)

โˆ‚f (x) โˆ‚x

Edge in 1D - idealized

Different types of 1D edges:

step ramp

bar ridge

change in function value: magnitude of the derivative! (squared)

f (x)

โˆ‚f (x) โˆ‚x

( (^) โˆ‚f (x) โˆ‚x

Edge in 1D - discrete

x โˆ’ 1 x^ x + 1

I(x)

Edge in 1D - discrete

x โˆ’ 1 x^ x + 1

I(x) I(x โˆ’ 1)

I(x + 1)

Edge in 1D - discrete

x โˆ’ 1 x^ x + 1

I(x) I(x โˆ’ 1)

I(x + 1) Ix(x)^ ,^

โˆ‚I

โˆ‚x = (^) โˆ†limxโ†’ 0 I(x + โˆ†x) โˆ’ I(x) โˆ†x โ‰ˆ I(x + 1) โˆ’ I(x) โ‰ˆ I(x + 1) โˆ’ I(x โˆ’ 1)

Edge in 1D - discrete

x โˆ’ 1 x^ x + 1

I(x) I(x โˆ’ 1)

I(x + 1) Ix(x)^ ,^

โˆ‚I

โˆ‚x = (^) โˆ†limxโ†’ 0 I(x + โˆ†x) โˆ’ I(x) โˆ†x โ‰ˆ I(x + 1) โˆ’ I(x) โ‰ˆ I(x + 1) โˆ’ I(x โˆ’ 1)

Can we compute the derivative by convolution?

Edge in 1D - discrete

x โˆ’ 1 x^ x + 1

I(x) I(x โˆ’ 1)

I(x + 1) Ix(x)^ ,^

โˆ‚I

โˆ‚x = (^) โˆ†limxโ†’ 0 I(x + โˆ†x) โˆ’ I(x) โˆ†x โ‰ˆ I(x + 1) โˆ’ I(x) โ‰ˆ I(x + 1) โˆ’ I(x โˆ’ 1)

Can we compute the derivative by convolution? Yes: filter mask Dx =

[

]

Barbara 1D profile:

I

Edge in 1D - discrete

x โˆ’ 1 x^ x + 1

I(x) I(x โˆ’ 1)

I(x + 1) Ix(x)^ ,^

โˆ‚I

โˆ‚x = (^) โˆ†limxโ†’ 0 I(x + โˆ†x) โˆ’ I(x) โˆ†x โ‰ˆ I(x + 1) โˆ’ I(x) โ‰ˆ I(x + 1) โˆ’ I(x โˆ’ 1)

Can we compute the derivative by convolution? Yes: filter mask Dx =

[

]

Barbara 1D profile:

I

Ix = I โˆ— Dx

Noisy edge in 1D

Smoothing the signal and then taking the derivative:

I

Noisy edge in 1D

Smoothing the signal and then taking the derivative:

I

I โˆ— Gx,ฯƒ