Sobel Edge Detector

Fast edge detection in .NET

My implementation of the Sobel Edge detection. The interesting part of this project is the inherent inefficiencies in the .NET runtime when dealing with BitMap objects. The entire process is documented in this post.

This project was based on various other implementations.

Download: Source (.NET)

Tagged on March 22, 2008 at 12:00 am

Leave a Reply