- Tanner Helland (dot) Com - http://www.tannerhelland.com -

Edge Detection (in VB6)

Posted By Tanner On May 1, 2009 @ 10:09 pm In Graphics Code,Programming | Comments Disabled

Edge detection (also called “boundary detection”) is a fundamental problem in image processing.  The ability to accurately detect visible “edges” in an image has many applications – ranging from missile targeting to OCR to cool Photoshop effects.  In this project I’ve compiled 6 well-known edge detection algorithms (along with two of my own).

For those who have never used edge detection algorithms before, here are examples of various outputs:

Original image:

Prewitt method (horizontal):

Prewitt method (vertical):

Sobel method (horizontal):

Sobel method (vertical):

Laplacian method:

Hilite method:

Tanner’s method 1:

Tanner’s method 2:


Article printed from Tanner Helland (dot) Com: http://www.tannerhelland.com

URL to article: http://www.tannerhelland.com/952/edge-detection-vb6/

All text copyright © 2008 Tanner Helland. To reduce paper and ink usage, all comments, images, and videos have been suppressed on this printing.