Sobel Algorithm: Difference between revisions

From Cpre584
Jump to navigation Jump to search
Ktown (talk | contribs)
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...
 
Ktown (talk | contribs)
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]]. The site is a little old so I have also uploaded a version here.
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.

Revision as of 00:44, 20 February 2012

Will's site

There is a good tutorial on the Sobel algorithm at: [[1]]. He also wrote source code to read a bmp file as well as the actual code performing the Sobel algotihm [[2]]. Be sure to site him if you are using his code.