Skip to content

coder-ghw/cv3d-semi_global_matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cv3d-semi_global_matching

Install

conda env create -f environment.yml
  • 修改build.sh中的依赖的软件的路径
    • OpencvInstallPath=your-conda-dir/envs/algo-v1
    • GtestInstallPath: 如果为空的话cmake会自动下载并编译依赖;已下载好的路径为GtestInstallDir/include, GtestInstallDir/lib-static

How to use

bash build.sh 1
cd  build
make test 
make check