var fDesc=new Array(); fDesc[0] = "VeriLook facial identification technology is intended for biometric systems developers and integrators. The technology assures system performance and reliability with live face detection, simultaneous multiple face recognition and fast face matching in 1-to-1 and 1-to-many modes.

VeriLook is available as a software development kit that allows development of PC- and Web-based solutions on Microsoft Windows, Linux and Mac OS X platforms.

The VeriLook algorithm implements advanced face localization, enrollment and matching using robust digital image processing algorithms:
- Multiple Face Detection
- Simultaneous multiple face processing.
- Live face detection.
- Face image quality determination.
- Tolerance to face posture.
- Multiple samples of the same face.
- Identification capability.
- Fast face matching.
- Small face features template.
- Features generalization mode."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }