Search found 9 matches

by lweidner
Thu Apr 04, 2024 10:33 pm
Forum: Questions
Topic: poissonrecon - cloud to mesh
Replies: 2
Views: 272

Re: poissonrecon - cloud to mesh

Another suggestion which might help is, whenever I use Poisson Reconstruction I always turn on the option to output density, then I filter the resulting mesh to remove regions with low point density. Even if the normals are good it often extrapolates surfaces where I don't want them.
by lweidner
Sun Feb 18, 2024 4:21 am
Forum: Questions
Topic: Features removed with new update?
Replies: 10
Views: 1456

Re: Features removed with new update?

Hi, regarding the double click re-center feature, I think I've experienced this issue or something similar in several recent versions. Sometimes the double click will register, but the center of rotation is not where I double clicked, it's up and to the left. I found a work-around that worked for me...
by lweidner
Fri Feb 16, 2024 8:09 pm
Forum: Issues, bugs, etc.
Topic: Draw Normals as Lines error
Replies: 2
Views: 939

Draw Normals as Lines error

Hi, I'm trying the "draw normals as lines" function for the first time and have been getting an error which causes a crash. With v2.13.0 (Feb14), I compute normals on a small cloud, then click the "draw" check box. The error that pops up is "ERROR: 3:7: 'varying' : cannot be...
by lweidner
Fri Feb 16, 2024 7:46 pm
Forum: Questions
Topic: Is there a way to remove pointclouds which has 1000points or lower?
Replies: 3
Views: 268

Re: Is there a way to remove pointclouds which has 1000points or lower?

Hi, I wrote a short script using the python GUI plugin recently which does something similar, basically it was meant to delete entities which weren't visible. I think the number of points is an attribute you can access through the python API, or definitely you can after passing the points to a numpy...
by lweidner
Mon Nov 27, 2023 11:36 pm
Forum: 3DMASC
Topic: RGB feature in the parameter file
Replies: 2
Views: 11988

Re: RGB feature in the parameter file

Hi Madeleine,
You can compute features for individual red green or blue components, not all three at once :)
Try R_SC0_PC1, G_SC0_PC1, etc. (single letter R,G or B for each feature line) Please let me know if this helps or if I'm misunderstanding your question.
by lweidner
Mon Mar 20, 2023 7:11 pm
Forum: Issues, bugs, etc.
Topic: "Single Click Object Picking" in GUI seems broken?
Replies: 2
Views: 1693

Re: "Single Click Object Picking" in GUI seems broken?

Hi Daniel,
Looks like I should have tried that too, because it works in the latest 2.13.alpha version. My bad!
I had been holding off on upgrading but now might be a good time I guess... :)
by lweidner
Tue Mar 14, 2023 8:45 pm
Forum: Issues, bugs, etc.
Topic: "Single Click Object Picking" in GUI seems broken?
Replies: 2
Views: 1693

"Single Click Object Picking" in GUI seems broken?

Hello! I've noticed in perhaps the last couple of versions that I have a very difficult or impossible time using the "single click object picking" functionality. I often output hundreds of point clusters from Python and want to interactively select them. But 99% of the time, clicking anywh...
by lweidner
Mon Jan 24, 2022 4:21 pm
Forum: Tips and tricks
Topic: Using CloudComPy to extend CANUPO for point cloud classification
Replies: 6
Views: 30546

Re: Using CloudComPy to extend CANUPO for point cloud classification

Hi Daniel and Dimitri, Wow, I should have posted here sooner! That's big news. And makes sense of why geometric features suddenly became available in CloudCompare :) Actually I was in grad school around the same time, 2018 to 2021, and since I wasn't aware of any classification tools other than CANU...
by lweidner
Fri Jan 21, 2022 10:16 pm
Forum: Tips and tricks
Topic: Using CloudComPy to extend CANUPO for point cloud classification
Replies: 6
Views: 30546

Using CloudComPy to extend CANUPO for point cloud classification

Hi, I think it is time for CANUPO to get an upgrade to reflect the last 10 years of development in point cloud semantic segmentation. While very powerful for some things, CANUPO: - is limited to binary classification (or rather, multi class classification is cumbersome) - uses only geometric feature...