Search found 8167 matches

by daniel
Tue May 12, 2026 6:36 am
Forum: CloudCompare
Topic: Registering Two Point Clouds
Replies: 3
Views: 76126

Re: Registering Two Point Clouds

Are you sure you have selected multiple clouds (or meshes)? Because this popup only appears if you select at least 2 entities. Else the dialog automatically falls back to a single cloud registration mode (with input GCPs).
by daniel
Tue May 12, 2026 6:34 am
Forum: Questions
Topic: Save Mesh (Poisson) as FBX with RGB colors
Replies: 2
Views: 134

Re: Save Mesh (Poisson) as FBX with RGB colors

I think the issue might more probably come from the other software tool with which you load the FBX file? Only a few can handle per-vertex RGB colors (they generally use textures).
by daniel
Thu Apr 23, 2026 4:41 am
Forum: Questions
Topic: Getting a real size location of the rendered image
Replies: 6
Views: 34797

Re: Getting a real size location of the rendered image

You can only see if in orthographic projection (as with perspective projection, instead of a line aligned with the camera direction (+Z), it's an oblique line in 3D).
by daniel
Thu Apr 23, 2026 4:35 am
Forum: Questions
Topic: Automatically aligning point clouds
Replies: 5
Views: 7509

Re: Automatically aligning point clouds

I double expensive SW use a brute force approach. I was just implying it's the easiest to implement.

We had in the past in CC a more refined algorithm named '4-CPS' (but its implementation was very buggy and the initial contributor never maintained it, so we had to remove it eventually):
https ...
by daniel
Mon Apr 20, 2026 8:26 pm
Forum: Questions
Topic: Automatically aligning point clouds
Replies: 5
Views: 7509

Re: Automatically aligning point clouds

Hum, I guess you'll have to indeed try to add a first pass to find the rough alignment. Something like what you suggest would work but it can be very time consuming (i.e. rotating the cloud every 5 degrees and trying to perform the alignment, and then keeping the best result). Or you can dabble with ...
by daniel
Sat Apr 18, 2026 9:17 am
Forum: Issues, bugs, etc.
Topic: Maybe a dumb question about coordinates (Z coord on point picking)
Replies: 2
Views: 7675

Re: Maybe a dumb question about coordinates (Z coord on point picking)

Which version are you using?

The way the red X, green Y and blue Z appear on the left side of the label is weird. And also, how and when was the 'coord Z' scalar field generated? Does it really match the coordinates in the current cloud position?

Last, even if I agree it's a different problem ...
by daniel
Sat Apr 18, 2026 9:10 am
Forum: Questions
Topic: Selecting a point by specifying an index number
Replies: 1
Views: 4217

Re: Selecting a point by specifying an index number

There's no way to select a point based on its index at the moment. But you can generate the 'point index' scalar field (Edit > Scalar fields > Add point indexes SF'), and then user the scalar field min/max displayed values, or the ''Edit > Scalar field > Filter by value' to isolate this point.
by daniel
Sat Apr 18, 2026 9:08 am
Forum: Plugins
Topic: Add tiff files Loader plugin to the official repository of cloudcompare
Replies: 1
Views: 4904

Re: Add tiff files Loader plugin to the official repository of cloudcompare

Can you share the link to the plugin code? (ideally it should be in a dedicated repository that we could add as a submodule).

And don't hesitate to move this discussion to github (it will be easier).
by daniel
Sat Apr 18, 2026 9:07 am
Forum: Requests, new functionalities
Topic: Two New Selection Requests
Replies: 2
Views: 6040

Re: Two New Selection Requests

So for the second request, you already have the 'a' or 'v' shortcut (see 'Edit > Toggle (recursive)' menu).

For the other one, it might not be easy to have a 'memory' of the previous selection, but at least an option 'hide all others' would make sense.
by daniel
Mon Apr 13, 2026 9:17 pm
Forum: Issues, bugs, etc.
Topic: First launch time very long in windows session.
Replies: 1
Views: 2702

Re: First launch time very long in windows session.

I think it's because of the Python plugin (that loads the Python environment). If you don't use it, you can probably uninstall and re-install CC without it.