0% found this document useful (0 votes)
54 views4 pages

Convolutional Neural Networks: Edge Detection Example

Convolutional neural networks can be used for computer vision problems like edge detection. They detect vertical and horizontal edges by applying filters to images. For example, a vertical edge detection filter may contain values like [1 0 -1; 1 0 -1; 1 0 -1] to find vertical lines in an image. Andrew Ng provides an example of using a convolutional neural network for vertical edge detection on an image.

Uploaded by

h_shat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views4 pages

Convolutional Neural Networks: Edge Detection Example

Convolutional neural networks can be used for computer vision problems like edge detection. They detect vertical and horizontal edges by applying filters to images. For example, a vertical edge detection filter may contain values like [1 0 -1; 1 0 -1; 1 0 -1] to find vertical lines in an image. Andrew Ng provides an example of using a convolutional neural network for vertical edge detection on an image.

Uploaded by

h_shat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Convolutional

Neural Networks

Edge detection
deeplearning.ai
example
Computer Vision Problem

vertical edges

horizontal edges Andrew Ng


Vertical edge detection
1 01 0-1
1 1
3 0 1 2 0-1
7 0-1
4 -1

1
1 5 01
8 1
0-1
9 1
0-1
3 0-1
1 -1

2 1
1
7 011
2 11
0-1
5 11
00-1
1 00-1
-1
3 -1
-1

0 1
1 01
3 0-1
1
1 1
0-1
7 0-1
8 -1 ∗
 
¿
 
0 -2 -4 -7
4 2 1 6 2 8 -3 -2 -3 -16
2 4 5 2 3 9

Andrew Ng
Vertical edge detection
10 10 10 0 0 0
10 10 10 0 0 0 0 30 30 0
1 0 -1
10 10 10 0 0 0 0 30 30 0
10 10 10 0 0 0 ∗
  1 0 -1 ¿
 
0 30 30 0
1 0 -1
10 10 10 0 0 0 0 30 30 0
10 10 10 0 0 0


 

Andrew Ng

You might also like