Sobel Algorithm

From Cpre584
Revision as of 00:40, 20 February 2012 by 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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]]. The site is a little old so I have also uploaded a version here.