smaranjitghose / DeepPixel

An open-source Python package for making computer vision and image processing simpler
MIT License
22 stars 37 forks source link

Adding the Edge Detection Files #106

Closed sd2001 closed 3 years ago

sd2001 commented 3 years ago

I have added the Edge detection(Canny and Holistically Nested) files in deeppixel/edge_detection. The Readme file for the edge detection and the Test_Edge_detection.py has been added in \Test Folder. Requirements updated.