I have two questions about the sampling functionality provided in CC.
1. What algorithm is used for sampling points on a mesh? When I see the sampling functionlities in Meshlab, I find a list of algorithms to chose from; for example Poisson disk sampling, Texel sampling etc.. I want to know what algorithm is used in CC as it performs so good.
2. I want to sample point cloud on a mesh with normal in command line mode and save it in some format. Following does not work:
Code: Select all
CloudCompare -SILENT -COMPUTE_NORMALS -o desk_0133.off -C_EXPORT_FMT ASC -SAMPLE_MESH POINTS 500000
Thanks a lot!
Kripa