Skip to content

Instantly share code, notes, and snippets.

@luoyetx
Last active August 29, 2015 14:08
Show Gist options
  • Save luoyetx/710ddfaf4c259d4871f1 to your computer and use it in GitHub Desktop.
Save luoyetx/710ddfaf4c259d4871f1 to your computer and use it in GitHub Desktop.

###准备编译环境

官方现在只提供了win64的二进制编译,用的opencv2.4.9 Qt5.x.x(不知道Qt的具体版本- -!)

我们使用32位编译,需要一个VC编译器(版本不要太低) 下载Qt5,OpenCV,两者的版本不是很大的问题,opencv自带了32位和64位,而Qt是分开,Qt下载32位。

我们还需要CMake来生成Makefile用来编译。

###下载openbr源码

openbr项目托管在githun上

$ git clone https://github.com/biometrics/openbr.git
$ cd openbr
$ git checkout 0.5
$ git submodule init
$ git submodule update

###开始编译

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment