Search found 4 matches
- Mon Jul 11, 2022 1:36 am
- Forum: Requests, new functionalities
- Topic: Tune bounding box of 3D object in cloudcompare
- Replies: 2
- Views: 2155
Re: Tune bounding box of 3D object in cloudcompare
Got it , and thanks for your reply :)
- Fri Jul 08, 2022 6:41 am
- Forum: Requests, new functionalities
- Topic: Tune bounding box of 3D object in cloudcompare
- Replies: 2
- Views: 2155
Tune bounding box of 3D object in cloudcompare
I browsed the current functions of cloudcompare, but did not find any settings related to bbox of 3D object point cloud . For example, I want to label a vehicle object with 3D bbox and tune bbox's length/width/height/angle, then save the bbox related info which include the center_pos/length/width/he...
- Mon Jul 04, 2022 9:34 am
- Forum: Plugins
- Topic: How to add and show plugin in Linux env
- Replies: 1
- Views: 10864
Re: How to add and show plugin in Linux env
I tried again and success. Just add "-DPLUGIN_MYPLUGIN=ON" (the plugin added name is "MYPLUGIN") at CMake configuration, and other command not change. And final I can find new-added plugin at the drop-down menu "plugins" in the toolbar. Detail command is "cmake -DP...
- Fri Jul 01, 2022 7:22 am
- Forum: Plugins
- Topic: How to add and show plugin in Linux env
- Replies: 1
- Views: 10864
How to add and show plugin in Linux env
I want to add plugin into cloudcompare in Linux environment, but I don't know how to add it, is there any document about this? I copy https://github.com/CloudCompare/CloudCompare/tree/master/plugins/example/ExampleIOPlugin those code to ~Cloudcompare/core/standard and change plugin name, then I take...