Jump to content

Canny edge detector: Difference between revisions

m
Line 862:
canny_edges = canny(img, sigma = 1.4, upperThreshold = 0.80, lowerThreshold = 0.20)</lang>
 
=={{header|Mathematica}}/{{header|Wolfram Language}}==
<lang Mathematica>Export["out.bmp", EdgeDetect[Import[InputString[]]]];</lang>
Mathematica uses canny edge detection by default. This seems so cheaty next to all of these giant answers...
1,111

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.