Canny edge detector: Difference between revisions

m
Line 828:
 
=={{header|Mathematica}}==
{{untested|Mathematica}}
<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...