I have an image processing function written in C++ based on opencv. In my wpf application I have used AForge library to access a webcam and update it on UI. This the functio
I can suggest you to use EmguCV. It is wrapper for openCV in C#. You dont have to worry about dll, lib etc. I can see that you want to track a face from webcamera. EmguCV gives you possibilty to capture webcamera image and later track face in very easy way: http://www.emgu.com/wiki/index.php/Face_detection This link should help you also. Enjoy.