Search found 15 matches
- Thu Aug 08, 2024 8:05 am
- Forum: Questions
- Topic: PoissonRecon in command line mode or similar?
- Replies: 3
- Views: 4617
Re: PoissonRecon in command line mode or similar?
I see, thank you. Do you know if there is a way to calculate the density of a mesh?
- Tue Jul 23, 2024 2:46 pm
- Forum: Questions
- Topic: PoissonRecon in command line mode or similar?
- Replies: 3
- Views: 4617
PoissonRecon in command line mode or similar?
Hello, is it possible in CloudCompare 2.14 (or earlier) to create meshes via PoissonRecon in the command line mode? It is not featured in https://www.cloudcompare.org/doc/wiki/index.php/Command_line_mode but i guess it is probably not up to date. What i want to achieve is the following: Meshing a po...
- Fri Feb 09, 2024 3:22 pm
- Forum: Issues, bugs, etc.
- Topic: Bug - merge in command line mode
- Replies: 1
- Views: 2442
Bug - merge in command line mode
It seems to me there is a bug in the current 2.13 beta (7. Feb). When merging point clouds in the command line mode, the size increases, just as the number of points. But only the points of the first point cloud are visible. Same command in 2.12 and it works fine. Command: cloudcompare -SILENT -AUTO...
- Fri Feb 09, 2024 12:46 pm
- Forum: Questions
- Topic: Conversion to LAS (Problem - null bounding-box) - solved
- Replies: 4
- Views: 2301
Re: Conversion to LAS (Problem - null bounding-box)
I didn't realise there are newer releases of 2.13 than the one i used. I tried the latest one now and it works!
Thanks a lot
Thanks a lot
- Thu Feb 08, 2024 6:06 pm
- Forum: Questions
- Topic: Conversion to LAS (Problem - null bounding-box) - solved
- Replies: 4
- Views: 2301
Re: Conversion to LAS (Problem - null bounding-box)
Is this a cloud with high coordinates? No, it's not, max values around 1200. I tried your command but the result is the same. Applying a global shift or not when loading also doesn't seem to make any difference. I noticed the following print during the processing: [LAS] Will use the minimum boundin...
- Thu Feb 08, 2024 4:06 pm
- Forum: Questions
- Topic: Conversion to LAS (Problem - null bounding-box) - solved
- Replies: 4
- Views: 2301
Conversion to LAS (Problem - null bounding-box) - solved
Hey there, when i'm using the command line mode and want to convert a E57-file into a LAS file, i'm using the following command pattern: cloudcompare -SILENT -AUTO_SAVE OFF -C_EXPORT_FMT LAS -O pointcloud.e57 -SAVE_CLOUDS FILE destination/path/to/pointcloud.las and it "works", but not real...
- Fri May 26, 2023 11:59 am
- Forum: Questions
- Topic: Extracting Sensor Position / Pose
- Replies: 3
- Views: 2884
Re: Extracting Sensor Position / Pose
First of all thank you for the help!
Do you know a way to access the children? My entities are ccPointCloud objects. I tried a lot and looked for functions, somehow i didn't find a solution, unfortunately.
Do you know a way to access the children? My entities are ccPointCloud objects. I tried a lot and looked for functions, somehow i didn't find a solution, unfortunately.
- Wed May 10, 2023 3:49 pm
- Forum: Questions
- Topic: Extracting Sensor Position / Pose
- Replies: 3
- Views: 2884
Extracting Sensor Position / Pose
Hello, for a plugin i'm trying to figure out how to extract the sensor position (pose) of lidar point clouds. Is it correct, that it's a member of Grid struct ( ccGLMatrixd sensorPosition )? Doc: https://www.cloudcompare.org/doc/qCC_db/html/structcc_point_cloud_1_1_grid.html#a6faf8cf9df13e0bb62b9913...
- Tue May 09, 2023 11:27 am
- Forum: Plugins
- Topic: Can't open E57 point clouds despite plugin installed
- Replies: 9
- Views: 23866
Re: Can't open E57 point clouds despite plugin installed
Thank you, it works now. Only the xercesc-DLL was necessary.
- Thu Apr 20, 2023 11:32 am
- Forum: Plugins
- Topic: Can't open E57 point clouds despite plugin installed
- Replies: 9
- Views: 23866
Re: Can't open E57 point clouds despite plugin installed
In the Console of CloudCompare (F8), do you seen some error messages about CC failing to load some plugins maybe? Depending on how you compiled the plugin, it may have dependencies to DLL files. These DLL files needs to be found via the system PATH variable, or they have to be copied next to CloudC...