Author's profile photo

Aylwin's tech blog

Sprinkle a bit of curiosity in everything I do 🧪

Introduction to Convolutional Operation

2021-08-08

Edge Detection

  • The convolution operation is the fundamental block of a CNN. One of the examples is the image edge detection.
  • Image edge detection allows us to detect vertical edges, horizontal edges.
  • An example of convolution operation to detect vertical edges:

Vectical Edge Detection Example