"A",
There's a fellow who has some articles on codeproject.com that has done a
lot of work with images / motion detection, etc. I don't remember the name,
but if you search over there I am sure you'l be able to find them.
Peter

Signature
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
> where could i find an edge detection example in C#
> where could i find an edge detection example in C#
Try this:
http://www.codeproject.com/cs/media/edge_detection.asp
(it's also worth a look at the other articles in this series).
There are also a number of imaging toolkits that include this
functionality.
-Jay