I am trying to mesh a point cloud, and calculate Gaussian and Mean curvature. I am using Meshlab.
I am trying to measure the average point cloud density, to be used in measuring curvature (APSS). The function "Radius from density" of a point cloud is confusing, and also does not include a read out.
Is there a way I can do this in Meshlab. Apologies - I am new to all of this.
Here is the receipt:
radius density
' in the search box and choose the first filter. This filter computes for each vertex a value that is the average distance of the 'k' nearest neighbours (default k=16)per vertex quality function
' in the search box and choose the filter with that name. In the parameterfunc
just type 'rad
' and check the 'map into color
' option. This filter will transfer the just computed radius per vertex value into the quality and will map this value into a standard rainbow color map.show quality hist
' and choose (again :)) that option.At this point you should get something similar to this...