Search found 7398 matches

by daniel
Sat May 11, 2024 8:07 am
Forum: Issues, bugs, etc.
Topic: User Doc Link not working
Replies: 1
Views: 136

Re: User Doc Link not working

Works fine on my side... maybe a temporary issue?
by daniel
Sat May 11, 2024 8:07 am
Forum: Questions
Topic: Thin wall cloud > mesh signed distance calculation
Replies: 4
Views: 180

Re: Thin wall cloud > mesh signed distance calculation

Hum, I fear another issue is that currently CCCoreLib doesn't know/care about the point normals. This information is not passed to CCCoreLib.

Anyway, anyone could perform this change, as long as it's done properly ;)
by daniel
Thu May 09, 2024 7:29 am
Forum: Questions
Topic: Command Line – Merge with Original Cloud Index
Replies: 6
Views: 345

Re: Command Line – Merge with Original Cloud Index

Maybe it would be 'easier' with CloudCompy (CloudCompare Python wrapper).
by daniel
Thu May 09, 2024 7:28 am
Forum: Questions
Topic: Command Line – Merge with Original Cloud Index
Replies: 6
Views: 345

Re: Command Line – Merge with Original Cloud Index

Currently the command line code doesn't allow for this. One would have to upgrade it...
by daniel
Thu May 09, 2024 7:24 am
Forum: Questions
Topic: Deleting overlapping sections in an imported LIDAR scan
Replies: 5
Views: 269

Re: Deleting overlapping sections in an imported LIDAR scan

So is it really 'noise', or simply a bad registration between scans? In the first case, you could simply play with the tools under the 'Tools > Clean' menu (see https://www.cloudcompare.org/doc/wiki/index.php/Methods#Clean ). But if it's a registration issue, you could also split the cloud into thes...
by daniel
Thu May 09, 2024 7:20 am
Forum: Plugins
Topic: Link Open3D to Plugin contribution
Replies: 1
Views: 179

Re: Link Open3D to Plugin contribution

Hi,

Ideally, you would add Open3D as a submodule. But it's also acceptable to let developers simply install/compile it on their side and add the necessary CMake options to point to it.
by daniel
Thu May 09, 2024 7:19 am
Forum: Questions
Topic: Crop 1D Cloud from Trace
Replies: 4
Views: 219

Re: Crop 1D Cloud from Trace

Then you could compute the distance between the cloud and the polyline (With 'Tools > Distances > Cloud/Primitive dist.').

Then you can extract the points which are really close to the polyline based on this distance (with 'Edit > Scalar fields > Filter by value').
by daniel
Mon May 06, 2024 5:33 pm
Forum: Questions
Topic: Crop 1D Cloud from Trace
Replies: 4
Views: 219

Re: Crop 1D Cloud from Trace

What do you mean by "ants to finalize the Selection with another point to create a 2D polygon" exactly?

Is it because the trace polyline is not closed maybe?