A c++ project for a simple Multi-View Stereo(MVS) algorithm based on patch match
- Jsoncpp (Already in the Thirdparty directory)
- Eigen3 (My version is 3.3.4, but higher version should be workable)
- COLMAP text format reader (Already in the src code, copy from official ETH3D Format Loader Example)
- OpenCV (My version is 3.2.0)