Search found 54 matches

by HeadLess
Sun Apr 28, 2024 7:46 pm
Forum: Questions
Topic: Cloud Point showing up as a straight line
Replies: 9
Views: 950

Re: Cloud Point showing up as a straight line

Make sure that you are using global shift during opening, if cc revommends it. It might be caused by large coordinate precision loss.
by HeadLess
Tue Apr 23, 2024 4:45 pm
Forum: Plugins
Topic: Open .fls in command line
Replies: 7
Views: 3849

Re: Open .fls in command line

do you have some log output?

i suppose the issue is with the path to the file.

If i recall correctly CC does not support utf8 chars, so only ascii and you probably need to set full path instead, unless you alread changed your current directory in the command line.
by HeadLess
Sun Apr 21, 2024 1:16 pm
Forum: Questions
Topic: Calculate Length of Object Automatically
Replies: 3
Views: 696

Re: Calculate Length of Object Automatically

If it is aligned to the bounding box, you can maybe use that.
by HeadLess
Sat Apr 20, 2024 5:50 am
Forum: Plugins
Topic: M3C2 Plugin
Replies: 11
Views: 3217

Re: M3C2 Plugin

It is in your cloud's unit cubed, so if your cloud is in meter then the volume is m^3
by HeadLess
Wed Apr 17, 2024 7:36 pm
Forum: Questions
Topic: Normals to HSV Question
Replies: 1
Views: 431

Re: Normals to HSV Question

Well you can always export original rgb colors to scalar field before runing the to hsv calc, howevere there is no quick way to show 3 scalar field at once, so to view orginal colors you need to export the new one as SF than create color from original r,g,b SFs.
by HeadLess
Thu Apr 11, 2024 8:13 pm
Forum: Plugins
Topic: M3C2 Plugin
Replies: 11
Views: 3217

Re: M3C2 Plugin

Well just an idea, 1. Export the two cloud Z coordinate to SF 2. Flatten the two cloud by setting Z coord to zero (create a new SF with static zero, then set coordinate from sf 3. Interpolate one of the cloud Z sf to the other one ( do not overwrite original. 4. Interpolate one of the cloud Z SF fro...
by HeadLess
Wed Apr 10, 2024 4:11 am
Forum: Questions
Topic: CC command line qestion
Replies: 1
Views: 262

Re: CC command line qestion

Hello,

Try adding header to the txt file, and skip the first row.

viewtopic.php?p=28754&hilit=Skip+2#p28754
by HeadLess
Thu Mar 28, 2024 6:04 pm
Forum: Requests, new functionalities
Topic: add retain option to SOR filtering
Replies: 1
Views: 64197

Re: add retain option to SOR filtering

PablerasBCN wrote: Sun Jan 15, 2023 3:30 pm please add an option so that the discarded points are saved as a different cloud instead of being deleted. Checkbox in UI and something like "retain = 1/0 for command line,
I'll take a look at this, but i maybe just mark them as noise with classification.
by HeadLess
Thu Mar 28, 2024 6:16 am
Forum: Questions
Topic: Batch Scalar Field operation
Replies: 6
Views: 1368

Re: Batch Scalar Field operation

You can use batch variables to get name and apply your extension to that. Ithink you maybe need enable delayed expansion. Since it only contains one cloud Rename_entities won't apply postfix. ::Apply CSF to all .las in current directory ::--- assign class 20 to non-ground ::--- assign class 2 to gro...
by HeadLess
Tue Mar 26, 2024 7:17 pm
Forum: Questions
Topic: Batch Scalar Field operation
Replies: 6
Views: 1368

Re: Batch Scalar Field operation

So what i've found -SF_OP Classification set 2 works. Can you check that if it works with 2.13.1 (it was released on febr 14). If not can you send us the log and/or the file you are working with? However one thing to note you cannot change empty values which is kind of not ok in my opinion. Daniel i...