I'm trying to compute per-vertex normals from input file(PLY) and then save it in same format(PLY) with computed normals.
But I have trouble in using command line...
Code: Select all
"C:\Program Files\CloudCompare\CloudCompare.exe" -COMPUTE_NORMALS -AUTO_SAVE ON -O "C:\Users\Me\Desktop\plySAMPLE\cylinder.ply" -C_EXPORT_FMT PLY -SAVE_CLOUDS
Does anyone know what's the problem?
Thank you in advance