OpenMvs: https://github.com/cdcseacave/openMVS
OpenMvg: https://github.com/openMVG/openMVG
CMVS/PMVS: https://github.com/pmoulon/CMVS-PMVS
Install Git from: https://git-scm.com/downloads
Then open a command line window and execute these commands:
git clone --recursive https://github.com/edin45/openPT3D.git (or unzip the zip you download from the stable release)
cd openPT3D
cd externalSoftware
install_windows.bat (before 0.0.3: install_build_windows.bat)
git clone --recursive https://github.com/edin45/openPT3D.git (or unzip the zip you download from the stable release)
cd openPT3D && cd externalSoftware
sh install_build_arch_cpu.sh for cpu or
sh install_build_arch_gpu.sh for gpu (CUDA)
git clone --recursive https://github.com/edin45/openPT3D.git (or unzip the zip you download from the stable release)
cd openPT3D && cd externalSoftware
sh install_build_debian_cpu.sh for cpu or
sh install_build_debian_gpu.sh for gpu (CUDA)
Go to the openPT3D folder then execute:
main.exe -i [FOLDER_WITH_INPUT_IMAGES_TO_USE] -r [FOLDER_WHERE_RESULTS_ARE_STORED]
python main.py -i [FOLDER_WITH_INPUT_IMAGES_TO_USE] -r [FOLDER_WHERE_RESULTS_ARE_STORED]
python3 main.py -i [FOLDER_WITH_INPUT_IMAGES_TO_USE] -r [FOLDER_WHERE_RESULTS_ARE_STORED]