Jump to content

Canny edge detector: Difference between revisions

Added Mathematica
(Add to Category:Image_processing)
(Added Mathematica)
Line 667:
imIn.cannyEdgeDetection(45, 50, 1.0f).savePGM("lena_canny.pgm");
}</lang>
 
=={{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...
 
=={{header|Tcl}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.