Batch Processing - Ransac Cylinder Extraction

Feel free to ask any question here
Post Reply
darion
Posts: 2
Joined: Mon Apr 01, 2019 1:30 pm

Batch Processing - Ransac Cylinder Extraction

Post 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
daniel
Site Admin
Posts: 7391
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Batch Processing - Ransac Cylinder Extraction

Post by daniel »

No sadly! (especially not the first step...)
Daniel, CloudCompare admin
darion
Posts: 2
Joined: Mon Apr 01, 2019 1:30 pm

Re: Batch Processing - Ransac Cylinder Extraction

Post by darion »

Thanks Daniel.
Is it possible to modify the source code to get these tasks done?
daniel
Site Admin
Posts: 7391
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Batch Processing - Ransac Cylinder Extraction

Post by daniel »

Technically, it's an open source project, so anyone can contribute and change (or add) code.
Daniel, CloudCompare admin
Post Reply