I’ve for some reason extra time to kill so I’ve updated PhotoSynthToolkit (SFMToolkit will follow soon). I’ve been only focusing on PMVS2 for this release: I’ve integrated Nghiaho optimization, fixed white-space folder handling in PMVS2 using boost::filesystem and fixed the timing output in the console. Thus there is no need for the ugly temporary z drive anymore .
Nghiaho optimizations are disabled by default as I’ve found that it generates a point cloud less dense. You can enable the optimization by adding:
--optimize
as last PMVS2.exe parameter in your command prompt or just activate the optimization by modifying the following files:
- 3 – Prepare for PMVS2.wsf line 49 -> var USE_OPTIMIZED_PMVS = true;
- 4 – Prepare for CMVS.wsf line 46 -> var USE_OPTIMIZED_PMVS = true;
You can download PhotoSynthToolkit11.zip.