Sobel Algorithm: Difference between revisions
Jump to navigation
Jump to search
New page: == Will's site == There is a good tutorial on the Sobel algorithm at: http://dasl.mem.drexel.edu/alumni/bGreen/www.pages.drexel.edu/_weg22/edge.html. He also wrote source code to re... |
No edit summary |
||
Line 1: | Line 1: | ||
== Will's site == | == Will's site == | ||
There is a good tutorial on the Sobel algorithm at: [[http://dasl.mem.drexel.edu/alumni/bGreen/www.pages.drexel.edu/_weg22/edge.html]]. He also wrote source code to read a bmp file as well as the actual code performing the Sobel algotihm [[http://dasl.mem.drexel.edu/alumni/bGreen/www.pages.drexel.edu/_weg22/edgesob.zip]]. | There is a good tutorial on the Sobel algorithm at: [[http://dasl.mem.drexel.edu/alumni/bGreen/www.pages.drexel.edu/_weg22/edge.html]]. He also wrote source code to read a bmp file as well as the actual code performing the Sobel algotihm [[http://dasl.mem.drexel.edu/alumni/bGreen/www.pages.drexel.edu/_weg22/edgesob.zip]]. Be sure to site him if you are using his code. |