Search found 5 matches
- Fri Apr 14, 2023 9:45 am
- Forum: Plugins
- Topic: Plugin Contribution - Tree Segmentation Using Graph Theory
- Replies: 4
- Views: 54748
Plugin Contribution - Tree Segmentation Using Graph Theory
Dear CloudCompare Open Project Developers, I have developed a plugin that separates individual trees from high-resolution point clouds using graph theory, specifically the cut-pursuit algorithm. The plugin runs smoothly on my PC after compilation and also supports command line mode. The biggest requ...
- Tue Nov 08, 2022 8:31 am
- Forum: Requests, new functionalities
- Topic: Add "equal to" to the Scalar Field Arithmetic
- Replies: 5
- Views: 4143
Re: Add "equal to" to the Scalar Field Arithmetic
Exactly, there needs a "set" function. Thanks for your consideration!
- Thu Sep 08, 2022 10:03 am
- Forum: Requests, new functionalities
- Topic: Add "equal to" to the Scalar Field Arithmetic
- Replies: 5
- Views: 4143
Re: Add "equal to" to the Scalar Field Arithmetic
Thanks for the prompt reply~ Say, a point cloud has an SF ranging between 1-255, and I want to set the SF values to 1. How can I just take one step to achieve that? I know I can remove the current SF and add an SF with the same name. But that means two steps. Also, I have to spend time typing the SF...
- Thu Sep 01, 2022 2:01 am
- Forum: Requests, new functionalities
- Topic: Add "equal to" to the Scalar Field Arithmetic
- Replies: 5
- Views: 4143
Add "equal to" to the Scalar Field Arithmetic
I often need to assign a value to a point cloud scalar field. It should be straightforward, but always costs two steps: minus the scalar itself and plus a constant value to the scale field. This is really operational unfriendly. I hope there is a direct "equal to" function under the Edit -...
- Tue Aug 22, 2017 12:05 am
- Forum: Requests, new functionalities
- Topic: multiple selection and editing of point clouds
- Replies: 0
- Views: 8223
multiple selection and editing of point clouds
I've been using CC for years. I like it for it is a convenient GUI tool, not for its diverse algorithms. I usually run complex algorithms externally, e.g. clustering or region growing, and then import the segmented point clouds into cloudcompare for editing and attributing. Then there is a problem o...