Page 1 of 1

Batch Processing - Ransac Cylinder Extraction

Posted: Mon Apr 01, 2019 1:38 pm
by darion
I have a multiple point clouds and I would like to do the following:
- extract the points that represent pipes/cylinders within a certain range of radii
- colour these pipe/cylinder points in a certain colour (e.g. blue)
- perform this processing on the command line (or best automated approach)

Are these possible?

Thanks

Re: Batch Processing - Ransac Cylinder Extraction

Posted: Wed Apr 03, 2019 8:16 pm
by daniel
No sadly! (especially not the first step...)

Re: Batch Processing - Ransac Cylinder Extraction

Posted: Fri Apr 05, 2019 1:15 pm
by darion
Thanks Daniel.
Is it possible to modify the source code to get these tasks done?

Re: Batch Processing - Ransac Cylinder Extraction

Posted: Fri Apr 05, 2019 1:34 pm
by daniel
Technically, it's an open source project, so anyone can contribute and change (or add) code.