nebula-beta / PatchMatch

PathMatch is the state-of-the-art stereo match algorithm framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何使用

XABxab123 opened this issue · comments

@nebula-beta 谢谢您,如何使用

@nebula-beta 谢谢您,如何使用

请问您解决这个问题了吗

vs2015cmake编译后
部分文件中需要添加头文件
// complementary include in VS 2015
#include
#include
#include<direct.h>

此外,还会报错

  1. DisparityPlane.cpp p 未声明的标识符
  2. PatchMatchBase.cpp dw 未声明的标识符
  3. PatchMatchRowColSweep.cpp iter_type未声明的标识符

我用的VS2019,也遇到相同的问题,参考这个链接https://blog.csdn.net/hunterhe/article/details/112464258