Search found 7390 matches

by daniel
Sat May 11, 2024 8:14 am
Forum: Questions
Topic: Deleting overlapping sections in an imported LIDAR scan
Replies: 3
Views: 97

Re: Deleting overlapping sections in an imported LIDAR scan

Yep, you could do that.

I'm still struggling to understand if the issue is with the point 3D positions, or only with the colors?
by daniel
Sat May 11, 2024 8:13 am
Forum: Questions
Topic: Export Local Coordinate and Bounding box
Replies: 1
Views: 1

Re: Export Local Coordinate and Bounding box

You can simply reset the Global Shift before exporting the cloud to ASCII (with Edit > Edit Global Shift and Scale --> set all components to zero).
by daniel
Sat May 11, 2024 8:07 am
Forum: Issues, bugs, etc.
Topic: User Doc Link not working
Replies: 1
Views: 62

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: 2
Views: 6

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: 5
Views: 140

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: 5
Views: 140

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: 3
Views: 97

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

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.