PHP Tutorial

PHP is the best scripting language out there and it's the widely used language for the Web. In this tutorial you will learn how to use PHP and MySQL as the database backend. In the first chapter of this tutorial I will teach you the basic of PHP, the syntax and how you can access and manipulate SQL Databases.

Webcam face detection in C# using Emgu CV

This tutorial has already been posted on the other sites, since maybe few have only knew about that site then I'll have to post it here. This tutorial has also been explain in the Emgu CV website that refers in this link: http://www.emgu.com/wiki/index.php/Face_detection in which that link refers also in this link http://friism.com/webcam-face-detection-in-c-using-emgu-cv

Face Detection with Emgu CV

Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library.Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision.Unlike other wrappers such as OpenCVDotNet, SharperCV or Code Project which use unsafe code, Emgu CV is written entirely in C#. The benefit is that it can be compiled in Mono and therefore is able to run on any platform Mono supports, including Linux, Solaris and Mac OS X.