openbr | Open Source Biometrics , Face Recognition
kandi X-RAY | openbr Summary
kandi X-RAY | openbr Summary
Open Source Biometrics, Face Recognition
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of openbr
openbr Key Features
openbr Examples and Code Snippets
Community Discussions
Trending Discussions on openbr
QUESTION
I want to install openbr in windows. I use VS2015
and Qt5.8
and CMake3.7win64x64
and opencv3.2
. (in http://openbiometrics.org/docs/install/index.html#windows has pointed use VS2013, OpenCV2.4.11, Qt5.4.1 but i don't know, the problem relate to versions or not?!) when i type:
cmake -G "NMake Makefiles" -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DWITH_FFMPEG=OFF -DCMAKE_BUILD_TYPE=Debug ..
in VS2015x86x64 Cross Tools Command Prompt
i get this error:
ANSWER
Answered 2017-Mar-03 at 08:36I should send as comment but I cannot. I tried OpenBR yesterday and face some version problem,too. But In your question, It seems it is the problem of Building openCV.
I saw that your error message is the same as your command. Is there any copy-paste error?
Since this step seems nothing to do with QT, I used VS2015, openCV3.0 and cmake 3.5.1
what I did is:
- mkdir build-msvc2015
- cd build-msvc2015
- cmake -G "NMake Makefiles" -DBUILD_PERF_TESTS=OFF -DBUILD_TESTS=OFF -DWITH_FFMPEG=OFF -DCMAKE_BUILD_TYPE=Debug ..
and worked fine. It would face some problem if you don't cd to the folder or the folder have already something in that.So I think the later version of openCV and visual studio would be fine in this step.
QUESTION
When i build OpenBR on windows and when i type following code on VS2015 x86 x64 Cross Tools Command Prompt as mentioned in A hacker's guide to building, editing, and running OpenBR :
...ANSWER
Answered 2017-Mar-31 at 16:18Try to edit OpenCVConfig.cmake file (H:/opencv-2.4.11/build-msvc2015/install/OpenCVConfig.cmake). And set OpenCV_RUNTIME to VC14:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install openbr
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page