flanggut / smvs

Shading-aware Multi-view Stereo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Nice to have] Optionally save in ASCII PLY format

plouj opened this issue · comments

Thank you for working on this sophisticated piece of software.

It would be nice if smvsrecon

mve::geom::SavePLYOptions opts;
and simplify
mve::geom::SavePLYOptions opts;
had an option to save their output in ascii PLY format. Set opts.format_binary = false based on some command-line argument?