Search found 7362 matches

by daniel
Fri Apr 05, 2019 1:34 pm
Forum: Questions
Topic: Batch Processing - Ransac Cylinder Extraction
Replies: 3
Views: 766

Re: Batch Processing - Ransac Cylinder Extraction

Technically, it's an open source project, so anyone can contribute and change (or add) code.
by daniel
Fri Apr 05, 2019 8:55 am
Forum: Questions
Topic: Swap columns in command line
Replies: 1
Views: 813

Re: Swap columns in command line

No that's not possible currently.

But if the ASCII file has a header (for instance: '#Ignored X Z Y') then CC should be able to map the right columns automatically I believe.
by daniel
Fri Apr 05, 2019 8:53 am
Forum: Questions
Topic: Differences in height for 2 point clouds from laser scanner
Replies: 8
Views: 2410

Re: Differences in height for 2 point clouds from laser scanner

Not sure what you mean by "it can be significant because of the large data". But yes, if you select purely vertical normals, the M3C2 distance will be the difference in height. And this difference is 'averaged' in a a way, especially if you take a large 'scale' to compute it. Regarding whe...
by daniel
Fri Apr 05, 2019 7:11 am
Forum: Questions
Topic: Magnitude with Cloud-to-Cloud Distance
Replies: 1
Views: 672

Re: Magnitude with Cloud-to-Cloud Distance

The C2C distance only gives you absolute distances. Therefore you can't make the difference between added and removed material indeed. You have two options: - mesh the 'reference' cloud (with 2.5D Delaunay if the cloud is not too noisy and 2.5D of course) and use the Cloud-to-mesh distances that are...
by daniel
Fri Apr 05, 2019 6:26 am
Forum: Windows related topics
Topic: compiled successfully, but cannot run
Replies: 4
Views: 22831

Re: compiled successfully, but cannot run

Yep, since Qt 5, remote desktop access is not always supported (actually it is possible to achieve that, but not with any configuration). Same thing for old Intel chipsets.
by daniel
Thu Apr 04, 2019 6:49 pm
Forum: Questions
Topic: Use .cmd file with command line
Replies: 5
Views: 2763

Re: Use .cmd file with command line

Actually the cross section tool allows you to extract multiple sections, but in a grid-like manner (each section is repeated along one or more direction, with an optional gap between each). Therefore you can't use it for your need. Same thing with the -CROP option (that would be simpler) but you wou...
by daniel
Thu Apr 04, 2019 6:40 pm
Forum: Questions
Topic: Rasterize Scalar Fields
Replies: 8
Views: 2438

Re: Rasterize Scalar Fields

Are you exporting it with the 'active layer' option checked?
by daniel
Thu Apr 04, 2019 6:02 pm
Forum: Windows related topics
Topic: compiled successfully, but cannot run
Replies: 4
Views: 22831

Re: compiled successfully, but cannot run

It seems to be an issue with OpenGL... What graphic card have you? And does the official 2.10 (or the 2.11 alpha) version works on your computer?
by daniel
Wed Apr 03, 2019 8:24 pm
Forum: Questions
Topic: Image Overlay on Cloud Compare
Replies: 7
Views: 7340

Re: Image Overlay on Cloud Compare

Nope, sadly this feature never came to life... Funding was aborted...
by daniel
Wed Apr 03, 2019 8:21 pm
Forum: Questions
Topic: command line: subsample with active SF option
Replies: 4
Views: 3086

Re: command line: subsample with active SF option

Nope. That's not availabe through the command line for now (someone would need to instrument the command line mode code to do that).