Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 432 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 432 Bytes

EdgeDetector

Most popular and well-known Edge detector on the module

Install

pip install EdgeDetector

Example

from AllEdgesDetection import EdgeDetector

EdgeDec=EdgeDetector("image.png")

image_edged=EdgeDec.detect_edges_canny()
# Show the image
plt.imshow(image_edged)

plt.show()

Input

SInput

Result in gray scale

Output in gray scale