主要介绍OpenMVG的编译,从https://github.com/openMVG/openMVG下载OpenMVG源码,也可以采用git来下载。
1.1 安装git,https://git-scm.com/downloads,https://registry.npmmirror.com/binary.html?path=git-for-windows/,OpenMVG需要采用git命令行来更新三方库cereal。打开git cmd,进入到OpenMVG保存路径,执行如下命令。
git clone https://github.com/openMVG.git
cd openM