Search found 13 matches

by subo3
Fri Feb 09, 2024 3:22 pm
Forum: Issues, bugs, etc.
Topic: Bug - merge in command line mode
Replies: 1
Views: 953

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...
by subo3
Fri Feb 09, 2024 12:46 pm
Forum: Questions
Topic: Conversion to LAS (Problem - null bounding-box) - solved
Replies: 4
Views: 334

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
by subo3
Thu Feb 08, 2024 6:06 pm
Forum: Questions
Topic: Conversion to LAS (Problem - null bounding-box) - solved
Replies: 4
Views: 334

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...
by subo3
Thu Feb 08, 2024 4:06 pm
Forum: Questions
Topic: Conversion to LAS (Problem - null bounding-box) - solved
Replies: 4
Views: 334

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...
by subo3
Fri May 26, 2023 11:59 am
Forum: Questions
Topic: Extracting Sensor Position / Pose
Replies: 3
Views: 1631

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.
by subo3
Wed May 10, 2023 3:49 pm
Forum: Questions
Topic: Extracting Sensor Position / Pose
Replies: 3
Views: 1631

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...
by subo3
Tue May 09, 2023 11:27 am
Forum: Plugins
Topic: Can't open E57 point clouds despite plugin installed
Replies: 9
Views: 15877

Re: Can't open E57 point clouds despite plugin installed

Thank you, it works now. Only the xercesc-DLL was necessary.
by subo3
Thu Apr 20, 2023 11:32 am
Forum: Plugins
Topic: Can't open E57 point clouds despite plugin installed
Replies: 9
Views: 15877

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...
by subo3
Sun Apr 16, 2023 11:37 am
Forum: Plugins
Topic: Can't open E57 point clouds despite plugin installed
Replies: 9
Views: 15877

Re: Can't open E57 point clouds despite plugin installed

Hey, thanks for your answer. Unfortunately my problem is, that somehow the plugin is not "activated" or i don't know. It's not like CC crashes when trying to load an E57 file, it simply doesn't offer the option to do so: noe57.PNG It does not show the plugin in the plugin manager, but the ...
by subo3
Fri Apr 14, 2023 3:58 pm
Forum: Plugins
Topic: Can't open E57 point clouds despite plugin installed
Replies: 9
Views: 15877

Can't open E57 point clouds despite plugin installed

I have built and installed CloudCompare with the PLUGIN_IO_QE57 - plugin. Still CloudCompare does not open E57-point clouds.

Are there other dependencies apart from the plugin in order to open E57 files? The build worked fine with XercesC v3.2.3

Thanks for any advice!