Search found 15 matches
- Wed Nov 15, 2023 4:48 am
- Forum: Issues, bugs, etc.
- Topic: Apply Transformation results are broken (Swiss Grid to local frame)
- Replies: 1
- Views: 9120
Apply Transformation results are broken (Swiss Grid to local frame)
Good Morning Everyone I got the task to apply a transformation onto a global E57 point cloud data file (40 GB) with Swiss Grid coordinates (LV95/LN02). As result a local coordinate system is required. I got the translation and rotation parameters and a section of the original point cloud, which allo...
- Sat Mar 27, 2021 8:29 pm
- Forum: Questions
- Topic: Projecting an Image to pointcloud data
- Replies: 7
- Views: 9559
Re: Projecting an Image to pointcloud data
Is it possible to colorize a pointcloud data using an bmp/jpg image after aligning the image to pointcloud or aligning pointcloud to an image? Thanks. Just have a look into this video , which I found on YouTube. Thank you very much for the link. But, I am looking for some pictures taken from the gr...
- Wed Mar 24, 2021 3:11 pm
- Forum: Questions
- Topic: Projecting an Image to pointcloud data
- Replies: 7
- Views: 9559
Re: Projecting an Image to pointcloud data
Just have a look into this video, which I found on YouTube.
- Tue Mar 16, 2021 7:29 am
- Forum: Requests, new functionalities
- Topic: Command line; loading multiple files from a list file
- Replies: 7
- Views: 27455
Re: Command line; loading multiple files from a list file
Thanks for comments! I should have been more spesific; I can already batch process multiple files one by one, but what I'm looking for is a simple way to load 1...n E57 files in a one command ( to one instance of CC) and merge them all together, subsample and export one file. It can be done by prod...
- Sun Mar 07, 2021 10:49 pm
- Forum: CloudCompare
- Topic: Translation / Localization
- Replies: 20
- Views: 1068697
Re: Translation / Localization
The German translation for the current version has been finished. The translation Strings for the next release of CC has been rolled out and are ready for the translation work.
- Fri Mar 05, 2021 7:50 pm
- Forum: CloudCompare
- Topic: Translation / Localization
- Replies: 20
- Views: 1068697
Re: Translation / Localization
I'm in the last steps and control of the german translation. There is still less work necessary. I hope, the the result will be uplaoded to GitHub next week.
- Wed Mar 03, 2021 10:06 pm
- Forum: Mac OS related topics
- Topic: Grab command line mode output with Java ProcessBuilder
- Replies: 7
- Views: 25523
Re: Grab command line mode output with Java ProcessBuilder
After looking into it, doesn't look like there is a simple solution. You are wright. I take a short dive into a threadded solution for reading the inputstream. But it doesn't work at the moment. One question there: Flushes CloudCompare the stream buffer after every step, or after finishing all step...
- Tue Mar 02, 2021 7:33 pm
- Forum: Mac OS related topics
- Topic: Grab command line mode output with Java ProcessBuilder
- Replies: 7
- Views: 25523
Re: Grab command line mode output with Java ProcessBuilder
After looking into it, doesn't look like there is a simple solution. https://stackoverflow.com/questions/60160684/macos-how-to-redirect-stderr-stdout-of-a-process-after-started-using-termina I don't have any Mac systems to test anything on so I believe unless a Mac developer wants to step forward, ...
- Mon Mar 01, 2021 9:26 pm
- Forum: Mac OS related topics
- Topic: Grab command line mode output with Java ProcessBuilder
- Replies: 7
- Views: 25523
Re: Grab command line mode output with Java ProcessBuilder
I copied the files to a shorter folder structure and test it with the terminal command (zsh shell) open -a CloudCompare.app --args -NO_TIMESTAMP -C_EXPORT_FMT LAS -O /Users/s/cc/pcl_1.las -O /Users/s/cc/pcl_2.las -MERGE_CLOUDS It opens the Command Line Mode Window, like the Java approach. An additio...
- Mon Mar 01, 2021 8:54 pm
- Forum: Mac OS related topics
- Topic: Grab command line mode output with Java ProcessBuilder
- Replies: 7
- Views: 25523
Re: Grab command line mode output with Java ProcessBuilder
Yes, I did use the -SILENT option. My command is called this way: "open", "-a", "CloudCompare.app", "-n", "--args", "-SILENT", "-NO_TIMESTAMP", "-C_EXPORT_FMT", "LAS", "-O", "/Users/set3/pcl_1.la...