You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most popular and well-known Edge detector on the module
Install
pip install EdgeDetector
Example
fromAllEdgesDetectionimportEdgeDetectorEdgeDec=EdgeDetector("image.png")
image_edged=EdgeDec.detect_edges_canny()
# Show the imageplt.imshow(image_edged)
plt.show()
Input
Result in gray scale
About
Most popular and well-known Edge detector on the module