Command Line Conversion to binary

Feel free to ask any question here
Post Reply
Jones
Posts: 1
Joined: Wed Jul 22, 2015 11:16 pm

Command Line Conversion to binary

Post by Jones »

Hi,

I'm trying to convert an ASCII .ply file (point cloud) to a binary .ply. However, even though the command line prompt says i'm successful, there is no resulting binary .ply file as output. The strange thing is that if i open up the file in CloudCompare gui interface, i can then save as a binary .ply without a problem. I cloned the repo to get the latest source, but that didn't work either. Anyone have suggestions?

CloudCompare -O dense_point_cloud.ply -C_EXPORT_FMT PLY -PLY_EXPORT_FMT BINARY_BE

To daniel, great work with this tool, it been really helpful!
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Command Line Conversion to binary

Post by daniel »

Hi, by default if no action is performed, no file will be created. You have to explicitly tell CC to save the loaded cloud (with SAVE_CLOUDS).
Daniel, CloudCompare admin
Post Reply