Plugin Contribution - Tree Segmentation Using Graph Theory
Posted: Fri Apr 14, 2023 9:45 am
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 required libraries for this plugin are Boost and Eigen. To reduce the size, I have filtered the Boost header files, resulting in a total plugin size of approximately 30MB. I am eager to distribute this plugin, which is currently for lab-use only, to a wider user base in a future release of CloudCompare.
I believe this plugin could add versatility to the CloudCompare community, particularly as segmentation tools are not yet widely available. I would appreciate your guidance on the best way to share the files with you.
Looking forward to your response.
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 required libraries for this plugin are Boost and Eigen. To reduce the size, I have filtered the Boost header files, resulting in a total plugin size of approximately 30MB. I am eager to distribute this plugin, which is currently for lab-use only, to a wider user base in a future release of CloudCompare.
I believe this plugin could add versatility to the CloudCompare community, particularly as segmentation tools are not yet widely available. I would appreciate your guidance on the best way to share the files with you.
Looking forward to your response.