I am using RANSAC plugin to identify the cylinders through the command line, it is working fine and the output is in the form of .bin
I want to read that binary data to understand the cylinder height , radius and also the base point of the cylinder
Can any one help me what is the bin file structure and how to read it from python?
If we can convert the .bin to ASC it is easy for me to read calculate above parameter.
I have tried below command but unfortunate I am not able to find the output file in the folder. Below is the command I have tried
Code: Select all
CloudCompare -O "E:\Cloud_CYLINDER_0060_pair_2020-08-27_10h54_54_842.bin" -C_EXPORT_FMT ASC
Code: Select all
Name;Points;meanX;meanY;meanZ;
Cylinder (r=387.517517/h=41.628941);46097;17.9512;42.1412;59.8026;
vertices;50;342.193;254.535;63.4394;
Thanks in advance,
Santhi