Page 2 of 2

Re: Completeness/Coverage of point cloud

Posted: Fri Oct 06, 2023 9:28 pm
by user3
I've turned the mesh into a point cloud and I used the Cloud-to-Cloud distance function. But I still don't know how to calculate the coverage (in percentage).

Re: Completeness/Coverage of point cloud

Posted: Tue Oct 10, 2023 3:27 pm
by daniel
You'll have to do it manually (by segmenting the points above or below a given threshold distance - with Edit > Scalar fields > Filter by value', and consider the resulting number of points)