Search found 7915 matches

by daniel
Wed Apr 30, 2025 7:51 am
Forum: Questions
Topic: I am an orthodontist and I would like to seek assistance regarding my extensive study.
Replies: 1
Views: 102

Re: I am an orthodontist and I would like to seek assistance regarding my extensive study.

Not sure to understand: by heat map, do you mean the color ramp used to represent the distance values? If yes, the steps/distances for the various colors should probably be based on their clinical significance, shouldn't they? And if you are concerned by the accuracy of the result, then you should p...
by daniel
Wed Apr 30, 2025 7:44 am
Forum: Questions
Topic: 3D polyline length
Replies: 1
Views: 105

Re: 3D polyline length

Maybe with a Python script (via the internal Python Wrapper or CloudCompy).
by daniel
Wed Apr 30, 2025 7:37 am
Forum: Questions
Topic: Point Cloud Trimmed off when Zooming
Replies: 2
Views: 168

Re: Point Cloud Trimmed off when Zooming

Yes, use the 'Display > Camera settings' menu (or the 'camera' icon of the left tool bar)
by daniel
Wed Apr 30, 2025 7:34 am
Forum: CloudCompare
Topic: How can i use fine registration(including final overlap) in my project?
Replies: 1
Views: 64

Re: How can i use fine registration(including final overlap) in my project?

Hello, By pipeline, do you have a context in mind? C++ project? Python? If C++, then you just need to use the CCCoreLib library, and use the ICPRegistrationTools class. You can look at how it's used by CloudCompare here: https://github.com/CloudCompare/CloudCompare/blob/master/qCC/ccRegistrationTool...
by daniel
Sat Apr 26, 2025 12:43 pm
Forum: Questions
Topic: CPU utilization changed?
Replies: 2
Views: 172

Re: CPU utilization changed?

Yes indeed. But it's true that this was done for the GUI version. It's less useful for the command line version (even if you may want to let the other applications breath a little).

Hopefully it's not that much slower....
by daniel
Sat Apr 26, 2025 12:41 pm
Forum: Questions
Topic: Opening OBJ file
Replies: 2
Views: 123

Re: Opening OBJ file

In this case, can you uncheck the option 'Try to load clouds on GPU for faster display' (in the 'Display > Display settings' dialog) to see if it helps?
by daniel
Sat Apr 26, 2025 12:38 pm
Forum: Questions
Topic: Unroll texture issue
Replies: 2
Views: 162

Re: Unroll texture issue

The issue with a mesh is that the triangles on the border or the unrolled entity will be stretched to meet both ends...

You'll get a nicer result if you sample a lot of points on the mesh first (with 'Edit > Mesh > Sample points'), and then unroll this dense cloud.
by daniel
Mon Apr 21, 2025 7:08 pm
Forum: Linux related topics
Topic: SpaceMouse with CC on Linux?
Replies: 1
Views: 279

Re: SpaceMouse with CC on Linux?

It's very likely that the standard version of CC on Linux doesn't support space mice. Someone would need to take that in charge...
by daniel
Mon Apr 21, 2025 7:07 pm
Forum: Issues, bugs, etc.
Topic: Unable to use command line mode in v2.13
Replies: 3
Views: 535

Re: Unable to use command line mode in v2.13

Nope. Just call it in a terminal (CloudCompare -O myfile.bin ...)