Edge Detection with Python

by Oselumese S

Description

My project involves Edge detection. It takes in an image and outputs another with the detected edges. The process involved Converting the image to grayscale, detecting the horizontal edges, detecting the vertical edges and combining both.