Questions tagged [openbr]

Open Source Biometric Recognition is a communal biometrics framework supporting the development of open algorithms and reproducible evaluations.

About

OpenBR is a collaborative research project started by The MITRE Corporation. The MITRE Corporation is a not-for-profit organization chartered to work in the public interest.

OpenBR is supported on Windows, Mac OS X, and Debian Linux. The project is licensed under Apache 2.0 and releases follow the Semantic Versioning convention. Internally the code base uses the CMake build system and requires Qt and OpenCV.

Links

Website

Github

Google Group

20 questions
0
votes
0 answers

How can i install two versions of opencv in ubuntu16.04 with python?

I want to install two OpenCV versions on my Ubuntu machine. I need the older version for OpenBR and, for development i want to work on the latest version which is OpenCV-3.1.0. I tried making two build folders but ended up with no useful…
0
votes
1 answer

Openbr python wrapper from command line

i'm trying to execute this file test.py from command line: from brpy import init_brpy import requests # or whatever http request lib you prefer import MagicalImageURLGenerator # made up # br_loc is /usr/local/lib by default, # you may change this…
user6835333
0
votes
0 answers

Openbr - system runtime library file does not exist: msvcp120.dll

I just found out about Openbr and started to install required libraries like OpenCV and QT. I followed these instructions for windows(win10 64bit): http://openbiometrics.org/docs/install/#windows but unfortionatly got stuck when executing the…
0
votes
2 answers

Passive and automatic face recognition

Hy guys. At school we use badge for mark who is present, for my exam i want to upgrade that system. I would like to create a face recognition system, basically i would like to set a raspberry with camera over the doors, like that, when students…
Giulio
  • 67
  • 11
-1
votes
1 answer

Compile error in Qt/C++

I am trying to compile an example from a library. I have Qt installed but I think I have to link it and I don't know how. This is the error: g++ face_recognition.cpp -o test In file included from…
1
2