https://github.com/biometrics/openbr
Open Source Biometrics, Face Recognition
https://github.com/biometrics/openbr
Last synced: 5 days ago
JSON representation
Open Source Biometrics, Face Recognition
- Host: GitHub
- URL: https://github.com/biometrics/openbr
- Owner: biometrics
- License: other
- Created: 2012-12-20T02:52:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T12:33:17.000Z (11 days ago)
- Last Synced: 2025-04-09T19:13:51.305Z (5 days ago)
- Language: C++
- Homepage: www.openbiometrics.org
- Size: 47.1 MB
- Stars: 2,867
- Watchers: 247
- Forks: 789
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-list - openbr - Open Source Biometrics, Face Recognition. (Computer Vision / Classification & Detection & Tracking)
- awesome-biometrics - OpenBiometrics - Framework for biometrics algorithms research
README
**www.openbiometrics.org**
1) Identify the latest stable [release tag](https://github.com/biometrics/openbr/releases) such as "v1.1.0"
2) Download all OpenBR source code and switch to that release tag:
$ git clone https://github.com/biometrics/openbr.git
$ cd openbr
$ git checkout (eg: git checkout v1.1.0)
$ git submodule init
$ git submodule update
3) Build OpenBR by following the **[Build Instructions](http://openbiometrics.org/docs/install/)** for your OS.