Search found 2 matches

by joshua19
Sat Jun 29, 2024 2:59 am
Forum: Questions
Topic: How to filter mesh after Poisson reconstruction in CloudComPy?
Replies: 1
Views: 905

How to filter mesh after Poisson reconstruction in CloudComPy?

I am trying to automate the creation of meshes from point clouds so I can do it quickly and in a consistent way for many point clouds in my project. I am using the Python connector CloudComPy to do it (see code below), but I cannot figure out how to filter the "fake" points using the densi...
by joshua19
Tue Jun 25, 2024 11:22 am
Forum: Questions
Topic: How to generate composite texture file for mesh from multiple scalar fields
Replies: 3
Views: 1836

How to generate composite texture file for mesh from multiple scalar fields

Hi, I am trying to make custom textures for my meshes. My goal is to make grayscale textures that label the meshes according to multiple notions: inclination (presumably this can come from dip/dip direction) planarity roughness Can someone let me know how combine these into a single metric and then ...