Bio Framework C++
Set of classes for biometric systems development and fast prototyping.
Based on std, OpenCV 2.x and Poco C++ 1.4.x libraries. Requires compiler supporting most of C++11 standard (gcc >= 4.6).
- BioFW.Core - all basic interfaces and type definitions
- BioFW.Standard - classes implementing BioFW.Core interfaces using std and Poco C++ library
- BioFW.OpenCV - classes implementing BioFW.Core interfaces using OpenCV 2.x
- examples - usage examples
- face - basic face recognition project