Skip to content

Latest commit

 

History

History

convolution

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Convolution

image0

The script runs a 5x5 Convolutional Kernel over the image to recognize horizontal and vertical lines.

Then it draws the horizontal lines red and the vertical ones green.

.. literalinclude:: convolution.py