Comprobo – Facial Comparison
With Facial Detection working, there was then a need to actually see if two faces were of the same person.
Once Comprobo had their facial detection system in place (also developed by Bairwell), they then wanted a way of being able to compare two faces to each other an receive back a “match confidence” as to how identical they were.
This information needed to be “called back” to the main Java based workflow system using a JSON API, but also be available for simple testing on a “test harness” – necessitating a simple front end.
Using OpenBr (also known as OpenBiometrics) and some C++ code in the background, we developed a Slim3 Framework driven PHP application to handle the input and output of the data.
Date
September 2016
Technologies
PHP (with Slim3 framework)
C/C++
OpenBR/OpenBiometrics
JSON API