Face Recognition System

On-Line Face Verification Module. Just select two facial images.

Requirements:

Images must have the same size, they can be RGB or gray scale, with N by M by 3 pixels, where N is image height in pixels, M is image width in pixels and 3 is the number of color components (Red, Green and Blue components). For gray scale images these components are equal. You can use CMU AMP Face EXpression Database. There are 13 subjects in this database, each with 75 images. Each file is named as: "*##.bmp", where * is the index of subject (a letter between A and M), and ## is the index of face image for this subject (a number between 00 and 74). Some URL examples: facedb/A00.bmp facedb/D32.bmp facedb/M74.bmp

URL of first image:

URL of second image:


News


March 31st, 2012

new

Biometrics is the science and technology of measuring and statistically analyzing biological data. We have developed a PHP script to perform one to one on-line face verification. Click here to try this advanced script.

new

The library is a set of executable programs performing directly on image files. The development of an image processing application is done from the successive execution of operators where outputs of one operator can be used as inputs of some others. PhiImage is a PHP library for Image Processing. Click here to see its features.