Face Detection Concept in C#

Submitted by itachi_philip on
This sample code provides you the concept on how image processing is done and manipulated using EmguCV. One good example of image processing is FACE and Object DETECTION and RECOGNITION etc. but in this sample code I only give Face detection and Eyes detection concept. I Hope you guys, you appreciate and love this work.. In order to work this program:

Webcam face detection in C# using Emgu CV

Submitted by itachi_philip on
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

Submitted by itachi_philip on
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.

Sample How to capture data from Magnetic Swipe Card reader/Credit Card Reader

Submitted by emond on
This Sample app shows how to use Magnetic card reader or credit card reader from MAGTEK http://www.hallogram.com/barcodes/scanners/mag/ in your Windows based project in POS-Inventory, Payment using Credit Card Processing ,etc very useful for resto, gas stations, grocery stores,etc.

SQL MID() Function

Submitted by admin on

The MID() function is used to extract values from a column. The MID() contain three (3) parameters. The first one is used to select which column to extract, the second one is the starting position, the last one is the number of characters to be extracted.

SQL MID() Syntax