OpenCV  3.1.0
Open Source Computer Vision
Face module changelog

Release 0.05

This library is now included in the official OpenCV distribution (from 2.4 on). The cv::FaceRecognizer is now an Algorithm, which better fits into the overall OpenCV API.

To reduce the confusion on user side and minimize my work, libfacerec and OpenCV have been synchronized and are now based on the same interfaces and implementation.

The library now has an extensive documentation:

Release highlights

Release 0.04

This version is fully Windows-compatible and works with OpenCV 2.3.1. Several bugfixes, but none influenced the recognition rate.

Release highlights

Release 0.03

Reworked the library to provide separate implementations in cpp files, because it's the preferred way of contributing OpenCV libraries. This means the library is not header-only anymore. Slight API changes were done, please see the documentation for details.

Release highlights

Release 0.02

Reworked the library to provide separate implementations in cpp files, because it's the preferred way of contributing OpenCV libraries. This means the library is not header-only anymore. Slight API changes were done, please see the documentation for details.

Release highlights

Release 0.01

Initial release as header-only library.

Release highlights