Canny edge detector: Difference between revisions

Content added Content deleted
Line 828: Line 828:


=={{header|Mathematica}}==
=={{header|Mathematica}}==
{{untested|Mathematica}}
<lang Mathematica>Export["out.bmp", EdgeDetect[Import[InputString[]]]];</lang>
<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...
Mathematica uses canny edge detection by default. This seems so cheaty next to all of these giant answers...