Thank you,
Now I use command:
CloudCompare.exe -C_EXPORT_FMT LAS -O ".xyz file" -COMPUTE_NORMALS -SAVE_CLOUDS FILE ".las file"
and it saves the .xyz file to openable .las file, but When I open it in CloudCompare GUI, it doesn't have normals and I still need to compute them manualy by Edit -> Normals ...
Search found 2 matches
- Mon May 05, 2025 4:20 pm
- Forum: Questions
- Topic: CloudCompare CLI -COMPUTE_NORMALS
- Replies: 3
- Views: 6712
- Sun May 04, 2025 8:23 pm
- Forum: Questions
- Topic: CloudCompare CLI -COMPUTE_NORMALS
- Replies: 3
- Views: 6712
CloudCompare CLI -COMPUTE_NORMALS
Hello,
I work on point clouds in xyz format with such structure:
10.3, 31.5, 0.1
10.4, 30.1, 0.1
10.4, 30.6, 0.1
To create a mesh out of it I use:
Edit -> Normals -> Compute
and then
Plugins -> PoissonRecon
To use the same functions but with CLI, first I want to compute normals by command ...
I work on point clouds in xyz format with such structure:
10.3, 31.5, 0.1
10.4, 30.1, 0.1
10.4, 30.6, 0.1
To create a mesh out of it I use:
Edit -> Normals -> Compute
and then
Plugins -> PoissonRecon
To use the same functions but with CLI, first I want to compute normals by command ...