Deep Script: PHP Resources For Web Developers

A PHP code repository for signal processing, image processing and biometric recognition. PHP source code of all libraries can be tested and downloaded.

Biometric authentication with PHP

news

We have developed a server side face verification module based entirely on PHP language. Algorithm is estremely robust to expression variations and different lighting conditions. Code includes:

  • One-to-one (1:1) face verification
  • Fast and optimized implementation
  • Easy C/C++ implementation
  • On-line demo code available for performance evaluation

Other functions are available on request, such as: score visualization, score output, TOP-N face recognition, image enhancement. The performances of the proposed algorithm are evaluated using Facial Expression Database collected at the Advanced Multimedia Processing Lab at Carnegie Mellon University (CMU). Database consists of 13 subjects, each with 75 images. On this image dataset with the proposed algorithm we have achieved an EER equal to 3.07%.

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.