Page 1 of 1

How to export planes created by Ransac

Posted: Wed Jan 18, 2017 3:19 pm
by willemvh
Hi Daniel,

I used Ransac to detect planes in a DSM, which works great for my data.
I can export the Ransac result, but I only get grouped points

I want to export the planes, created by Ransac as well, so I can use them to create a model.

Could you help me out with this?

Best regards,
Willem

Re: How to export planes created by Ransac

Posted: Wed Jan 18, 2017 8:06 pm
by daniel
Where do you want to export the planes to?

Planes can be saved as standard 'triangular' meshes (OBJ, PLY, STL). But that's all for now...

Re: How to export planes created by Ransac

Posted: Thu Jan 19, 2017 11:00 am
by willemvh
Hi Daniel,

I want to process them further in tools like QGis, FME or ArcGis.
You did put me on the right track, but this required me to export every single plane.

However, using 'select children by type and/or name' I could select all planes and export them a dxf in one action.
I will now try to run it from commandline using Cloudcompare 2.9a

Thanks for the support,
Willem