0% found this document useful (0 votes)
76 views

02 Edge-Detection-example C4W1L02 EdgeDetectionExample

Convolutional neural networks can be used for computer vision tasks like edge detection. The document provides an example of using a convolutional neural network to detect vertical edges in an image by applying a vertical kernel to the image. The kernel detects edges by looking for places where pixel values change sharply from one row to the next. Andrew Ng is mentioned as providing an example of using convolutional neural networks for computer vision problems like edge detection.

Uploaded by

mrcet007
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views

02 Edge-Detection-example C4W1L02 EdgeDetectionExample

Convolutional neural networks can be used for computer vision tasks like edge detection. The document provides an example of using a convolutional neural network to detect vertical edges in an image by applying a vertical kernel to the image. The kernel detects edges by looking for places where pixel values change sharply from one row to the next. Andrew Ng is mentioned as providing an example of using convolutional neural networks for computer vision problems like edge detection.

Uploaded by

mrcet007
Copyright
© © All Rights Reserved
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 10 -1
10 10
-1 -1
0 -1
3 0 1 2 7 4
1 10 -1
10 10
-1 -1
0 -1
1 5 8 9 3 1
1
1 110 110
-1 1100
-1 00
-1
-1 -1
-1
2 7 2 5 1 3
1 10 -1
10 10
-1 0
-1 -1 ∗ =
0 1 3 1 7 8 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
∗ 1 0 -1 =
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


Andrew Ng

You might also like