Search found 8165 matches

by daniel
Thu Apr 23, 2026 4:41 am
Forum: Questions
Topic: Getting a real size location of the rendered image
Replies: 6
Views: 33292

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

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

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

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

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

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

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

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.
by daniel
Mon Apr 13, 2026 9:16 pm
Forum: CloudCompare
Topic: how to achieve xray style orthoimages
Replies: 6
Views: 43374

Re: how to achieve xray style orthoimages

Good point, I've added something to the 'Rasterize' tool wiki ( https://www.cloudcompare.org/doc/wiki/index.php/Rasterize#Hillshade_/_X-ray ).

(I also fixed the nice typo on the line pointed by your link to the code :-D).

And the good thing about the automatic saturation is that it's only the ...
by daniel
Thu Apr 09, 2026 4:18 pm
Forum: Questions
Topic: About recent GlassWorm malware
Replies: 2
Views: 2377

Re: About recent GlassWorm malware

CloudCompare does not rely on that many third party software packages, and definitely not the most widespread.

More importantly, as stated in the article: " The infections spanned JavaScript, TypeScript and Python repositories ". We don't use any of these in the CloudCompare application itself ...