Search found 7411 matches

by daniel
Fri May 24, 2024 8:37 am
Forum: Plugins
Topic: Classification Plugin
Replies: 5
Views: 11642

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: 43

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: 134

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: 37

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: 30

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: 130

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).
by daniel
Fri May 24, 2024 6:17 am
Forum: Questions
Topic: saving Info of fitted plane
Replies: 1
Views: 89

Re: saving Info of fitted plane

So currently it's hardcoded and this behavior can't be changed by the user... What would be easy to do is to make the timestamp more detailed (with seconds or even microseconds).

And/or add an option to set the base output filename.

I'll add this to the TODO list.
by daniel
Mon May 20, 2024 9:04 pm
Forum: Questions
Topic: Gridlines on display
Replies: 1
Views: 112

Re: Gridlines on display

No, there's no such feature at the moment.

And it's probably already in the TODO list... but this list is way too long!
by daniel
Mon May 20, 2024 8:57 pm
Forum: Plugins
Topic: Saving the vertices of the best fit plane as text file
Replies: 3
Views: 298

Re: Saving the vertices of the best fit plane as text file

Hum, not sure how to manage this with the command line. Maybe Python would be a better option (with CloudCompy). And sadly, the only scalar field that can be saved with the E57 format is 'intensity'. So the only option would be to rename the distances SF 'Intensity', and I'm not sure what would happ...
by daniel
Mon May 20, 2024 11:26 am
Forum: Questions
Topic: Cloud Point showing up as a straight line
Replies: 15
Views: 3237

Re: Cloud Point showing up as a straight line

Yes, so you can see that the bounding box along X and Y is super small (<0.02) and super large along Z (> 420). This is once again typical from a geographical coordinate system. You can try to rescale X and Y with the 'Edit > Multiply / scale' tool (by using a factor of 100 for instance for X and Y ...