60 likes | 133 Views
Learn about the Difference of Gaussians (DoG), an edge detection technique using two Gaussian curves to find edges in an image. Discover how to apply DoG to images, find zero-crossings, and process the output.
E N D
Difference of Gaussians Nick Govier Dave Newman
Introduction • Edge detection technique • Uses two Gaussian curves • In this case, DoG (Blue) = Gaussian 1 (Red) – Gaussian 2 (Green)
Further Processing • Once the DoG has been applied to the image, need to find the zero-crossings, which are the edges: • Threshold the output to form a binary image • Find edges of binary output