Search found 285 matches

by PablerasBCN
Sat Dec 30, 2023 3:23 pm
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 58238

Re: CSF PLUGIN Top to bottom projection

so, I kept thinking on this topic... I see 2 additional ways to get the top layer of the aerial lidar. 1) Compute PCV, filter brighter values, hence obtain the more exposed "to the sky" points. (tested to work superb) 2) hidden point removal, in theory should work similarly to PCV, but has...
by PablerasBCN
Sat Dec 30, 2023 12:30 pm
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 58238

Re: CSF PLUGIN Top to bottom projection

also, unrelated directly to OP, but in the documentation of CLI, "-CSF {filename} " States that the files are exportes as .bin, When I used this command in the past, if "C_EXPORT_FMT LAS " was present, .as would be exported, which I preffer for this case. I guess .bin is a defaul...
by PablerasBCN
Sat Dec 30, 2023 12:28 pm
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 58238

Re: CSF PLUGIN Top to bottom projection

ok so I was preparing the .bat "for %%f in (E:\LIDAR_JAPAN\MMS8_Prototype_3\DEM\00_Dem\*.txt) DO "C:\Program Files\CloudCompare\cloudcompare.exe" -SILENT -O -GLOBAL_SHIFT AUTO %%f -AUTO_SAVE OFF -C_EXPORT_FMT LAS -NO_TIMESTAMP -APPLY_TRANS flip_Z_matrix.txt -CSF -SCENES RELIEF -PROC_S...
by PablerasBCN
Sat Dec 30, 2023 12:19 pm
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 58238

Re: CSF PLUGIN Top to bottom projection

so I was looking into it right now, In CLI it seems the Multiply/scale is not available.

I guess the transformation matrix is the way to go? learning how to use it now.
by PablerasBCN
Sat Dec 30, 2023 10:32 am
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 58238

Re: CSF PLUGIN Top to bottom projection

smart! XD. I'll try and report back, definitelly sounds like will work.
by PablerasBCN
Sat Dec 30, 2023 12:31 am
Forum: Requests, new functionalities
Topic: [SOLVED] CSF PLUGIN Top to bottom projection
Replies: 12
Views: 58238

[SOLVED] CSF PLUGIN Top to bottom projection

Request: add checkbox so the projection of the cloth is done upside down instead botton-up. Why? To extract the top layer of the forest for smoother realtime visualization of the data, getting rid of points that would be rendered yet ocluded. Not to mention the file size, hence smoother streaming. R...
by PablerasBCN
Sat Dec 30, 2023 12:18 am
Forum: Requests, new functionalities
Topic: command line Subsample a %
Replies: 5
Views: 12461

Re: command line Subsample a %

Hello, and Merry Xmas everyone. If Daniel comes back with full belly, then i put some pull request, under his tree. :) it will implement a suboption to fulfill this behaviour. will look something like this, if Daniel don't see anything wrong with it. -SS RANDOM PERCENT 65 https://github.com/CloudCo...
by PablerasBCN
Fri Dec 15, 2023 5:46 pm
Forum: Issues, bugs, etc.
Topic: risky behaviour of CLI hwen using -FEATURE
Replies: 4
Views: 29634

Re: risky behaviour of CLI hwen using -FEATURE

Thank you so much. I'm sure this will save someone from data loss in the future :D
by PablerasBCN
Thu Dec 14, 2023 5:32 pm
Forum: Requests, new functionalities
Topic: [SOLVED] Load commands from file
Replies: 4
Views: 26787

Re: Load commands from file

wow, awesome.

I did not understand properly that there is even a char limit at first, I'm not handling such mega large scale projects to face theese issues.

It is awesome to see skilled people contribute. I'm more of a lurker due to my skill level. tx!
by PablerasBCN
Thu Dec 14, 2023 5:06 pm
Forum: Issues, bugs, etc.
Topic: risky behaviour of CLI hwen using -FEATURE
Replies: 4
Views: 29634

Re: risky behaviour of CLI hwen using -FEATURE

So I did a test just in case this issue was not specific to -Feature command but to other commands. tested both with timestamp and without, and seems to be working nicely by outputing renamed files, not overwritting. This time I did filter a scalar field and perform a duplicate removal. the file out...