Search found 7415 matches

by daniel
Sun May 26, 2024 10:07 am
Forum: Questions
Topic: saving Info of fitted plane
Replies: 2
Views: 120

Re: saving Info of fitted plane

At minimum, I've increased the timestamp resolution of the output files in this version: https://www.cloudcompare.org/release/Cl ... up_x64.exe
by daniel
Sun May 26, 2024 8:36 am
Forum: Questions
Topic: Polyline Export Options
Replies: 1
Views: 36

Re: Polyline Export Options

So if you have a single polyline, you can simply highlight its 'vertices' and save it as an ASCII cloud. With this format, you'll get all the associated pieces of information (if any), and a choice to output a header or even the number of points. Otherwise, I don't know any other simple 'common' for...
by daniel
Sun May 26, 2024 8:32 am
Forum: Issues, bugs, etc.
Topic: risky behaviour of CLI hwen using -FEATURE
Replies: 6
Views: 30095

Re: risky behaviour of CLI hwen using -FEATURE

I've just looked at the code, and I don't see any 'auto-save' call associated to this option. So you have to manually call -SAVE_CLOUDS. But by default a timestamp is added to the original filename. Therefore, the only way to overwrite the original file is either to voluntarily disable the timestamp...
by daniel
Sun May 26, 2024 7:18 am
Forum: Questions
Topic: Interpretation of C2M signed distances when the distance between points is great
Replies: 3
Views: 2204

Re: Interpretation of C2M signed distances when the distance between points is great

Hi, I finally found the time to look at your data. First, that's probably a detail, but since the radius of the hole is around 0.75 units, I think the distance of 0.7 units for the central part of the bottom of the hole is not inconsistent: hole_diameter.JPG But anyway, you are correct, the RMS of t...
by daniel
Fri May 24, 2024 8:37 am
Forum: Plugins
Topic: Classification Plugin
Replies: 5
Views: 11703

Re: Classification Plugin

There were some on the authors webpage dedicated to Canupo (not sure if it's still online), but otherwise you generally have to create them yourself by training the classifier on some sample data.
by daniel
Fri May 24, 2024 6:27 am
Forum: Issues, bugs, etc.
Topic: Interpolation bug under rasterize?
Replies: 1
Views: 104

Re: Interpolation bug under rasterize?

If you click on the 'gear' icon next to 'Interpolate', you should see a setting to set the maximum edge length. That's hopefully the issue.

Otherwise, don't hesitate to share the cloud with me so that I can test things on my side (admin@cloudcompare.org).
by daniel
Fri May 24, 2024 6:24 am
Forum: Questions
Topic: Command Line Documentation
Replies: 3
Views: 169

Re: Command Line Documentation

For the precision, see the -PREC option of the -C_EXPORT_FMT command: https://www.cloudcompare.org/doc/wiki/i ... _line_mode

The order cannot be set via the command line for the moment.
by daniel
Fri May 24, 2024 6:22 am
Forum: Questions
Topic: vegetation extraction
Replies: 1
Views: 86

Re: vegetation extraction

You should maybe take a look at the new 3DFin plugin: https://github.com/3DFin/3DFin (it's included in the Installer version of CloudCompare 2.13 for Windows).
by daniel
Fri May 24, 2024 6:20 am
Forum: Questions
Topic: Hiding bounding box?
Replies: 1
Views: 60

Re: Hiding bounding box?

So normally you simply need to deselect the entity. That's the only way to prevent the bounding-box from appearing.
by daniel
Fri May 24, 2024 6:19 am
Forum: Questions
Topic: Best fit circle using command line
Replies: 1
Views: 148

Re: Best fit circle using command line

Ah none of these are options of the command line. And I'm afraid it would be a little too specific. But that would be a good job for the Python wrapper (https://github.com/CloudCompare/CloudComPy).