Skip to content

Most popular and well-known Edge detector on the module

License

Notifications You must be signed in to change notification settings

momomuchu/EdgeDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages