Search found 186 matches

by WargodHernandez
Wed Jun 09, 2021 12:21 pm
Forum: Questions
Topic: Start CloudCompare in MacOS terminal in command-line mode
Replies: 4
Views: 2900

Re: Start CloudCompare in MacOS terminal in command-line mode

did you try the linked answer?

Code: Select all

open -a CloudCompare.app --args -O full_path_here/Site_01_1_Scan.laz
by WargodHernandez
Wed Jun 09, 2021 12:05 am
Forum: Plugins
Topic: qFacet performance
Replies: 2
Views: 1838

Re: qFacet performance

I spent some time investigating this today, first off there is no GPU usage in this plugin, also there doesn't appear to be any multi threading when using fast marching (didn't look into KD tree method). My testing used a cloud with ~350k pts I added timers and console statements to see if I could t...
by WargodHernandez
Tue Jun 08, 2021 9:25 pm
Forum: Questions
Topic: Orienting Point cloud for txt file export
Replies: 1
Views: 754

Re: Orienting Point cloud for txt file export

just apply the inverse transform of your global box center
globalbox.JPG
globalbox.JPG (60.82 KiB) Viewed 752 times
transform.JPG
transform.JPG (41.89 KiB) Viewed 752 times
by WargodHernandez
Tue Jun 08, 2021 5:11 pm
Forum: Questions
Topic: CloudCompare is displayed incorrectly.
Replies: 24
Views: 6358

Re: CloudCompare is displayed incorrectly.

I'm locking this topic.
Lets move new questions into new topics, this one has a ton of distinct topics now and is confusing to search through.
by WargodHernandez
Tue Jun 08, 2021 5:02 pm
Forum: Questions
Topic: select / delete points by color
Replies: 11
Views: 20227

Re: select / delete points by color

We have the colorimetric segmenter for this now
colorPlugin.JPG
colorPlugin.JPG (66.49 KiB) Viewed 9358 times
colorimetricSegmenter.JPG
colorimetricSegmenter.JPG (80.98 KiB) Viewed 9358 times
by WargodHernandez
Sun Jun 06, 2021 5:33 pm
Forum: Questions
Topic: Opening files directly in RGB mode
Replies: 0
Views: 65382

Re: Opening files directly in RGB mode

Not that I know of but there is the ability to toggle recursively certain properties toggleRecurive.JPG So for your use the fastest way would be to click into the DB Tree area press "Ctrl+A" to select all, then "S" to turn off scalar display, then "C" to turn on RGB col...
by WargodHernandez
Sun Jun 06, 2021 5:27 pm
Forum: Tips and tricks
Topic: Batch conversion / subsampling with explit file name
Replies: 0
Views: 71631

Re: Batch conversion / subsampling with explit file name

Just as an additional note, you may also want to test whether this is actually any faster for than without Parallel as CC does many of its operations in parallel already, depending on the specific CLI commands this may actually reduce performance as you would have multiple instances competing (maybe...
by WargodHernandez
Sun Jun 06, 2021 5:20 pm
Forum: Issues, bugs, etc.
Topic: Crash on "compute cloud/cloud distance"
Replies: 1
Views: 1276

Re: Crash on "compute cloud/cloud distance"

Can we get some more info, what operating system? what CloudCompare version?

Do you have a sample that crashes for you that you can share so we can try to track it down?
by WargodHernandez
Tue Jun 01, 2021 6:36 am
Forum: Questions
Topic: Can't load data
Replies: 2
Views: 1160

Re: Can't load data

you need to use the "Skip lines" option set to 6 as the first 6 lines shown are a header rather than data.
by WargodHernandez
Wed May 26, 2021 4:25 pm
Forum: Questions
Topic: Diameter measurement
Replies: 4
Views: 2204

Re: Diameter measurement

One way to get diameter would be to use the RANSAC plugin to search for Cylinders, with the right settings I think you should be able to find 2 cylinders, 1 for the inner surface and 1 for the outer.

If you want to post a cloud with just that small section I'd be happy to try it out